From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE6CB158086 for ; Tue, 11 Jan 2022 20:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CEECE07D9; Tue, 11 Jan 2022 20:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 543B8E07D9 for ; Tue, 11 Jan 2022 20:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA82F342F4E for ; Tue, 11 Jan 2022 20:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BBF1232 for ; Tue, 11 Jan 2022 20:09:26 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1641931710.b8d9551046c274be92328b9324deb4fcbd3069dd.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/uwebsockets/Manifest www-apps/uwebsockets/uwebsockets-20.9.0.ebuild X-VCS-Directories: www-apps/uwebsockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: b8d9551046c274be92328b9324deb4fcbd3069dd X-VCS-Branch: dev Date: Tue, 11 Jan 2022 20:09:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de6093c2-853b-4874-a1e4-c99272942d0e X-Archives-Hash: 67f740f83f6af5b70a2eb9042fa02caf commit: b8d9551046c274be92328b9324deb4fcbd3069dd Author: Aisha Tammy aisha cc> AuthorDate: Tue Jan 11 20:08:30 2022 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Jan 11 20:08:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8d95510 www-apps/uwebsockets: version bump to 20.9.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Aisha Tammy aisha.cc> www-apps/uwebsockets/Manifest | 1 + www-apps/uwebsockets/uwebsockets-20.9.0.ebuild | 33 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest index b4ba6b6ae..10881e0bb 100644 --- a/www-apps/uwebsockets/Manifest +++ b/www-apps/uwebsockets/Manifest @@ -1 +1,2 @@ DIST uwebsockets-20.8.0.tar.gz 748540 BLAKE2B 1eacf309bb27bcafb3eb678c448a93f885bdb704d224e96011893408bece9b99066ea7a735a029765086f360bb5960063007a655324c22a1485dd132eb127633 SHA512 2ebb75ce2cd0194b9846a16ea69eb7d9aa25e3673cca0afbb61946989380256ebc27cf24c98bee0bf1264c7b60d84ebb01511454973e5ce165fafc7f75b52902 +DIST uwebsockets-20.9.0.tar.gz 749441 BLAKE2B 558fc4da144174700573c452f612cb3caeb6b8f66105a339456fb73a17fd7f72e43e9366dc10457342fe27b7dc2be77975e3e7167ffa6b7ea0dab9994e3eed19 SHA512 a5f8716e5f7db4a842abd6bb1143b76b13c9cba7d623910110a18b1cb88adeda80918c3e4ba9ab434fd55f8a57b78ebb15b684d575eb59d5d6e458d24654a726 diff --git a/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild b/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild new file mode 100644 index 000000000..d8967872c --- /dev/null +++ b/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O" +HOMEPAGE="https://github.com/uNetworking/uWebSockets" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git" +else + SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" + S="${WORKDIR}/uWebSockets-${PV}" +fi + +LICENSE="Apache-2.0" +SLOT="0" +RDEPEND=">=net-libs/usockets-0.6.0" + +src_prepare() { + default + mv src uWebSockets +} + +src_compile() { + return 0 +} + +src_install() { + doheader -r uWebSockets +}