commit:     e39b5a4d20ec9d4a93ea799a281a35081f16a6f5
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 13:30:43 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 13:30:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39b5a4d

net-libs/libnpupnp: remove old

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

 net-libs/libnpupnp/Manifest                   |  1 -
 net-libs/libnpupnp/libnpupnp-4.0.14-r1.ebuild | 37 ---------------------------
 2 files changed, 38 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index f9f4c73a95f..673fe3ab581 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-4.0.14.tar.gz 538629 BLAKE2B 
3bcd1cf04126aa0d16056865e2f7c90bc479ae4ccea5094b2c44ee687be95fe346494a2d07ab7925963d88e614fff1a451341af7d41c2a16df1208aef728d515
 SHA512 
b224cadbcd92b8d66118da015db345b3ef5c4858a458ac681d550c1409e62f212d3b2a744a8368fa4149309f29de2edb8cb14c75ebcb14653ee351e0d24cba71
 DIST libnpupnp-4.1.4.tar.gz 544243 BLAKE2B 
4e2d0ad827fd566d70df440246ad8fe081c5eb125fac72827e84680a1d842125562449866dab69305c16e170e8b04679ad40f73c2ac573aae266d24679053c76
 SHA512 
8a41f52a5665470ddf48233a5262cd906a384f89308423020a6f4d2b67d38b53d9608ec6f01a1118f703dce41ba0c58a863965e7226411b4f8aababd7b1d22b0

diff --git a/net-libs/libnpupnp/libnpupnp-4.0.14-r1.ebuild 
b/net-libs/libnpupnp/libnpupnp-4.0.14-r1.ebuild
deleted file mode 100644
index da0ca888452..00000000000
--- a/net-libs/libnpupnp/libnpupnp-4.0.14-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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