commit:     db0a9d39d2a986b39c6b3d3fbb78cfbe29349bd3
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jan 11 20:08:58 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <gentoo <AT> 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
-}

Reply via email to