commit:     dcb908bbe5f01dd148280b43eb244a0b0e702dae
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 20:29:03 2022 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat May 21 20:36:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb908bb

net-libs/libnpupnp: remove old versions

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 net-libs/libnpupnp/Manifest                  |  1 -
 net-libs/libnpupnp/libnpupnp-4.1.5-r1.ebuild | 48 ----------------------------
 net-libs/libnpupnp/libnpupnp-4.1.5.ebuild    | 37 ---------------------
 3 files changed, 86 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 77be72307f41..537d3baf7e25 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-4.1.5.tar.gz 545672 BLAKE2B 
75f3236cd18324ffa35215f152ef2b84d81b4bc81b9c73488e7274ecb5d76918f0ef328edcf089d81202e92f4fa3922bfe46d6eb3e9a1bbd065858bf6e5cff60
 SHA512 
a7b2f620c846f2127220a062eab76f2c06b3eee4503d9f4922d7d6342feea19381be1486bf1cb033c44275f83ab90be3f8f2c09f0ec6f0af7367c314023c889e
 DIST libnpupnp-4.2.1.tar.gz 544987 BLAKE2B 
dee3b5ffb0a3005c1ac9a262df61c8823f59cb0e1b204776ff4f7a465b5caf226a6149315af0862b397607bd07783c2f876fd143090cc92174e081d9a4dbd585
 SHA512 
89c83bf05e64684432698b36a2152b4b35e8cffd7e4ef12046289533bc54f014ab0275190e98e79338efe8ebee03d6e7e20a032d1d293b2eb01bf5e0f9e6154f

diff --git a/net-libs/libnpupnp/libnpupnp-4.1.5-r1.ebuild 
b/net-libs/libnpupnp/libnpupnp-4.1.5-r1.ebuild
deleted file mode 100644
index e43e9d04e31f..000000000000
--- a/net-libs/libnpupnp/libnpupnp-4.1.5-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp";
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-libs/expat
-       net-libs/libmicrohttpd
-       net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-client \
-               --enable-debug \
-               --enable-device \
-               --enable-gena \
-               --enable-ipv6 \
-               --enable-optssdp \
-               --enable-reuseaddr \
-               --enable-soap \
-               --enable-ssdp \
-               --enable-tools \
-               --enable-webserver
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild 
b/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
deleted file mode 100644
index 12dfef202a9e..000000000000
--- a/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp";
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-       dev-libs/expat
-       net-libs/libmicrohttpd
-       net-misc/curl
-"
-
-src_prepare() {
-       default
-       ./autogen.sh || die
-}
-
-src_configure() {
-       econf \
-               --enable-client \
-               --enable-debug \
-               --enable-device \
-               --enable-gena \
-               --enable-ipv6 \
-               --enable-optssdp \
-               --enable-reuseaddr \
-               --enable-soap \
-               --enable-ssdp \
-               --enable-tools \
-               --enable-webserver
-}

Reply via email to