commit:     676c6f71a3b296c7d930633849340ae39b740ab1
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 02:05:53 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Fri May 17 02:06:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676c6f71

net-libs/libupnpp: add 0.26.4

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.26.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 53b705cc1627..8f12e527e0a0 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +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

diff --git a/net-libs/libupnpp/libupnpp-0.26.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.4.ebuild
new file mode 100644
index 000000000000..a49d443e93fb
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.4.ebuild
@@ -0,0 +1,23 @@
+# 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"
+}

Reply via email to