commit:     135283abcd371227327ef0d0941790a56271a130
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 15:30:03 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 15:37:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135283ab

net-libs/libnpupnp: drop 6.1.1

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 net-libs/libnpupnp/Manifest               |  1 -
 net-libs/libnpupnp/libnpupnp-6.1.1.ebuild | 48 -------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 05aad6d6b0c4..0f6fd5bb50fd 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5
 DIST libnpupnp-6.1.3.tar.gz 448010 BLAKE2B 
3bba4abac3702fc5f675110aacdebba0e0850cbf5edfe357944415aff4319c375674fc30418cbf74bfcc6a43ab4c8e308310f20cdb87eb5a9f3338895facf4f8
 SHA512 
763bf891a45efd1e022259839ac258b961a81a0e1e45d0b14c8a84a1ee3cdd02897ab98b9c4264871e2ec9cbc6cd315311d0a058f3fa0040b0f1198d1bd4b986

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
deleted file mode 100644
index cc6a0334d4dd..000000000000
--- a/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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
-}

Reply via email to