Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/
Date: Fri, 10 Sep 2021 10:45:33
Message-Id: 1631204056.c5e546d419851a5d9b57d1bb7bb166e203fb20b9.arthurzam@gentoo
1 commit: c5e546d419851a5d9b57d1bb7bb166e203fb20b9
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Sep 9 16:14:16 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 16:14:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5e546d4
7
8 www-apps/uwebsockets: drop old version
9
10 Package-Manager: Portage-3.0.18, 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-19.2.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 f176e64b2..88a9e1e3c 100644
19 --- a/www-apps/uwebsockets/Manifest
20 +++ b/www-apps/uwebsockets/Manifest
21 @@ -1,2 +1 @@
22 -DIST uwebsockets-19.2.0.tar.gz 296110 BLAKE2B 6ca910344bef136e88ca94d75005e25713f2400c0b1f26f39d0249e2525cc64be0c19d1deeee7c31f39eda5923c85fe85d9125be65441d8b252de0181fba8f09 SHA512 9fbeef91c6c16e4ee75c212e386f10fffdbaac5d5b0abe4a493b3a50bb78aa366e20f6d7f4cac2b986dba86697c609555cd370a92378e5a1b19aebeb0d745ed9
23 DIST uwebsockets-19.5.0.tar.gz 296625 BLAKE2B d6ae47872c903bb702300d59208fd7d7ac1ffe8580199babb0d7671c205af9a6e6832b27d4f7d2d032461a06f43e938f19d6d531a5671c6c739aee2c5d4e8b92 SHA512 1bf7bf44f258664450b8a6325d51a2cfe0c3ba4e128231dcf16a2661a51967f972957d3dd36ac5a4177e10e4a942b1661c4a60e503eb1517493a29381388f21f
24
25 diff --git a/www-apps/uwebsockets/uwebsockets-19.2.0.ebuild b/www-apps/uwebsockets/uwebsockets-19.2.0.ebuild
26 deleted file mode 100644
27 index ca1133942..000000000
28 --- a/www-apps/uwebsockets/uwebsockets-19.2.0.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 2019-2021 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 -}