Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/
Date: Sun, 06 Feb 2022 15:30:04
Message-Id: 1644161307.352ed096c72f874c9b93bcb208b08d88b085d574.epsilon-0@gentoo
1 commit: 352ed096c72f874c9b93bcb208b08d88b085d574
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Feb 6 15:28:27 2022 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Feb 6 15:28:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=352ed096
7
8 www-apps/uwebsockets: drop old version
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 www-apps/uwebsockets/Manifest | 1 -
14 www-apps/uwebsockets/uwebsockets-20.9.0.ebuild | 33 --------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
18 index f679a1049..0a9c55627 100644
19 --- a/www-apps/uwebsockets/Manifest
20 +++ b/www-apps/uwebsockets/Manifest
21 @@ -1,2 +1 @@
22 DIST uwebsockets-20.11.0.tar.gz 750520 BLAKE2B 4c139bffcb60a5a2cf7245208e031905875261cfed968a03875358e31d5fb4cf02ff312fc7e5f7e9329ffcb9f9ee9c1204fcf9998fbb9df56163dc06820e2932 SHA512 cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
23 -DIST uwebsockets-20.9.0.tar.gz 749441 BLAKE2B 558fc4da144174700573c452f612cb3caeb6b8f66105a339456fb73a17fd7f72e43e9366dc10457342fe27b7dc2be77975e3e7167ffa6b7ea0dab9994e3eed19 SHA512 a5f8716e5f7db4a842abd6bb1143b76b13c9cba7d623910110a18b1cb88adeda80918c3e4ba9ab434fd55f8a57b78ebb15b684d575eb59d5d6e458d24654a726
24
25 diff --git a/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild b/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild
26 deleted file mode 100644
27 index d8967872c..000000000
28 --- a/www-apps/uwebsockets/uwebsockets-20.9.0.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 2019-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
37 -HOMEPAGE="https://github.com/uNetworking/uWebSockets"
38 -
39 -if [[ ${PV} == 9999 ]]; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git"
42 -else
43 - SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="~amd64 ~arm64 ~x86"
45 - S="${WORKDIR}/uWebSockets-${PV}"
46 -fi
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -RDEPEND=">=net-libs/usockets-0.6.0"
51 -
52 -src_prepare() {
53 - default
54 - mv src uWebSockets
55 -}
56 -
57 -src_compile() {
58 - return 0
59 -}
60 -
61 -src_install() {
62 - doheader -r uWebSockets
63 -}