diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2023-08-13 20:44:48 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2023-08-13 20:44:52 -0500 |
commit | bf5860c054245f85d567573ed128d274757c457e (patch) | |
tree | e01c95f8cffdc2450da41b7be9f58b7c2582ea76 /net-libs/libupnpp | |
parent | net-libs/libupnpp: stabilize 0.23.0 for amd64, x86 (diff) | |
download | gentoo-bf5860c054245f85d567573ed128d274757c457e.tar.gz gentoo-bf5860c054245f85d567573ed128d274757c457e.tar.bz2 gentoo-bf5860c054245f85d567573ed128d274757c457e.zip |
net-libs/libupnpp: drop 0.22.5
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.22.5.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index 9c5405c2811c..0e097100c8ee 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1,2 +1 @@ -DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268 SHA512 118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8 DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a SHA512 56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e diff --git a/net-libs/libupnpp/libupnpp-0.22.5.ebuild b/net-libs/libupnpp/libupnpp-0.22.5.ebuild deleted file mode 100644 index ec0227f9ec2d..000000000000 --- a/net-libs/libupnpp/libupnpp-0.22.5.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" -} |