Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/
Date: Fri, 26 Jun 2020 14:46:04
Message-Id: 1593167281.51c7a770035114fdb29da960590c9ae56e4df526.andrewammerlaan@gentoo
1 commit: 51c7a770035114fdb29da960590c9ae56e4df526
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Jun 26 10:28:01 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Jun 26 10:28:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51c7a770
7
8 www-apps/uwebsockets: drop old version
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 www-apps/uwebsockets/Manifest | 1 -
14 www-apps/uwebsockets/uwebsockets-18.6.0.ebuild | 37 --------------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
18 index 4f5a0f8..511540c 100644
19 --- a/www-apps/uwebsockets/Manifest
20 +++ b/www-apps/uwebsockets/Manifest
21 @@ -1,2 +1 @@
22 -DIST uwebsockets-18.6.0.tar.gz 264309 BLAKE2B c1cea128b6b0d5b7df30bb2aba97b0ac7207392755090e6950c61ab1847dd146b4a6c95dcd18065f3e969cfeaf3c5ffc09b17a5a34b6c5531b767a23df322386 SHA512 f748c90cb5cc83f119a27bd10d3043643cdc1bd617ccbd5460086e96114af8cbd9583c590bb9506b77f447c4e91b1f0be0493e3504af3d4f52d543a4f02826ba
23 DIST uwebsockets-18.7.0.tar.gz 264566 BLAKE2B 83e5cbf08c9f46f377128f1c2447eb148fb36a4a5acd9658e64c81d820be3a639fd081639859356c2131b4487b60e09ebe21824378282ad8d7347bcdc64e8aee SHA512 6dafd3eb9a86ebcc873ea5fe35bce46e40f415945197171d2dbfa71a28d57a3338bf61c594b00f5f5009f61dc3d0811f3d444b341270bf57613bfd1aa2c0e090
24
25 diff --git a/www-apps/uwebsockets/uwebsockets-18.6.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.6.0.ebuild
26 deleted file mode 100644
27 index 2738b66..0000000
28 --- a/www-apps/uwebsockets/uwebsockets-18.6.0.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 2019-2020 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.4.1"
51 -
52 -PATCHES=(
53 - "${FILESDIR}/${PN}-src_Loop.h.patch"
54 -)
55 -
56 -src_prepare() {
57 - default
58 - mv src uWebSockets
59 -}
60 -
61 -src_compile() {
62 - return 0
63 -}
64 -
65 -src_install() {
66 - doheader -r uWebSockets
67 -}