summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2019-04-21 22:44:41 -0500
committerErik Mackdanz <stasibear@gentoo.org>2019-04-21 22:45:07 -0500
commitce75abb55d60bf3c33e7850812e67fa1ad8cdfbc (patch)
tree34917bbc3d938dbde7b8f974a3c9f6811a5899ea /net-libs/libupnpp
parentmedia-sound/upmpdcli: remove old (diff)
downloadgentoo-ce75abb55d60bf3c33e7850812e67fa1ad8cdfbc.tar.gz
gentoo-ce75abb55d60bf3c33e7850812e67fa1ad8cdfbc.tar.bz2
gentoo-ce75abb55d60bf3c33e7850812e67fa1ad8cdfbc.zip
net-libs/libupnpp: remove old
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.16.1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 472430818ccb..956c3d6028c5 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
deleted file mode 100644
index 86d95189100c..000000000000
--- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-# Unfortunatetly I receive segfaults from upmpcli on any newer version
-DEPEND="
- dev-libs/expat
- <net-libs/libupnp-1.6.24
- net-misc/curl
-"
-RDEPEND="${DEPEND}"