public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2018-02-04 16:52 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2018-02-04 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b927eb4739882ed975ef543d3e5b0cddea78eef7
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 04:16:14 2018 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 16:51:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b927eb47

net-libs/libupnpp: new package 0.16.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 19 +++++++++++++++++++
 net-libs/libupnpp/metadata.xml           | 12 ++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
new file mode 100644
index 00000000000..e64b4706c53
--- /dev/null
+++ b/net-libs/libupnpp/Manifest
@@ -0,0 +1 @@
+DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275

diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
new file mode 100644
index 00000000000..3cc8d14e6b9
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
+HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Unfortunatetly I receive segfaults from upmpcli on any newer version
+DEPEND="
+	dev-libs/expat
+	<net-libs/libupnp-1.6.24
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"

diff --git a/net-libs/libupnpp/metadata.xml b/net-libs/libupnpp/metadata.xml
new file mode 100644
index 00000000000..3bde023365b
--- /dev/null
+++ b/net-libs/libupnpp/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>stasibear@gentoo.org</email>
+	<description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+	The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
+upplay
+</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2018-10-22  0:43 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2018-10-22  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2c71b14d941d1430c1c60e7cb70ef0fe5f48fb25
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 00:42:16 2018 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 00:43:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c71b14d

net-libs/libupnpp: Stabilize

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
index 3cc8d14e6b9..a9708d584ec 100644
--- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # Unfortunatetly I receive segfaults from upmpcli on any newer version
 DEPEND="


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2019-02-09  4:07 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2019-02-09  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     89799bff7207a29ef8418d260f985b6e2c121d49
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 04:07:15 2019 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 04:07:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89799bff

net-libs/libupnpp: Bump to 0.17.0

Add EAPI=7

Closes: https://bugs.gentoo.org/670733
Closes: https://bugs.gentoo.org/675672
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-2.3.59, Repoman-2.3.12

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e64b4706c53..472430818cc 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
+DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
new file mode 100644
index 00000000000..11272acd2c2
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
+HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Unfortunatetly I receive segfaults from upmpcli on any newer version
+DEPEND="
+	dev-libs/expat
+	net-libs/libupnp:0
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2019-02-09 15:13 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2019-02-09 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a7d5f35f3c28dcf196d278c0016cd7ddc8ffa05e
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 15:12:59 2019 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 15:12:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d5f35f

net-libs/libupnpp: Remove cruft comment

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-2.3.59, Repoman-2.3.12

 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
index 11272acd2c2..3806b746ec9 100644
--- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -10,7 +10,6 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-# Unfortunatetly I receive segfaults from upmpcli on any newer version
 DEPEND="
 	dev-libs/expat
 	net-libs/libupnp:0


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2019-04-15  8:35 David Seifert
  0 siblings, 0 replies; 42+ messages in thread
From: David Seifert @ 2019-04-15  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     53301f78cea7f8fffa32759382ef18c1ddd8be9a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Apr  9 18:53:51 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 08:34:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53301f78

net-libs/libupnpp: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11645
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 4 ++--
 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
index a9708d584ec..86d95189100 100644
--- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
-HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
index 3806b746ec9..cdc9273992b 100644
--- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
-HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2019-04-22  3:34 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2019-04-22  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     30619a791227093c36e5814a7ba772eddcbc3ca1
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 03:34:18 2019 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 03:34:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30619a79

net-libs/libupnpp: stabilize 0.17.0

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
index cdc9273992b..711082d6f68 100644
--- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2019-04-22  3:45 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2019-04-22  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ce75abb55d60bf3c33e7850812e67fa1ad8cdfbc
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 03:44:41 2019 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 03:45:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce75abb5

net-libs/libupnpp: remove old

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 472430818cc..956c3d6028c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
 DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e

diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
deleted file mode 100644
index 86d95189100..00000000000
--- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-# Unfortunatetly I receive segfaults from upmpcli on any newer version
-DEPEND="
-	dev-libs/expat
-	<net-libs/libupnp-1.6.24
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-11-12  5:11 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-11-12  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b408b518bdf05a38e75440e80434edbf9aa387cf
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 05:08:57 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 05:09:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b408b518

net-libs/libupnpp: Bump to 0.19.4

Closes: https://bugs.gentoo.org/694770
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.19.4.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 956c3d6028c..fd7afeab982 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
+DIST libupnpp-0.19.4.tar.gz 469296 BLAKE2B e1240446bdd48329138183015445778f89abc575ade64a15c8564d2d3a6992b73c8fe7d0e9e99370f37ea851e65fef0a6b52e0fd274d064a5cdbc65ab2129c2d SHA512 4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f

diff --git a/net-libs/libupnpp/libupnpp-0.19.4.ebuild b/net-libs/libupnpp/libupnpp-0.19.4.ebuild
new file mode 100644
index 00000000000..638dc365a3e
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.19.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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"
+
+DEPEND="
+	dev-libs/expat
+	net-libs/libnpupnp
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-11-17  1:39 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-11-17  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ebc7eb30e7293c0f35cdf076822e8b8b1e9d0feb
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 01:39:15 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 01:39:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc7eb30

net-libs/libupnpp: Pin to earlier libupnp

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Closes: https://bugs.gentoo.org/700396
Package-Manager: Portage-3.0.9, Repoman-3.0.2

 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
index 711082d6f68..f64ebade3e9 100644
--- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ KEYWORDS="amd64"
 
 DEPEND="
 	dev-libs/expat
-	net-libs/libupnp:0
+	<=net-libs/libupnp-1.7.0
 	net-misc/curl
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-11-21 17:56 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-11-21 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     62b9f0de58acefea45de09fe20e299d71cd00ff4
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 17:55:52 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 17:56:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b9f0de

net-libs/libupnpp: Bump to 0.20.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.20.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index fd7afeab982..62d1821ef10 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
 DIST libupnpp-0.19.4.tar.gz 469296 BLAKE2B e1240446bdd48329138183015445778f89abc575ade64a15c8564d2d3a6992b73c8fe7d0e9e99370f37ea851e65fef0a6b52e0fd274d064a5cdbc65ab2129c2d SHA512 4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f
+DIST libupnpp-0.20.0.tar.gz 476361 BLAKE2B 23c319e506a073b769437a842db6cd03709d834cb91b9c7626fdd3ff0573c8a654b8de91f180d152885570e42c53fa58e7f1602f932511a89b532340958329b4 SHA512 18b3026e65b3f1ae0b8d61154325e7f89c808fe2281d7d514358298a29152a4b5903f5cad9d8bbe9db34c5f57efe98989efd9d99c0b512197eb4554b3a4ff3cc

diff --git a/net-libs/libupnpp/libupnpp-0.20.0.ebuild b/net-libs/libupnpp/libupnpp-0.20.0.ebuild
new file mode 100644
index 00000000000..638dc365a3e
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.20.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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"
+
+DEPEND="
+	dev-libs/expat
+	net-libs/libnpupnp
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-11-22 16:09 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-11-22 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     36fc89c486675f9738e76722fd3cd86a1c80e1db
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 16:08:57 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 16:08:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fc89c4

net-libs/libupnpp: Guarantee built with good libnpupnp

Also add ~x86 arch

Closes: https://bugs.gentoo.org/756016
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2

 net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
new file mode 100644
index 00000000000..2ffca9d9e1b
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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-4.0.14-r1
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-12-12 17:07 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-12-12 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4e1bffda475daf056e77520f901683db30ca5876
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 05:21:29 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 17:06:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1bffda

net-libs/libupnpp: Bump to 0.20.1

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.20.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 62d1821ef10..fe575942cf4 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +1,4 @@
 DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
 DIST libupnpp-0.19.4.tar.gz 469296 BLAKE2B e1240446bdd48329138183015445778f89abc575ade64a15c8564d2d3a6992b73c8fe7d0e9e99370f37ea851e65fef0a6b52e0fd274d064a5cdbc65ab2129c2d SHA512 4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f
 DIST libupnpp-0.20.0.tar.gz 476361 BLAKE2B 23c319e506a073b769437a842db6cd03709d834cb91b9c7626fdd3ff0573c8a654b8de91f180d152885570e42c53fa58e7f1602f932511a89b532340958329b4 SHA512 18b3026e65b3f1ae0b8d61154325e7f89c808fe2281d7d514358298a29152a4b5903f5cad9d8bbe9db34c5f57efe98989efd9d99c0b512197eb4554b3a4ff3cc
+DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80

diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
new file mode 100644
index 00000000000..2ffca9d9e1b
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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-4.0.14-r1
+	net-misc/curl
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-12-27 16:23 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-12-27 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5b76d9a43ac4695ac8f1120f467141e7d8e4ff8f
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:22:42 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:22:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b76d9a4

net-libs/libupnpp: stabilize 0.20.1

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 net-libs/libupnpp/libupnpp-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
index 2ffca9d9e1b..8e126f56444 100644
--- a/net-libs/libupnpp/libupnpp-0.20.1.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2020-12-27 16:27 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2020-12-27 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     50d94716cb9361e69dc218a40a04931b2d64cf2c
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:25:33 2020 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:26:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d94716

net-libs/libupnpp: Remove old

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 net-libs/libupnpp/Manifest                  |  3 ---
 net-libs/libupnpp/libupnpp-0.17.0.ebuild    | 18 ------------------
 net-libs/libupnpp/libupnpp-0.19.4.ebuild    | 18 ------------------
 net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild | 18 ------------------
 net-libs/libupnpp/libupnpp-0.20.0.ebuild    | 18 ------------------
 5 files changed, 75 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index fe575942cf4..f53118d4f10 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,4 +1 @@
-DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
-DIST libupnpp-0.19.4.tar.gz 469296 BLAKE2B e1240446bdd48329138183015445778f89abc575ade64a15c8564d2d3a6992b73c8fe7d0e9e99370f37ea851e65fef0a6b52e0fd274d064a5cdbc65ab2129c2d SHA512 4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f
-DIST libupnpp-0.20.0.tar.gz 476361 BLAKE2B 23c319e506a073b769437a842db6cd03709d834cb91b9c7626fdd3ff0573c8a654b8de91f180d152885570e42c53fa58e7f1602f932511a89b532340958329b4 SHA512 18b3026e65b3f1ae0b8d61154325e7f89c808fe2281d7d514358298a29152a4b5903f5cad9d8bbe9db34c5f57efe98989efd9d99c0b512197eb4554b3a4ff3cc
 DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80

diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
deleted file mode 100644
index f64ebade3e9..00000000000
--- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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"
-
-DEPEND="
-	dev-libs/expat
-	<=net-libs/libupnp-1.7.0
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"

diff --git a/net-libs/libupnpp/libupnpp-0.19.4.ebuild b/net-libs/libupnpp/libupnpp-0.19.4.ebuild
deleted file mode 100644
index 638dc365a3e..00000000000
--- a/net-libs/libupnpp/libupnpp-0.19.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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"
-
-DEPEND="
-	dev-libs/expat
-	net-libs/libnpupnp
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"

diff --git a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
deleted file mode 100644
index 2ffca9d9e1b..00000000000
--- a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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-4.0.14-r1
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"

diff --git a/net-libs/libupnpp/libupnpp-0.20.0.ebuild b/net-libs/libupnpp/libupnpp-0.20.0.ebuild
deleted file mode 100644
index 638dc365a3e..00000000000
--- a/net-libs/libupnpp/libupnpp-0.20.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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"
-
-DEPEND="
-	dev-libs/expat
-	net-libs/libnpupnp
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2021-08-03 21:03 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2021-08-03 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c9e63e733a8923dd407353df0c0ad852cf13b5ad
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 21:03:09 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 21:03:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e63e73

net-libs/libupnpp: bump to 0.21.0

Closes: https://bugs.gentoo.org/729946
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index f53118d4f10..5dd802025e5 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80
+DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
new file mode 100644
index 00000000000..bc0ca442f33
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2021-08-03 21:16 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2021-08-03 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c0300893ab6cdcc6b8a9171a0d3112395fb23238
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 21:16:17 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 21:16:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0300893

net-libs/libupnpp: EAPI=8

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
index bc0ca442f33..ab82848626f 100644
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+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"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2021-09-19  4:05 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2021-09-19  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4478673026ce761162a1cefebae096e1ed4999e7
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 04:05:23 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 04:05:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44786730

net-libs/libupnpp: remove old

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.23, Repoman-3.0.3

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.20.1.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 5dd802025e5..45e69d6e345 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80
 DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd

diff --git a/net-libs/libupnpp/libupnpp-0.20.1.ebuild b/net-libs/libupnpp/libupnpp-0.20.1.ebuild
deleted file mode 100644
index 8e126f56444..00000000000
--- a/net-libs/libupnpp/libupnpp-0.20.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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-4.0.14-r1
-	net-misc/curl
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2021-09-19  4:05 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2021-09-19  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6e439372a326c1af775de852f89b2d0c38ed2f60
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 04:04:01 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 04:04:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e439372

net-libs/libupnpp: stabilize 0.21.0

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.23, Repoman-3.0.3

 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
index ab82848626f..14aa6943cc8 100644
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2022-07-02 18:55 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2022-07-02 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0ef47bae6e5f3b1d4e5a2e2a15af1034fe8457ce
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 18:53:14 2022 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:54:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef47bae

net-libs/libupnpp: remove libtool archive

Closes: https://bugs.gentoo.org/846899
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
index 14aa6943cc85..1e34570c792d 100644
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,3 +16,8 @@ DEPEND="
 	net-misc/curl
 "
 RDEPEND="${DEPEND}"
+
+src_install() {
+	default_src_install
+	find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2022-09-25 15:51 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2022-09-25 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5c94137f0714f4e9dd71a5cf7b2ac317ff30ae0a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 15:43:51 2022 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 15:43:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c94137f

net-libs/libupnpp: add 0.22.2

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

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 45e69d6e3458..408ccbfdfa8d 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd
+DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701 SHA512 670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca33338e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4

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


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-01-15 21:25 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-01-15 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5805c624a5396982518f57705eb21f0f609033f5
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 16:16:47 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 21:24:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5805c624

net-libs/libupnpp: stabilize 0.22.2 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.22.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.2.ebuild b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
index 1027290bd71a..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.2.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-01-15 21:25 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-01-15 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     040c5bc48f1eaaf1a4d35c1029322c11d9e3d8cf
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 16:17:37 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 21:24:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040c5bc4

net-libs/libupnpp: drop 0.21.0

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 408ccbfdfa8d..e23eb089d079 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd
 DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701 SHA512 670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca33338e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
deleted file mode 100644
index 1e34570c792d..000000000000
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-01-15 21:25 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-01-15 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 16:25:51 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 21:25:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1587a5ef

net-libs/libupnpp: add 0.22.4

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

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e23eb089d079..a9e071f6646d 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701 SHA512 670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca33338e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4
+DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31

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


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-03-05 15:23 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-03-05 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dc974bd5bf88ce4c60fcd79822ac5f0a3ca7c645
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 15:22:22 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 15:22:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc974bd5

net-libs/libupnpp: drop 0.22.2

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.22.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index a9e071f6646d..e00029229391 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701 SHA512 670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca33338e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31

diff --git a/net-libs/libupnpp/libupnpp-0.22.2.ebuild b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
deleted file mode 100644
index ec0227f9ec2d..000000000000
--- a/net-libs/libupnpp/libupnpp-0.22.2.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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-03-05 15:23 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-03-05 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d08091dca464d7d716d3e94be4f74bd53cf4433d
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 15:21:26 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 15:22:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08091dc

net-libs/libupnpp: stabilize 0.22.4 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.4.ebuild b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
index b05822c3f097..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.4.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-04-25  4:39 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-04-25  4:39 UTC (permalink / raw
  To: gentoo-commits

commit:     410a79c9a2a7d39dda6fb44f303aa7b77fb9c6bf
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 04:28:55 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 04:39:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410a79c9

net-libs/libupnpp: add 0.22.5

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

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e00029229391..03aa414e682b 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
+DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268 SHA512 118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8

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


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-07-02 17:15 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-07-02 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fa061928e4fafeaaa68a8a7eaf9b7a716e5af166
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 17:02:33 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 17:02:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa061928

net-libs/libupnpp: stabilize 0.22.5 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.5.ebuild b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
index b05822c3f097..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.5.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-07-02 17:15 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-07-02 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     03b934a856a57810619cbefed0465cfac55ed544
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 17:01:15 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 17:01:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b934a8

net-libs/libupnpp: add 0.23.0

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

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 03aa414e682b..d64a65bc8c42 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
 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.23.0.ebuild b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
new file mode 100644
index 000000000000..b05822c3f097
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
@@ -0,0 +1,23 @@
+# 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"
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-07-02 17:15 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-07-02 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     123c65d25c66926d9beef4c1d064c34a79056d0a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 17:03:25 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 17:03:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123c65d2

net-libs/libupnpp: drop 0.22.4

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.22.4.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index d64a65bc8c42..9c5405c2811c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +1,2 @@
-DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
 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.4.ebuild b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
deleted file mode 100644
index ec0227f9ec2d..000000000000
--- a/net-libs/libupnpp/libupnpp-0.22.4.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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-08-14  1:53 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-08-14  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9cdd1a0655d6b5631adf55a22b9b66ae93475a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 01:43:41 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 01:43:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9cdd1a

net-libs/libupnpp: stabilize 0.23.0 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.23.0.ebuild b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
index b05822c3f097..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.23.0.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2023-08-14  1:53 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2023-08-14  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bf5860c054245f85d567573ed128d274757c457e
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 01:44:48 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 01:44:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5860c0

net-libs/libupnpp: drop 0.22.5

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.22.5.ebuild | 23 -----------------------
 2 files changed, 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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-03-16 15:09 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-03-16 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d04e803caa621ab09b87278daa6e4ff142794a85
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 14:58:13 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 15:09:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04e803c

net-libs/libupnpp: add 0.26.3

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

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 0e097100c8ee..f77bed7e5c92 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 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.26.3.ebuild b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
new file mode 100644
index 000000000000..a49d443e93fb
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.3.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"
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-16  3:47 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-16  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bacd5033257cf259dd236787f099044372b7a78b
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 03:41:04 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Thu May 16 03:47:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd5033

net-libs/libupnpp: stabilize 0.26.3 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.26.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.26.3.ebuild b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
index a49d443e93fb..d0c5cec12aa7 100644
--- a/net-libs/libupnpp/libupnpp-0.26.3.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
@@ -8,7 +8,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-16  3:47 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-16  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     08ec57259d9c81b4d59c58058bf4df299c63d322
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 03:42:21 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Thu May 16 03:47:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ec5725

net-libs/libupnpp: drop 0.23.0

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.23.0.ebuild | 23 -----------------------
 2 files changed, 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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-17  2:06 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-17  2:06 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-18 23:24 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-18 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     22aba074842e325d71338821187aaecead75b17f
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 23:22:32 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat May 18 23:23:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba074

net-libs/libupnpp: uses meson now

Closes: https://bugs.gentoo.org/932092

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

 net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-18 23:26 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-18 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a24522875a73ef0ab0f6e794ddd3a1373173fc6f
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 23:25:45 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat May 18 23:25:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2452287

net-libs/libupnpp: drop 0.26.4

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

 net-libs/libupnpp/libupnpp-0.26.4.ebuild | 23 -----------------------
 1 file changed, 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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-22  1:03 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-22  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     af1da7a44ead29b45ac2f7f3770cde47f4c65c2c
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 00:58:58 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Wed May 22 01:01:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1da7a4

net-libs/libupnpp: add 0.26.5

I worked with upstream for a fix with no patching

Closes: https://bugs.gentoo.org/932233
Closes: https://bugs.gentoo.org/927147

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

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.26.5.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 8f12e527e0a0..5c99c106ba10 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b SHA512 78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
 DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc SHA512 081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80
+DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e

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


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-05-22  1:03 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-05-22  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0f2675e86c6735b061a75a90ba4b1fc01016962e
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 01:01:56 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Wed May 22 01:02:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2675e8

net-libs/libupnpp: drop 0.26.4-r1

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

 net-libs/libupnpp/Manifest                  |  1 -
 net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 5c99c106ba10..243e55895d2c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +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
 DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e

diff --git a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
deleted file mode 100644
index ebcc007281ee..000000000000
--- a/net-libs/libupnpp/libupnpp-0.26.4-r1.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}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-07-13 15:37 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-07-13 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d69f8fc6bf921da2c7efafed2bc4cc1dbcb4c70b
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 15:31:24 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 15:37:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69f8fc6

net-libs/libupnpp: stabilize 0.26.5 for amd64, x86

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

 net-libs/libupnpp/libupnpp-0.26.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.26.5.ebuild b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
index ebcc007281ee..3a5d54e39669 100644
--- a/net-libs/libupnpp/libupnpp-0.26.5.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/expat


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-07-13 15:37 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-07-13 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     14464e5a446adad03050c66f43bf82f083f1a4b8
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 15:32:33 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 15:37:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14464e5a

net-libs/libupnpp: drop 0.26.3

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

 net-libs/libupnpp/Manifest               |  1 -
 net-libs/libupnpp/libupnpp-0.26.3.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 243e55895d2c..75a555b33fda 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b SHA512 78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
 DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531 SHA512 619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e

diff --git a/net-libs/libupnpp/libupnpp-0.26.3.ebuild b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
deleted file mode 100644
index d0c5cec12aa7..000000000000
--- a/net-libs/libupnpp/libupnpp-0.26.3.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"
-}


^ permalink raw reply related	[flat|nested] 42+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
@ 2024-09-28  2:36 Erik Mackdanz
  0 siblings, 0 replies; 42+ messages in thread
From: Erik Mackdanz @ 2024-09-28  2:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ccca1dcd3f3cd85b0134c3affe1a2dcd3b3b595a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 02:28:16 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 02:28:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccca1dcd

net-libs/libupnpp: add 0.26.7

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

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.26.7.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 75a555b33fda..fc73b9c412e7 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 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.7.ebuild b/net-libs/libupnpp/libupnpp-0.26.7.ebuild
new file mode 100644
index 000000000000..ebcc007281ee
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.7.ebuild
@@ -0,0 +1,20 @@
+# 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}"


^ permalink raw reply related	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2024-09-28  2:36 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-22 16:09 [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/ Erik Mackdanz
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28  2:36 Erik Mackdanz
2024-07-13 15:37 Erik Mackdanz
2024-07-13 15:37 Erik Mackdanz
2024-05-22  1:03 Erik Mackdanz
2024-05-22  1:03 Erik Mackdanz
2024-05-18 23:26 Erik Mackdanz
2024-05-18 23:24 Erik Mackdanz
2024-05-17  2:06 Erik Mackdanz
2024-05-16  3:47 Erik Mackdanz
2024-05-16  3:47 Erik Mackdanz
2024-03-16 15:09 Erik Mackdanz
2023-08-14  1:53 Erik Mackdanz
2023-08-14  1:53 Erik Mackdanz
2023-07-02 17:15 Erik Mackdanz
2023-07-02 17:15 Erik Mackdanz
2023-07-02 17:15 Erik Mackdanz
2023-04-25  4:39 Erik Mackdanz
2023-03-05 15:23 Erik Mackdanz
2023-03-05 15:23 Erik Mackdanz
2023-01-15 21:25 Erik Mackdanz
2023-01-15 21:25 Erik Mackdanz
2023-01-15 21:25 Erik Mackdanz
2022-09-25 15:51 Erik Mackdanz
2022-07-02 18:55 Erik Mackdanz
2021-09-19  4:05 Erik Mackdanz
2021-09-19  4:05 Erik Mackdanz
2021-08-03 21:16 Erik Mackdanz
2021-08-03 21:03 Erik Mackdanz
2020-12-27 16:27 Erik Mackdanz
2020-12-27 16:23 Erik Mackdanz
2020-12-12 17:07 Erik Mackdanz
2020-11-21 17:56 Erik Mackdanz
2020-11-17  1:39 Erik Mackdanz
2020-11-12  5:11 Erik Mackdanz
2019-04-22  3:45 Erik Mackdanz
2019-04-22  3:34 Erik Mackdanz
2019-04-15  8:35 David Seifert
2019-02-09 15:13 Erik Mackdanz
2019-02-09  4:07 Erik Mackdanz
2018-10-22  0:43 Erik Mackdanz
2018-02-04 16:52 Erik Mackdanz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox