summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2024-05-21 20:01:56 -0500
committerErik Mackdanz <stasibear@gentoo.org>2024-05-21 20:02:00 -0500
commit0f2675e86c6735b061a75a90ba4b1fc01016962e (patch)
tree747ad85a543b7c7dfd7425665a2945f8cde13c9b /net-libs/libupnpp
parentnet-libs/libupnpp: add 0.26.5 (diff)
downloadgentoo-0f2675e86c6735b061a75a90ba4b1fc01016962e.tar.gz
gentoo-0f2675e86c6735b061a75a90ba4b1fc01016962e.tar.bz2
gentoo-0f2675e86c6735b061a75a90ba4b1fc01016962e.zip
net-libs/libupnpp: drop 0.26.4-r1
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 5c99c106ba10..243e55895d2c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +1,2 @@
DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b SHA512 78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
-DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc SHA512 081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80
DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e
diff --git a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
deleted file mode 100644
index ebcc007281ee..000000000000
--- a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-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
- net-misc/curl
-"
-RDEPEND="${DEPEND}"