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: Sat, 02 Jul 2022 01:18:37
Message-Id: 1656724619.bfb7be6e1a597ac2f269a2f5f950e648fba59c0c.stasibear@gentoo
1 commit: bfb7be6e1a597ac2f269a2f5f950e648fba59c0c
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 00:07:47 2022 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 01:16:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb7be6e
7
8 net-libs/libnpupnp: remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11
12 net-libs/libnpupnp/Manifest | 1 -
13 net-libs/libnpupnp/libnpupnp-4.2.1.ebuild | 48 -------------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
17 index 67ab09e9ae1b..523f640fe72f 100644
18 --- a/net-libs/libnpupnp/Manifest
19 +++ b/net-libs/libnpupnp/Manifest
20 @@ -1,2 +1 @@
21 -DIST libnpupnp-4.2.1.tar.gz 544987 BLAKE2B dee3b5ffb0a3005c1ac9a262df61c8823f59cb0e1b204776ff4f7a465b5caf226a6149315af0862b397607bd07783c2f876fd143090cc92174e081d9a4dbd585 SHA512 89c83bf05e64684432698b36a2152b4b35e8cffd7e4ef12046289533bc54f014ab0275190e98e79338efe8ebee03d6e7e20a032d1d293b2eb01bf5e0f9e6154f
22 DIST libnpupnp-4.2.2.tar.gz 544198 BLAKE2B 450b3bf3f3ef2027bf50ad339c74b20dc4f075aac5c1b2419954bd558f114ca1dd973f5c14962b046cd6e57a0256586070aab7639b7da080452406d8a0fd24bc SHA512 22262e3dcb42f8c5ceb3df6296682ba993c4f86a810aaa63c7a6b5ec277c525d3d666a58840fb40833096e4f69916d309ca549bf67a137f200a236b1f71ec1f8
23
24 diff --git a/net-libs/libnpupnp/libnpupnp-4.2.1.ebuild b/net-libs/libnpupnp/libnpupnp-4.2.1.ebuild
25 deleted file mode 100644
26 index 19af384d8482..000000000000
27 --- a/net-libs/libnpupnp/libnpupnp-4.2.1.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit autotools
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 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -RDEPEND="
46 - dev-libs/expat
47 - net-libs/libmicrohttpd
48 - net-misc/curl
49 -"
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="virtual/pkgconfig"
52 -
53 -src_prepare() {
54 - default
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - --enable-client \
61 - --enable-debug \
62 - --enable-device \
63 - --enable-gena \
64 - --enable-ipv6 \
65 - --enable-optssdp \
66 - --enable-reuseaddr \
67 - --enable-soap \
68 - --enable-ssdp \
69 - --enable-tools \
70 - --enable-webserver
71 -}
72 -
73 -src_install() {
74 - default
75 -
76 - find "${ED}" -name '*.la' -delete || die
77 -}