commit: 2a5dfd9afc1a9dbb55e338e485fbf4b72415afc3 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 22:03:23 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 22:03:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5dfd9a
net-libs/libupnp: drop 1.14.17 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-libs/libupnp/Manifest | 1 - net-libs/libupnp/libupnp-1.14.17.ebuild | 49 --------------------------------- 2 files changed, 50 deletions(-) diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest index 72bc3d58c640..357a4385463e 100644 --- a/net-libs/libupnp/Manifest +++ b/net-libs/libupnp/Manifest @@ -1,2 +1 @@ -DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b SHA512 d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc SHA512 68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394 diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild b/net-libs/libupnp/libupnp-1.14.17.ebuild deleted file mode 100644 index f95bbd0b6b0a..000000000000 --- a/net-libs/libupnp/libupnp-1.14.17.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -MY_PN="pupnp" - -DESCRIPTION="An Portable Open Source UPnP Development Kit" -HOMEPAGE="http://pupnp.sourceforge.net/" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-release-${PV}" - -LICENSE="BSD" -SLOT="0/17" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux" -IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs" - -RDEPEND="ssl? ( dev-libs/openssl:0= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable blocking-tcp blocking-tcp-connections) - $(use_enable debug) - --enable-ipv6 - $(use_enable reuseaddr) - $(use_enable samples) - $(use_enable ssl open_ssl) - $(use_enable static-libs static) - ) - - econf ${myeconfargs[@]} -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -}
