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 50FBD158089 for ; Wed, 12 Jan 2022 15:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7092BC047; Wed, 12 Jan 2022 15:20:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78BDF2BC047 for ; Wed, 12 Jan 2022 15:20:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0256343289 for ; Wed, 12 Jan 2022 15:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FEA72A7 for ; Wed, 12 Jan 2022 15:20:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641931738.db0a9d39d2a986b39c6b3d3fbb78cfbe29349bd3.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/uwebsockets/Manifest www-apps/uwebsockets/uwebsockets-20.8.0.ebuild X-VCS-Directories: www-apps/uwebsockets/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: db0a9d39d2a986b39c6b3d3fbb78cfbe29349bd3 X-VCS-Branch: master Date: Wed, 12 Jan 2022 15:20:40 +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: 8c36aba7-d94a-4c07-a74b-a092a72164ed X-Archives-Hash: 769f150de1c1515a9e022b056ce5a65a commit: db0a9d39d2a986b39c6b3d3fbb78cfbe29349bd3 Author: Aisha Tammy aisha cc> AuthorDate: Tue Jan 11 20:08:58 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jan 11 20:08:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db0a9d39 www-apps/uwebsockets: drop old version 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.8.0.ebuild | 33 -------------------------- 2 files changed, 34 deletions(-) diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest index 10881e0bb..a7295556a 100644 --- a/www-apps/uwebsockets/Manifest +++ b/www-apps/uwebsockets/Manifest @@ -1,2 +1 @@ -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.8.0.ebuild b/www-apps/uwebsockets/uwebsockets-20.8.0.ebuild deleted file mode 100644 index ca1133942..000000000 --- a/www-apps/uwebsockets/uwebsockets-20.8.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2021 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 -}