diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2021-09-18 23:05:23 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2021-09-18 23:05:23 -0500 |
commit | 4478673026ce761162a1cefebae096e1ed4999e7 (patch) | |
tree | b7cbfdb89eb28997f68480a543946016be158d6c /net-libs/libupnpp | |
parent | net-libs/libupnpp: stabilize 0.21.0 (diff) | |
download | gentoo-4478673026ce761162a1cefebae096e1ed4999e7.tar.gz gentoo-4478673026ce761162a1cefebae096e1ed4999e7.tar.bz2 gentoo-4478673026ce761162a1cefebae096e1ed4999e7.zip |
net-libs/libupnpp: remove old
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r-- | net-libs/libupnpp/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.20.1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index 5dd802025e5b..45e69d6e3458 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1,2 +1 @@ -DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80 DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild b/net-libs/libupnpp/libupnpp-0.20.1.ebuild deleted file mode 100644 index 8e126f564445..000000000000 --- a/net-libs/libupnpp/libupnpp-0.20.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay" -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli" -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - dev-libs/expat - >=net-libs/libnpupnp-4.0.14-r1 - net-misc/curl -" -RDEPEND="${DEPEND}" |