diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2024-05-15 22:42:21 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2024-05-15 22:47:21 -0500 |
commit | 08ec57259d9c81b4d59c58058bf4df299c63d322 (patch) | |
tree | e27caa82ec06cf29c83f45543b4e6826b070fd38 /net-libs/libupnpp | |
parent | net-libs/libupnpp: stabilize 0.26.3 for amd64, x86 (diff) | |
download | gentoo-08ec57259d9c81b4d59c58058bf4df299c63d322.tar.gz gentoo-08ec57259d9c81b4d59c58058bf4df299c63d322.tar.bz2 gentoo-08ec57259d9c81b4d59c58058bf4df299c63d322.zip |
net-libs/libupnpp: drop 0.23.0
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r-- | net-libs/libupnpp/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.23.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index f77bed7e5c92..53b705cc1627 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1,2 +1 @@ -DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a SHA512 56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b SHA512 78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78 diff --git a/net-libs/libupnpp/libupnpp-0.23.0.ebuild b/net-libs/libupnpp/libupnpp-0.23.0.ebuild deleted file mode 100644 index ec0227f9ec2d..000000000000 --- a/net-libs/libupnpp/libupnpp-0.23.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -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}" - -src_install() { - default_src_install - find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files" -} |