diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2024-11-03 20:35:59 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2024-11-04 08:09:18 -0600 |
commit | 84371b4d17418a6ef56a9ffa45bb9c29fa57a070 (patch) | |
tree | 62df7501b26ca09cabcd61cba1d82e87fc4418b8 /net-libs | |
parent | net-libs/libupnpp: stabilize 0.26.7 for amd64, x86 (diff) | |
download | gentoo-84371b4d17418a6ef56a9ffa45bb9c29fa57a070.tar.gz gentoo-84371b4d17418a6ef56a9ffa45bb9c29fa57a070.tar.bz2 gentoo-84371b4d17418a6ef56a9ffa45bb9c29fa57a070.zip |
net-libs/libupnpp: drop 0.26.5
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libupnpp/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.26.5.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index fc73b9c412e7..7d6f0abc59a0 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1,2 +1 @@ -DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e DIST libupnpp-0.26.7.tar.gz 128834 BLAKE2B f6e53795c84b58f2ac6012ef2df8aaf4374c0c8cb245319b1955bef9bea581bfe263853d5f5af71f361dc2137d42589ed31041bf50e65839695fb93abf2b69c3 SHA512 d1a73c3b2c31bce02ca4ccd0a67afcd4267c1812712fd6b91445bcf1b09473d25f3beb1b2111567149be0a78342bc7b025dc68c62a0c0ae3cde2d2589590603b diff --git a/net-libs/libupnpp/libupnpp-0.26.5.ebuild b/net-libs/libupnpp/libupnpp-0.26.5.ebuild deleted file mode 100644 index 3a5d54e39669..000000000000 --- a/net-libs/libupnpp/libupnpp-0.26.5.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}" |