Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/
Date: Sun, 27 Dec 2020 16:21:11
Message-Id: 1609086040.a57aff0b618791bb2c39ee64489272cef777d8a9.stasibear@gentoo
1 commit: a57aff0b618791bb2c39ee64489272cef777d8a9
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 16:18:55 2020 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 16:20:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57aff0b
7
8 net-libs/libnpupnp: Remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12
13 net-libs/libnpupnp/Manifest | 1 -
14 net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 37 ------------------------------
15 net-libs/libnpupnp/libnpupnp-4.0.14.ebuild | 37 ------------------------------
16 3 files changed, 75 deletions(-)
17
18 diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
19 index 240ceb39013..0936599ce31 100644
20 --- a/net-libs/libnpupnp/Manifest
21 +++ b/net-libs/libnpupnp/Manifest
22 @@ -1,2 +1 @@
23 -DIST libnpupnp-4.0.13.tar.gz 537389 BLAKE2B 0085d9ea9cf1786bba8e8abb812b0c1279fc30c70a16cb2bf4cfad405ec1346180171dd39296a30f5747cd55ee06fc314bcb49fdb6537a4dfbcf048fb66fd7f5 SHA512 c0332552ab2ba8aea8e72858601f2415a08a68224f724454d230acddf612b2fdd873daf41aeeeb3e1b4d1694665245087b3c4f96c896d36e2e9c017ea95d13aa
24 DIST libnpupnp-4.0.14.tar.gz 538629 BLAKE2B 3bcd1cf04126aa0d16056865e2f7c90bc479ae4ccea5094b2c44ee687be95fe346494a2d07ab7925963d88e614fff1a451341af7d41c2a16df1208aef728d515 SHA512 b224cadbcd92b8d66118da015db345b3ef5c4858a458ac681d550c1409e62f212d3b2a744a8368fa4149309f29de2edb8cb14c75ebcb14653ee351e0d24cba71
25
26 diff --git a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
27 deleted file mode 100644
28 index a00ee17059e..00000000000
29 --- a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp"
38 -HOMEPAGE="https://framagit.org/medoc92/npupnp"
39 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -
44 -RDEPEND="
45 - dev-libs/expat
46 - net-libs/libmicrohttpd
47 - net-misc/curl
48 -"
49 -
50 -src_prepare() {
51 - default
52 - ./autogen.sh || die
53 -}
54 -
55 -src_configure() {
56 - econf \
57 - --enable-client \
58 - --enable-debug \
59 - --enable-device \
60 - --enable-gena \
61 - --enable-ipv6 \
62 - --enable-optssdp \
63 - --enable-reuseaddr \
64 - --enable-soap \
65 - --enable-ssdp \
66 - --enable-tools \
67 - --enable-webserver
68 -}
69
70 diff --git a/net-libs/libnpupnp/libnpupnp-4.0.14.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.14.ebuild
71 deleted file mode 100644
72 index a00ee17059e..00000000000
73 --- a/net-libs/libnpupnp/libnpupnp-4.0.14.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp"
82 -HOMEPAGE="https://framagit.org/medoc92/npupnp"
83 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="~amd64"
87 -
88 -RDEPEND="
89 - dev-libs/expat
90 - net-libs/libmicrohttpd
91 - net-misc/curl
92 -"
93 -
94 -src_prepare() {
95 - default
96 - ./autogen.sh || die
97 -}
98 -
99 -src_configure() {
100 - econf \
101 - --enable-client \
102 - --enable-debug \
103 - --enable-device \
104 - --enable-gena \
105 - --enable-ipv6 \
106 - --enable-optssdp \
107 - --enable-reuseaddr \
108 - --enable-soap \
109 - --enable-ssdp \
110 - --enable-tools \
111 - --enable-webserver
112 -}