diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2024-05-18 18:25:45 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2024-05-18 18:25:49 -0500 |
commit | a24522875a73ef0ab0f6e794ddd3a1373173fc6f (patch) | |
tree | 10b6a1966aa565ccd04be4d4b6b8fab94501d034 /net-libs/libupnpp | |
parent | net-libs/libupnpp: uses meson now (diff) | |
download | gentoo-a24522875a73ef0ab0f6e794ddd3a1373173fc6f.tar.gz gentoo-a24522875a73ef0ab0f6e794ddd3a1373173fc6f.tar.bz2 gentoo-a24522875a73ef0ab0f6e794ddd3a1373173fc6f.zip |
net-libs/libupnpp: drop 0.26.4
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r-- | net-libs/libupnpp/libupnpp-0.26.4.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-libs/libupnpp/libupnpp-0.26.4.ebuild b/net-libs/libupnpp/libupnpp-0.26.4.ebuild deleted file mode 100644 index a49d443e93fb..000000000000 --- a/net-libs/libupnpp/libupnpp-0.26.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 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" -} |