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: Thu, 02 Jul 2020 00:33:31
Message-Id: 1593650000.58d9975c8d5535d53d875785d0ac337d46fd981e.epsilon-0@gentoo
1 commit: 58d9975c8d5535d53d875785d0ac337d46fd981e
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Jul 2 00:33:20 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Jul 2 00:33:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58d9975c
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.8.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 28e76bf..026f065 100644
19 --- a/www-apps/uwebsockets/Manifest
20 +++ b/www-apps/uwebsockets/Manifest
21 @@ -1,2 +1 @@
22 -DIST uwebsockets-18.8.0.tar.gz 265075 BLAKE2B cad647271aa56c5a66ae149db1cb1f254f3ad27f52ce549dff406f91a0415780bf5375c47facf09bf953d7d75f690243a1f1dfbb94891822d2637ead7559c81c SHA512 9e1741134ca628fc4ed3b634eec57c825af90f1cdccaaee48aa5ba86ee5aef08274fcc1621703d155a9f4a388fddee57c60d333dba985dfcf8b4e6f1870692d9
23 DIST uwebsockets-18.9.0.tar.gz 265223 BLAKE2B c7112040e699eeba4aaa753637a4039597979962c6e4815c2f10af993dd0724e5c18c99d3438e3efec5a18878be33cfd7eb641489a4d3546c92c3ad8e7551647 SHA512 c34f7ace7ab5c077ce5f6cc3fbc38323ad34ccf639a77c4b82ee0905ac2910b584140333d9a7afeb53596619baa15ba890ba25c34c3dbcb49e646f9ecff1f362
24
25 diff --git a/www-apps/uwebsockets/uwebsockets-18.8.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.8.0.ebuild
26 deleted file mode 100644
27 index 2738b66..0000000
28 --- a/www-apps/uwebsockets/uwebsockets-18.8.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 -}