[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-06-22 Thread Conrad Kostecki
commit: c2f3a873c1074e94a201ca4b5a3ba806dc02742b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jun 22 19:54:41 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jun 22 20:00:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f3a873

net-libs/libupnp: drop 1.14.18

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 -
 net-libs/libupnp/libupnp-1.14.18.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index ab31533830c5..124f57eeecf9 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1 @@
-DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394
 DIST libupnp-1.14.19.tar.gz 814300 BLAKE2B 
119281a2e220b3b9398566b649d76fc047741a251097059920e84ef9376db03ee953ebf10934423a56613ad85aa9f77b777e33d92095b1468dfffb12e37e86bd
 SHA512 
76ae3bf8b69fd649ede0b92e03b36a6cbc7a9df9fa7828386c97761df12f2ae6346dec9ab45f78e17eb793d4d225707ecb3a7628d7678287979115cd4ba65c49

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
deleted file mode 100644
index 88582b0261e3..
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-25 Thread Arthur Zamarin
commit: b0a5133ac3d4f9237834059b0b6868c99ff71730
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 25 17:31:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 25 17:31:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a5133a

net-libs/libupnp: Stabilize 1.14.19 sparc, #932665

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 55542979739d..89f6eb85cef1 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Arthur Zamarin
commit: a5a8ed9accf66f3e5679287b762577d7f6e8493d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 25 05:05:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 25 05:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a8ed9a

net-libs/libupnp: Stabilize 1.14.19 x86, #932665

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 16ad7980552f..55542979739d 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Sam James
commit: 40b8d0e7e00ac8dedd6b60c896daa1b7c0678720
Author: Sam James  gentoo  org>
AuthorDate: Sat May 25 02:01:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 25 02:01:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b8d0e7

net-libs/libupnp: Stabilize 1.14.19 arm, #932665

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 6ea1d9cc1577..16ad7980552f 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Sam James
commit: b2927ea13b37a9b3533cb547c33270a3dfc3b2a1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 25 02:01:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 25 02:01:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2927ea1

net-libs/libupnp: Stabilize 1.14.19 arm64, #932665

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 4d7ab3c49fcb..6ea1d9cc1577 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Sam James
commit: a8b1371950dff4dc13cd6194ad543102c47d1618
Author: Sam James  gentoo  org>
AuthorDate: Sat May 25 00:48:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 25 00:48:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b13719

net-libs/libupnp: Stabilize 1.14.19 ppc, #932665

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 22e2c92c6235..7b016dbd445c 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Sam James
commit: 839f862671535ba3181fce8d119e602722ec9674
Author: Sam James  gentoo  org>
AuthorDate: Sat May 25 00:48:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 25 00:48:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839f8626

net-libs/libupnp: Stabilize 1.14.19 ppc64, #932665

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 7b016dbd445c..4d7ab3c49fcb 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-05-24 Thread Sam James
commit: 2cdda6178ea780f51c45fff9df2aa3573cc8247f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 25 00:48:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 25 00:48:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdda617

net-libs/libupnp: Stabilize 1.14.19 amd64, #932665

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
index 13ae128fe931..22e2c92c6235 100644
--- a/net-libs/libupnp/libupnp-1.14.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-04-23 Thread Conrad Kostecki
commit: 2a5dfd9afc1a9dbb55e338e485fbf4b72415afc3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Apr 23 22:03:23 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Apr 23 22:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5dfd9a

net-libs/libupnp: drop 1.14.17

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 -
 net-libs/libupnp/libupnp-1.14.17.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 72bc3d58c640..357a4385463e 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1 @@
-DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b
 DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
deleted file mode 100644
index f95bbd0b6b0a..
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2024-04-23 Thread Conrad Kostecki
commit: 06ad386e8247124bd5d099a417501594e0873c86
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Apr 23 22:09:22 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Apr 23 22:09:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad386e

net-libs/libupnp: add 1.14.19

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.19.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 357a4385463e..ab31533830c5 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394
+DIST libupnp-1.14.19.tar.gz 814300 BLAKE2B 
119281a2e220b3b9398566b649d76fc047741a251097059920e84ef9376db03ee953ebf10934423a56613ad85aa9f77b777e33d92095b1468dfffb12e37e86bd
 SHA512 
76ae3bf8b69fd649ede0b92e03b36a6cbc7a9df9fa7828386c97761df12f2ae6346dec9ab45f78e17eb793d4d225707ecb3a7628d7678287979115cd4ba65c49

diff --git a/net-libs/libupnp/libupnp-1.14.19.ebuild 
b/net-libs/libupnp/libupnp-1.14.19.ebuild
new file mode 100644
index ..13ae128fe931
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.19.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-04 Thread Arthur Zamarin
commit: 9dd5ab4392c18773a8ab7ba1bc282327c7a56ae3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  4 18:32:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  4 18:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd5ab43

net-libs/libupnp: Stabilize 1.14.18 ppc, #915082

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index 1a2c3afa7feb..f95bbd0b6b0a 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Sam James
commit: b74f9f62e3bc2bcc74d397ec9b61c8ca8a99688e
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:50:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:50:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74f9f62

net-libs/libupnp: Stabilize 1.14.18 sparc, #915082

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index babbc38c9782..1a2c3afa7feb 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Sam James
commit: 09084d78176f9610d6f64e7f7c4e1d64ede30f62
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:41:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:41:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09084d78

net-libs/libupnp: Stabilize 1.14.18 x86, #915082

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index d83f63d0f35b..f0c4818881a6 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Sam James
commit: d819db11c56ae8adca83b0df9df72126ba418afd
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:41:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:41:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d819db11

net-libs/libupnp: Stabilize 1.14.18 arm, #915082

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index 6fb9aef107c9..babbc38c9782 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Sam James
commit: 5f8e5feea523d310aba619db96e659e47e901e5e
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:41:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8e5fee

net-libs/libupnp: Stabilize 1.14.18 arm64, #915082

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index f0c4818881a6..a09c16d7cb59 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Sam James
commit: 85b643cca766b28d32f6e80c3e46371a68f87bf7
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 01:41:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 01:41:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b643cc

net-libs/libupnp: Stabilize 1.14.18 amd64, #915082

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index a09c16d7cb59..6fb9aef107c9 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-10-02 Thread Arthur Zamarin
commit: 11bca728b75b6b3862fe4e35f0b59690875db653
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct  2 19:27:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct  2 19:27:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bca728

net-libs/libupnp: Stabilize 1.14.18 ppc64, #915082

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
index f2542c3b3894..d83f63d0f35b 100644
--- a/net-libs/libupnp/libupnp-1.14.18.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-08-26 Thread Conrad Kostecki
commit: 0033d56a458d91774ee145c13c3896ad11957447
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:53:09 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0033d56a

net-libs/libupnp: drop 1.14.15, 1.14.16

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  2 --
 net-libs/libupnp/libupnp-1.14.15.ebuild | 49 -
 net-libs/libupnp/libupnp-1.14.16.ebuild | 49 -
 3 files changed, 100 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 1f31b910df41..72bc3d58c640 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,4 +1,2 @@
-DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
-DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3
 DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b
 DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
deleted file mode 100644
index 24f5f843803a..
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
deleted file mode 100644
index f95bbd0b6b0a..
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   ec

[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-08-26 Thread Conrad Kostecki
commit: cf672c65a4733a0115421c008c41c23842901b00
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:52:51 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf672c65

net-libs/libupnp: add 1.14.18

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.18.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 49a73f850708..1f31b910df41 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,3 +1,4 @@
 DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
 DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3
 DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b
+DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
new file mode 100644
index ..f2542c3b3894
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-03 Thread Arthur Zamarin
commit: 4589105144165f64175c6776d7d75900421178e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 19:42:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 19:42:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45891051

net-libs/libupnp: Stabilize 1.14.17 sparc, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index 31a661025715..f95bbd0b6b0a 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: 0c2415967e6c10ea44a4a9039bfa12f1004cfa66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:54:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:54:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c241596

net-libs/libupnp: Stabilize 1.14.17 arm64, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index 8168bcf4be23..a4f5fc704fc0 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: bb53e8cc82ec3bf634c6851b179125ccc54e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:54:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:54:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb53

net-libs/libupnp: Stabilize 1.14.17 arm, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index a4f5fc704fc0..31a661025715 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: e312dfbcd21f44cfc94683d659df8435c2c1bb99
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:07:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:07:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e312dfbc

net-libs/libupnp: Stabilize 1.14.17 amd64, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index 849b74327a72..d09580808cb1 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: ac1ccede6081f185addff03d06046bd7623e2d1d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:07:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:07:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1ccede

net-libs/libupnp: Stabilize 1.14.17 x86, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index a714f2f1fd66..849b74327a72 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: 4a2cbee091ad93db878e6badf1a17479071b9afb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:07:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:07:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2cbee0

net-libs/libupnp: Stabilize 1.14.17 ppc64, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index d09580808cb1..8168bcf4be23 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-06-02 Thread Arthur Zamarin
commit: 8428607e027cd5e5833a86c12b138e0cd4c259e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 11:07:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 11:07:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8428607e

net-libs/libupnp: Stabilize 1.14.17 ppc, #907686

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
index f2542c3b3894..a714f2f1fd66 100644
--- a/net-libs/libupnp/libupnp-1.14.17.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-05 Thread Arthur Zamarin
commit: 8f8331ba51bcb06e774f245a2551447e72a60749
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 09:30:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 09:30:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8331ba

net-libs/libupnp: Stabilize 1.14.16 arm64, #905621

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index 61a560e6db37..f95bbd0b6b0a 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-05 Thread Arthur Zamarin
commit: 58232741aceeed114789e8f1bc5efa5f76f76095
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 09:30:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 09:30:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58232741

net-libs/libupnp: Stabilize 1.14.16 sparc, #905621

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index 02eb0dfc0f35..61a560e6db37 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Sam James
commit: 5e9d00230df28071e0a8d27f6211523aa4b0f003
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 06:28:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 06:29:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9d0023

net-libs/libupnp: Stabilize 1.14.16 ppc64, #905621

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index 0aac704dc03b..02eb0dfc0f35 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Sam James
commit: c77e681e08e0b3a5c94a9365b78e97acc59b3945
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 22:53:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 22:53:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e681e

net-libs/libupnp: Stabilize 1.14.16 ppc, #905621

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index 1de4096925e7..d09580808cb1 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Sam James
commit: 3f2f48424380058c8eaf041392bb55e1aa476db0
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 22:53:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 22:53:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2f4842

net-libs/libupnp: Stabilize 1.14.16 arm, #905621

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index d09580808cb1..0aac704dc03b 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Sam James
commit: 7a7f88afccbdbba4558bcd4a2df550191471269b
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 22:53:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 22:53:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7f88af

net-libs/libupnp: Stabilize 1.14.16 amd64, #905621

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index f2542c3b3894..be2eab9bdede 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Sam James
commit: 35f4c20c1d706d6913928db180350e36b7d1772e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 22:53:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 22:53:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f4c20c

net-libs/libupnp: Stabilize 1.14.16 x86, #905621

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
index be2eab9bdede..1de4096925e7 100644
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-05-02 Thread Conrad Kostecki
commit: 5c14ffb55324617b32284f2389736db2cc870f30
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue May  2 21:54:49 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue May  2 21:56:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c14ffb5

net-libs/libupnp: add 1.14.17

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.17.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 2d4bfa6cdcb0..49a73f850708 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
 DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3
+DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b

diff --git a/net-libs/libupnp/libupnp-1.14.17.ebuild 
b/net-libs/libupnp/libupnp-1.14.17.ebuild
new file mode 100644
index ..f2542c3b3894
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.17.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2023-04-01 Thread Conrad Kostecki
commit: 833e853ea470bb58ffd4e86bdece85c4a6412696
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Apr  1 19:25:18 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr  1 19:25:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833e853e

net-libs/libupnp: add 1.14.16

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.16.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index b38ba9f10a27..2d4bfa6cdcb0 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
+DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
new file mode 100644
index ..f2542c3b3894
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.16.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Conrad Kostecki
commit: be5bccea47b931d00b2b5ef9f6988a59d0549da3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Dec 20 22:03:43 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Dec 20 22:03:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5bccea

net-libs/libupnp: drop 1.14.14

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 -
 net-libs/libupnp/libupnp-1.14.14.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index ec1669c53f19..b38ba9f10a27 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1 @@
-DIST libupnp-1.14.14.tar.gz 808851 BLAKE2B 
e1f69df386e2781cf17248733bf720c7e88c0d818ef8589648cdb4ec800c3a0cf381aa44fadcfdabcac31bf5d44091b8f421a1d53310046fb6a6c87e6035245f
 SHA512 
bf134e87981ceb051e101b104f143672711de19a1b35cfc89a49e18f3a289fab443fbdef4a918e1f8a464de38a1eccbeee9c847c243e35f73a92373473b2465f
 DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
deleted file mode 100644
index 24f5f843803a..
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Sam James
commit: 29baeae8eaaa975eab67d6d288fde0a54ae34ead
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 18:55:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 18:55:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29baeae8

net-libs/libupnp: Stabilize 1.14.15 arm64, #887441

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index 2b48b5081803..24f5f843803a 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Sam James
commit: 641d0afb23c404d9c031e293fbef28f2d2430807
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 18:55:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 18:55:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641d0afb

net-libs/libupnp: Stabilize 1.14.15 arm, #887441

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index 11fd8d8e..2b48b5081803 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Arthur Zamarin
commit: 6e56968c101f8905c89ef7016f0a02ee3bbf1b6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 20 16:53:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 20 16:53:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e56968c

net-libs/libupnp: Stabilize 1.14.15 sparc, #887441

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index 16353449d7a4..bf31886f0628 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Arthur Zamarin
commit: 0c586786d53c7a3dba1ce366ccf949252d4a786c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 20 16:53:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 20 16:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c586786

net-libs/libupnp: Stabilize 1.14.15 ppc64, #887441

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index bf31886f0628..bd186bc0ade0 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Arthur Zamarin
commit: 2760050580ffdd7c8d245c54fd1da3ad255ac85e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 20 16:53:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 20 16:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27600505

net-libs/libupnp: Stabilize 1.14.15 ppc, #887441

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index bd186bc0ade0..11fd8d8e 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Arthur Zamarin
commit: d9e370e07267016e480b1868231dbe0d2f0f5d4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 20 14:20:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 20 14:20:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e370e0

net-libs/libupnp: Stabilize 1.14.15 amd64, #887441

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index 5ec8189a73b6..16353449d7a4 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-12-20 Thread Arthur Zamarin
commit: e760818edc6e55049b193c4955ecfb0b6da92fc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 20 14:20:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 20 14:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e760818e

net-libs/libupnp: Stabilize 1.14.15 x86, #887441

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
index bbac11e95b48..5ec8189a73b6 100644
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-19 Thread Conrad Kostecki
commit: b15c84b67c83303acb38ed8c9c20c83ec5db4868
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Nov 19 21:47:07 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Nov 19 21:47:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15c84b6

net-libs/libupnp: add 1.14.15

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.15.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 9c9cad635574..ec1669c53f19 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.14.tar.gz 808851 BLAKE2B 
e1f69df386e2781cf17248733bf720c7e88c0d818ef8589648cdb4ec800c3a0cf381aa44fadcfdabcac31bf5d44091b8f421a1d53310046fb6a6c87e6035245f
 SHA512 
bf134e87981ceb051e101b104f143672711de19a1b35cfc89a49e18f3a289fab443fbdef4a918e1f8a464de38a1eccbeee9c847c243e35f73a92373473b2465f
+DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
new file mode 100644
index ..bbac11e95b48
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.15.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-06 Thread Conrad Kostecki
commit: 293e8f0b9b2f4555cb816c213ae38e0e7225582c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Nov  6 13:00:01 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Nov  6 13:00:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293e8f0b

net-libs/libupnp: drop 1.14.13

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 -
 net-libs/libupnp/libupnp-1.14.13.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index e315863c6f3f..9c9cad635574 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1 @@
-DIST libupnp-1.14.13.tar.gz 807484 BLAKE2B 
af3cd6c852297d7b131b2deefba8a72427e225c765017edb5f927b81bd1ce2b72d43caf2c46bd383b83536ba858d52dc8d051e272dacc8bd3c952e43443650a4
 SHA512 
ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71
 DIST libupnp-1.14.14.tar.gz 808851 BLAKE2B 
e1f69df386e2781cf17248733bf720c7e88c0d818ef8589648cdb4ec800c3a0cf381aa44fadcfdabcac31bf5d44091b8f421a1d53310046fb6a6c87e6035245f
 SHA512 
bf134e87981ceb051e101b104f143672711de19a1b35cfc89a49e18f3a289fab443fbdef4a918e1f8a464de38a1eccbeee9c847c243e35f73a92373473b2465f

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
deleted file mode 100644
index b74eee98c312..
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   $(use_enable ipv6)
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-06 Thread Agostino Sarubbo
commit: e9a5e6353fee58049f64e8b14d1bbb776100dd8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov  6 08:04:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov  6 08:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a5e635

net-libs/libupnp: Stabilize 1.14.14 x86, #879949

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index b6c2ea8a899b..24f5f843803a 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: 8166ff3aef99ee3a476a88f67b16a7f0de4ec1f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 05:51:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 05:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8166ff3a

net-libs/libupnp: Stabilize 1.14.14 ppc, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index acbcb313864b..b6c2ea8a899b 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: 845e493a549bdcecdc0a3eff5e63688469cc3ef0
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 05:51:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 05:51:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845e493a

net-libs/libupnp: Stabilize 1.14.14 amd64, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index f2586a24a169..f17bfd72ffcd 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: 07bfdc41e867ac579304f8f693cd5ac6fc53c150
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 05:51:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 05:51:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bfdc41

net-libs/libupnp: Stabilize 1.14.14 sparc, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index f17bfd72ffcd..acbcb313864b 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: dc5f67ebe528c5c7c51d95a0bf475b8bc9581fb4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 03:59:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 03:59:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5f67eb

net-libs/libupnp: Stabilize 1.14.14 arm, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index 996db7738663..dae02be06502 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: 114dca53884b120f2d894291e4bee567f4499584
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 03:59:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 03:59:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114dca53

net-libs/libupnp: Stabilize 1.14.14 arm64, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index dae02be06502..f2586a24a169 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-11-05 Thread Sam James
commit: 5221649889482578edc1a02cf7b9dc3b18f08e63
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  6 03:59:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  6 03:59:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52216498

net-libs/libupnp: Stabilize 1.14.14 ppc64, #879949

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
index bbac11e95b48..996db7738663 100644
--- a/net-libs/libupnp/libupnp-1.14.14.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-10-06 Thread Conrad Kostecki
commit: 8aa9d06c9c99be27e71206e1678013378d82fc6f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Oct  6 20:49:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Oct  6 21:15:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa9d06c

net-libs/libupnp: add 1.14.14

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.14.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index d4f2fd7c9e6e..e315863c6f3f 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.13.tar.gz 807484 BLAKE2B 
af3cd6c852297d7b131b2deefba8a72427e225c765017edb5f927b81bd1ce2b72d43caf2c46bd383b83536ba858d52dc8d051e272dacc8bd3c952e43443650a4
 SHA512 
ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71
+DIST libupnp-1.14.14.tar.gz 808851 BLAKE2B 
e1f69df386e2781cf17248733bf720c7e88c0d818ef8589648cdb4ec800c3a0cf381aa44fadcfdabcac31bf5d44091b8f421a1d53310046fb6a6c87e6035245f
 SHA512 
bf134e87981ceb051e101b104f143672711de19a1b35cfc89a49e18f3a289fab443fbdef4a918e1f8a464de38a1eccbeee9c847c243e35f73a92373473b2465f

diff --git a/net-libs/libupnp/libupnp-1.14.14.ebuild 
b/net-libs/libupnp/libupnp-1.14.14.ebuild
new file mode 100644
index ..bbac11e95b48
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.14.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-03 Thread Conrad Kostecki
commit: 98fcfb09e5b6920c55079146dc683fdf774c237f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Sep  3 12:44:30 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Sep  3 12:44:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fcfb09

net-libs/libupnp: drop 1.14.12-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest  |  1 -
 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index c88a40a0905f..d4f2fd7c9e6e 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1 @@
-DIST libupnp-1.14.12.tar.gz 788299 BLAKE2B 
721c10f9fa4ffc60743b4ebf8be566ea595931cb1f2a2448d8e3cecfc787abfb855cb16256eaaa10ce6a901cd5e5b3d14672610841b2a718d5dd003ccfd3c2f0
 SHA512 
aab17aa12f15d110bfab20cbcbae5f54926b6ca7a30bce10b9287cd39919a06a5e9f1493405e1d561c0d58ba46926f87009df891e4e4f37097df1c3c67635ca9
 DIST libupnp-1.14.13.tar.gz 807484 BLAKE2B 
af3cd6c852297d7b131b2deefba8a72427e225c765017edb5f927b81bd1ce2b72d43caf2c46bd383b83536ba858d52dc8d051e272dacc8bd3c952e43443650a4
 SHA512 
ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
deleted file mode 100644
index b74eee98c312..
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   $(use_enable ipv6)
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Sam James
commit: f442a815160a2026cfeb92827bcbe9329fe517db
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  3 05:15:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  3 05:15:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f442a815

net-libs/libupnp: Stabilize 1.14.13 x86, #868108

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index 73aa71c8fb11..b74eee98c312 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Sam James
commit: 0d0db2cc921d3bcc4b3fcd9edca3bf321b9ffc2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  3 05:15:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  3 05:15:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0db2cc

net-libs/libupnp: Stabilize 1.14.13 amd64, #868108

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index 06608cadc38c..73aa71c8fb11 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Arthur Zamarin
commit: df5ea9a12d5619ee6404c6d5934c2448c48875f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  3 04:42:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  3 04:42:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5ea9a1

net-libs/libupnp: Stabilize 1.14.13 ppc, #868108

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index 00208a62c988..06608cadc38c 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Arthur Zamarin
commit: 9458f752a11c69af2dc6dbfc60d08fcf839897ac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  3 04:42:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  3 04:42:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9458f752

net-libs/libupnp: Stabilize 1.14.13 ppc64, #868108

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index a8b52238c73f..b55018bf9bd4 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Arthur Zamarin
commit: 5db14900debc49b3426deb5859fb8da74aaa342f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  3 04:42:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  3 04:42:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db14900

net-libs/libupnp: Stabilize 1.14.13 arm64, #868108

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index b55018bf9bd4..e441dc45bb2a 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Arthur Zamarin
commit: 1d38f9bea6a8f14d2ddf580a93ebd4eea8fa49b5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  3 04:42:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  3 04:42:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d38f9be

net-libs/libupnp: Stabilize 1.14.13 arm, #868108

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index f95144e43933..00208a62c988 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-09-02 Thread Arthur Zamarin
commit: 174a4ea42412414f2e23a6bb7c6918d3b74bcf94
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  3 04:42:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  3 04:42:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174a4ea4

net-libs/libupnp: Stabilize 1.14.13 sparc, #868108

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
index e441dc45bb2a..f95144e43933 100644
--- a/net-libs/libupnp/libupnp-1.14.13.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-08-03 Thread Conrad Kostecki
commit: c875ee49b4fec73ee9b1c8ffc608507e4aef312b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Aug  3 19:54:00 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Aug  3 20:07:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c875ee49

net-libs/libupnp: add 1.14.13

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.13.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index d28f01297328..c88a40a0905f 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.12.tar.gz 788299 BLAKE2B 
721c10f9fa4ffc60743b4ebf8be566ea595931cb1f2a2448d8e3cecfc787abfb855cb16256eaaa10ce6a901cd5e5b3d14672610841b2a718d5dd003ccfd3c2f0
 SHA512 
aab17aa12f15d110bfab20cbcbae5f54926b6ca7a30bce10b9287cd39919a06a5e9f1493405e1d561c0d58ba46926f87009df891e4e4f37097df1c3c67635ca9
+DIST libupnp-1.14.13.tar.gz 807484 BLAKE2B 
af3cd6c852297d7b131b2deefba8a72427e225c765017edb5f927b81bd1ce2b72d43caf2c46bd383b83536ba858d52dc8d051e272dacc8bd3c952e43443650a4
 SHA512 
ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71

diff --git a/net-libs/libupnp/libupnp-1.14.13.ebuild 
b/net-libs/libupnp/libupnp-1.14.13.ebuild
new file mode 100644
index ..a8b52238c73f
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.13.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   $(use_enable ipv6)
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-06-27 Thread WANG Xuerui
commit: 2334f90952d3fd9e111749256c0b47e129818d2c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Jun 28 04:17:30 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Jun 28 04:18:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2334f909

net-libs/libupnp: keyword 1.14.12-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index fc9560d1abf1..b74eee98c312 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.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
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/files/

2022-02-11 Thread Conrad Kostecki
commit: 11a779dd9fc9b2c7b0a06bb29a4f29a7c72d897d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Feb 11 15:51:39 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Feb 11 17:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a779dd

net-libs/libupnp: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/24161
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../libupnp/files/libupnp-1.14.7-glibc-2.34.patch  | 32 --
 1 file changed, 32 deletions(-)

diff --git a/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch 
b/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
deleted file mode 100644
index dbcfd5e2cc20..
--- a/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
+++ /dev/null
@@ -1,32 +0,0 @@
 a/upnp/inc/ithread.h
-+++ b/upnp/inc/ithread.h
-@@ -304,12 +304,8 @@
-  *  Returns EINVAL if the kind is not supported.
-  *  See man page for pthread_mutexattr_setkind_np
-  
*/
--#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
--  #define ithread_mutexattr_setkind_np pthread_mutexattr_settype
--#else
--  #define ithread_mutexattr_setkind_np pthread_mutexattr_setkind_np
--#endif /* UPNP_USE_RWLOCK */
--
-+#define ithread_mutexattr_setkind_np pthread_mutexattr_settype
-+#define ithread_mutexattr_settype pthread_mutexattr_settype
- /
-  * Function: ithread_mutexattr_getkind_np
-  *
-@@ -329,12 +325,8 @@
-  *  Always returns 0.
-  *  See man page for pthread_mutexattr_getkind_np
-  
*/
--#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
--  #define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
--#else
--  #define ithread_mutexattr_getkind_np pthread_mutexattr_getkind_np
--#endif /* UPNP_USE_RWLOCK */
--
-+#define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
-+#define ithread_mutexattr_gettype pthread_mutexattr_gettype
- /
-  * Function: ithread_mutex_init
-  *



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2022-01-05 Thread David Seifert
commit: 4acfbe4103423870e3f92438f0936a1ea16344a2
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan  5 10:01:29 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  5 10:01:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acfbe41

net-libs/libupnp: remove x86-fbsd

Signed-off-by: David Seifert  gentoo.org>

 net-libs/libupnp/libupnp-1.14.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 4dcf90126cfd..eee1e507052a 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools
 
 MY_PN="pupnp"
 
@@ -32,7 +32,6 @@ src_prepare() {
 }
 
 src_configure() {
-   use x86-fbsd && append-flags -O1
# w/o docdir to avoid sandbox violations
econf $(use_enable debug) \
$(use_enable blocking-tcp blocking-tcp-connections) \



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-05 Thread Sam James
commit: 0dcde0ff6fab459abb1d09422a548e873ea682ff
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 17:36:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 17:36:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcde0ff

net-libs/libupnp: Stabilize 1.14.12-r1 ppc64, #821562

Signed-off-by: Sam James  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index 7f1bf8d8b0c..fc9560d1abf 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-05 Thread Sam James
commit: 4bcb9c848d75bbc33e4ba91ce1b8665ce6807863
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 17:35:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 17:35:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcb9c84

net-libs/libupnp: Stabilize 1.14.12-r1 ppc, #821562

Signed-off-by: Sam James  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index 5dd4a4276f9..7f1bf8d8b0c 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-04 Thread Sam James
commit: 186d03752638ad5f89735d78fe1ebdab436e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  4 21:44:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  4 21:44:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186d0375

net-libs/libupnp: Stabilize 1.14.12-r1 arm64, #821562

Signed-off-by: Sam James  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index 1d781fdc270..5dd4a4276f9 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-04 Thread Sam James
commit: a38388a910a4cc69d6b4be22b77bdadc15df86ee
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  4 15:30:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  4 15:30:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38388a9

net-libs/libupnp: Stabilize 1.14.12-r1 arm, #821562

Signed-off-by: Sam James  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index d7826e312ed..1d781fdc270 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-04 Thread Agostino Sarubbo
commit: e279f07ba9481a6cb6582040dfc05779d52b794f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  4 07:40:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  4 07:40:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e279f07b

net-libs/libupnp: x86 stable wrt bug #821562

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index b2b5a99ad79..d7826e312ed 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-04 Thread Agostino Sarubbo
commit: 3e410f580053f39b72505358181bfaa2e4ba9167
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  4 07:40:07 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  4 07:40:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e410f58

net-libs/libupnp: sparc stable wrt bug #821562

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index 1e6ab655049..b2b5a99ad79 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-11-03 Thread Jakov Smolić
commit: a219733d1abf3043fd2616ff7aa3fc88ea49990a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Nov  4 00:42:11 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Nov  4 00:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a219733d

net-libs/libupnp: Stabilize 1.14.12-r1 amd64, #821562

Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
index 5eac7976b3d..1e6ab655049 100644
--- a/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-10-04 Thread Conrad Kostecki
commit: 8f08457e27a4b2705c15cc190ed6c85a00419b9d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Oct  4 19:01:39 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Oct  4 19:01:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f08457e

net-libs/libupnp: rebvump

Revbump, as removing use flags won't cause rebuild

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/{libupnp-1.14.12.ebuild => libupnp-1.14.12-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild 
b/net-libs/libupnp/libupnp-1.14.12-r1.ebuild
similarity index 100%
rename from net-libs/libupnp/libupnp-1.14.12.ebuild
rename to net-libs/libupnp/libupnp-1.14.12-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-10-04 Thread Conrad Kostecki
commit: 5d31c9001a6fd44c9773f154aa474674b95f2484
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Oct  4 18:28:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Oct  4 18:28:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d31c900

net-libs/libupnp: enable tools always

As 'tools' only install additional header files, make them always
enabled and drop tools use flag.

Closes: https://bugs.gentoo.org/816267
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12.ebuild | 4 +---
 net-libs/libupnp/metadata.xml   | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild 
b/net-libs/libupnp/libupnp-1.14.12.ebuild
index bf7e8751ae6..5eac7976b3d 100644
--- a/net-libs/libupnp/libupnp-1.14.12.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12.ebuild
@@ -15,8 +15,7 @@ S="${WORKDIR}/${MY_PN}-release-${PV}"
 LICENSE="BSD"
 SLOT="0/17"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs tools"
-REQUIRED_USE="samples? ( tools )"
+IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"
 DEPEND="${RDEPEND}"
@@ -38,7 +37,6 @@ src_configure() {
$(use_enable samples)
$(use_enable ssl open_ssl)
$(use_enable static-libs static)
-   $(use_enable tools)
)
 
econf ${myeconfargs[@]}

diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
index f11aa55da64..ba0bdd2e5c8 100644
--- a/net-libs/libupnp/metadata.xml
+++ b/net-libs/libupnp/metadata.xml
@@ -16,6 +16,5 @@
Do not use async socket calls
Allow clean restarts by binding the 
socket with SO_REUSEADDR
Install sample applications
-   Install additional tools

 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-10-03 Thread Conrad Kostecki
commit: d6eb4d258cbfe5c1c70c9ce005cd308458e4b6ce
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct  3 17:13:12 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Oct  3 17:13:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6eb4d25

net-libs/libupnp: force tools for samples

Closes: https://bugs.gentoo.org/816081
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/libupnp-1.14.12.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild 
b/net-libs/libupnp/libupnp-1.14.12.ebuild
index a7af6a46ad6..bf7e8751ae6 100644
--- a/net-libs/libupnp/libupnp-1.14.12.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.12.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD"
 SLOT="0/17"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
 IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs tools"
+REQUIRED_USE="samples? ( tools )"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/files/, net-libs/libupnp/

2021-10-03 Thread Conrad Kostecki
commit: e0f6588a69a4660646663a71dc0436cb3f8db2e0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct  3 13:15:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Oct  3 13:15:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f6588a

net-libs/libupnp: fix compilation with glibc-2.34

Closes: https://bugs.gentoo.org/806610
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../libupnp/files/libupnp-1.14.7-glibc-2.34.patch  | 32 ++
 net-libs/libupnp/libupnp-1.14.7.ebuild |  5 ++--
 2 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch 
b/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
new file mode 100644
index 000..dbcfd5e2cc2
--- /dev/null
+++ b/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
@@ -0,0 +1,32 @@
+--- a/upnp/inc/ithread.h
 b/upnp/inc/ithread.h
+@@ -304,12 +304,8 @@
+  *  Returns EINVAL if the kind is not supported.
+  *  See man page for pthread_mutexattr_setkind_np
+  
*/
+-#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
+-  #define ithread_mutexattr_setkind_np pthread_mutexattr_settype
+-#else
+-  #define ithread_mutexattr_setkind_np pthread_mutexattr_setkind_np
+-#endif /* UPNP_USE_RWLOCK */
+-
++#define ithread_mutexattr_setkind_np pthread_mutexattr_settype
++#define ithread_mutexattr_settype pthread_mutexattr_settype
+ /
+  * Function: ithread_mutexattr_getkind_np
+  *
+@@ -329,12 +325,8 @@
+  *  Always returns 0.
+  *  See man page for pthread_mutexattr_getkind_np
+  
*/
+-#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
+-  #define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
+-#else
+-  #define ithread_mutexattr_getkind_np pthread_mutexattr_getkind_np
+-#endif /* UPNP_USE_RWLOCK */
+-
++#define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
++#define ithread_mutexattr_gettype pthread_mutexattr_gettype
+ /
+  * Function: ithread_mutex_init
+  *

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 42645556aca..4dcf90126cf 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -10,6 +10,7 @@ MY_PN="pupnp"
 DESCRIPTION="An Portable Open Source UPnP Development Kit"
 HOMEPAGE="http://pupnp.sourceforge.net/";
 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/17"
@@ -19,9 +20,7 @@ IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples 
static-libs"
 # bug 733750
 RESTRICT="test"
 
-DOCS="ChangeLog"
-
-S="${WORKDIR}/${MY_PN}-release-${PV}"
+PATCHES=( "${FILESDIR}/${PN}-1.14.7-glibc-2.34.patch" )
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/, net-libs/libupnp/files/

2021-10-03 Thread Conrad Kostecki
commit: 05d9a1ee2b98375bc7cc3f0b6979fb643ab60247
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct  3 13:06:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Oct  3 13:06:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d9a1ee

net-libs/libupnp: bump to version 1.14.12

I am also taking ownership, as this package has been dropped to m-n.
Both tests, 'test_init' and 'test_url', have been disabled, as they
required network and can't run in our network sandbox. Rest will just
run fine.

Closes: https://bugs.gentoo.org/628392
Closes: https://bugs.gentoo.org/733750
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest  |  1 +
 .../libupnp-1.14.12-disable-network-tests.patch| 15 +++
 net-libs/libupnp/libupnp-1.14.12.ebuild| 50 ++
 net-libs/libupnp/metadata.xml  | 30 +++--
 4 files changed, 83 insertions(+), 13 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index f3c0cc8ddcb..a4442cccbb0 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
+DIST libupnp-1.14.12.tar.gz 788299 BLAKE2B 
721c10f9fa4ffc60743b4ebf8be566ea595931cb1f2a2448d8e3cecfc787abfb855cb16256eaaa10ce6a901cd5e5b3d14672610841b2a718d5dd003ccfd3c2f0
 SHA512 
aab17aa12f15d110bfab20cbcbae5f54926b6ca7a30bce10b9287cd39919a06a5e9f1493405e1d561c0d58ba46926f87009df891e4e4f37097df1c3c67635ca9
 DIST libupnp-1.14.7.tar.gz 785084 BLAKE2B 
539388737dda0dd037cb50fbc1cca8bcdc43d1d706bdb7da19d1a184cfd61f3d585d9beef2a9c8c33f2cb2640a8479210ad6c358abd7193f304509df574e912c
 SHA512 
92dd80d1bbaa64e6d3909c5bce73d0340fcd3a3c1d247a634bd48ec077ba0ce0b8224d1a670a66f6a8c591e31a54f15526071d62ae5460e85d582d7b6b67c674

diff --git a/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch 
b/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch
new file mode 100644
index 000..4c602c02d8d
--- /dev/null
+++ b/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch
@@ -0,0 +1,15 @@
+--- a/upnp/Makefile.am
 b/upnp/Makefile.am
+@@ -203,10 +203,8 @@
+ 
+ 
+ # check / distcheck tests
+-check_PROGRAMS = test_init test_url test_log test_list
+-TESTS = test_init test_url test_log test_list
+-test_init_SOURCES = test/test_init.c
+-test_url_SOURCES = test/test_url.c
++check_PROGRAMS = test_log test_list
++TESTS = test_log test_list
+ test_log_SOURCES = test/test_log.c
+ test_list_SOURCES = test/test_list.c
+ 

diff --git a/net-libs/libupnp/libupnp-1.14.12.ebuild 
b/net-libs/libupnp/libupnp-1.14.12.ebuild
new file mode 100644
index 000..a7af6a46ad6
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.12.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
+IUSE="blocking-tcp debug doc +ipv6 +reuseaddr samples +ssl static-libs tools"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   $(use_enable ipv6)
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   $(use_enable tools)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
index 0fb34d993c6..f11aa55da64 100644
--- a/net-libs/libupnp/metadata.xml
+++ b/net-libs/libupnp/metadata.xml
@@ -1,17 +1,21 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-  
-Reflect ABI of libupnp.so.
-  
-  
-pupnp
-pupnp/pupnp
-  
-  
-Allow clean restarts by binding the socket with 
SO_REUSEADDR
-Do not use async socket calls
-Install sample applications
-  
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   
+   
+   Reflect ABI of libupnp.so
+   
+   
+   pupnp
+   pupnp/pupnp
+   
+   
+   Do not use async socket calls
+   Allow clean restarts by binding the 
socket with SO_REUSEADDR
+

[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-08-21 Thread Marek Szuba
commit: 28565dd39280c3a8fc1eead5daa818e381b0a2cb
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Aug 20 23:54:34 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 21 08:43:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28565dd3

net-libs/libupnp: keyword 1.14.7 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index a38c8f0f274..42645556aca 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-08-19 Thread Sam James
commit: 17050e84a1b7e18f17b4482707ed4c8be6feec73
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 20 01:34:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 20 01:34:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17050e84

net-libs/libupnp: update upstream metadata

Signed-off-by: Sam James  gentoo.org>

 net-libs/libupnp/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
index ea735c61b2f..2b3e2a1e238 100644
--- a/net-libs/libupnp/metadata.xml
+++ b/net-libs/libupnp/metadata.xml
@@ -10,11 +10,11 @@
   
   
 pupnp
-mrjimenez/pupnp
+pupnp/pupnp
   
   
-Allow clean restarts by binding the socket with 
SO_REUSEADDR.
-Do not use async socket calls.
-Install sample applications.
+Allow clean restarts by binding the socket with 
SO_REUSEADDR
+Do not use async socket calls
+Install sample applications
   
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-07-25 Thread John Helmert III
commit: e8eb7be4480f96a2efd24f83b954e27c3ad5607b
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 20:26:54 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eb7be4

net-libs/libupnp: drop 1.14.0, 1.14.5

Bug: https://bugs.gentoo.org/784590
Signed-off-by: John Helmert III  gentoo.org>

 net-libs/libupnp/Manifest  |  2 --
 net-libs/libupnp/libupnp-1.14.0.ebuild | 50 
 net-libs/libupnp/libupnp-1.14.5.ebuild | 52 --
 3 files changed, 104 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index fb38da8d00a..f3c0cc8ddcb 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,3 +1 @@
-DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
-DIST libupnp-1.14.5.tar.gz 782662 BLAKE2B 
7b1a4f115d4fb545b26909d8f6feb0a017160876506f35a5932a0898e68104eb43d92f82872359bc7bccf27a05d41632296041bb450e8109758a0ff6b7dd8e58
 SHA512 
6a1587943fb76b860fa879b050ae46189cb9c6a514df3f00eefe8c3eaa268aa5c0307895b38cac22fac57a2918b925ecefde7c46b7c50f87cfcf86afd9ee180d
 DIST libupnp-1.14.7.tar.gz 785084 BLAKE2B 
539388737dda0dd037cb50fbc1cca8bcdc43d1d706bdb7da19d1a184cfd61f3d585d9beef2a9c8c33f2cb2640a8479210ad6c358abd7193f304509df574e912c
 SHA512 
92dd80d1bbaa64e6d3909c5bce73d0340fcd3a3c1d247a634bd48ec077ba0ce0b8224d1a670a66f6a8c591e31a54f15526071d62ae5460e85d582d7b6b67c674

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
deleted file mode 100644
index 263bfc91655..000
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
-
-# bug 733750
-RESTRICT="test"
-
-DOCS="ChangeLog"
-
-S="${WORKDIR}/pupnp-release-${PV}"
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf $(use_enable debug) \
-   $(use_enable blocking-tcp blocking-tcp-connections) \
-   $(use_enable ipv6) \
-   $(use_enable reuseaddr) \
-   $(use_enable static-libs static) \
-   $(use_enable samples)
-}
-
-src_install() {
-   default
-
-   if ! use static-libs ; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}

diff --git a/net-libs/libupnp/libupnp-1.14.5.ebuild 
b/net-libs/libupnp/libupnp-1.14.5.ebuild
deleted file mode 100644
index 4d8eccaa915..000
--- a/net-libs/libupnp/libupnp-1.14.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
-
-# bug 733750
-RESTRICT="test"
-
-DOCS="ChangeLog"
-
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf $(use_enable debug) \
-   $(use_enable blocking-tcp blocking-tcp-connections) \
-   $(use_enable ipv6) \
-   $(use_enable reuseaddr) \
-   $(use_enable static-libs static) \
-   $(use_enable samples)
-}
-
-src_install() {
-   default
-
-   if ! use static-libs ; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-21 Thread Sam James
commit: 8e6da76660e9fb96c23c04ac3cb3d7f872d8d9a3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 21 07:18:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 21 07:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6da766

net-libs/libupnp: Stabilize 1.14.7 arm, #784590

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index c84fa9f25bd..a38c8f0f274 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-18 Thread Sam James
commit: 0f892b687d5f1769203e779f60fda556e1db79f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 18 22:37:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 18 22:37:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f892b68

net-libs/libupnp: Stabilize 1.14.7 arm64, #784590

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 580f562af6d..c84fa9f25bd 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-17 Thread Agostino Sarubbo
commit: de2e12fbf43465d401bca30517b802e6c3690f4f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 18 06:28:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 18 06:28:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2e12fb

net-libs/libupnp: ppc64 stable wrt bug #784590

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 8ba9e7a2cc8..580f562af6d 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-17 Thread Agostino Sarubbo
commit: 0343d383f403dcd4d6c0ab0b063bdf33a3f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 18 06:27:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 18 06:27:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0343d383

net-libs/libupnp: ppc stable wrt bug #784590

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 6f950e1a9fb..8ba9e7a2cc8 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-17 Thread Sam James
commit: 82fbd5e838b24c1110161f16d9743aecca5d2c61
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 17 20:19:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 17 20:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fbd5e8

net-libs/libupnp: Stabilize 1.14.7 x86, #784590

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index bdf5145a756..6f950e1a9fb 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-17 Thread Sam James
commit: 6303d05ecebcfaad4964c9b5bd6ce64782073384
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 17 20:17:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 17 20:23:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6303d05e

net-libs/libupnp: Stabilize 1.14.7 amd64, #784590

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 271b8a83fe7..bdf5145a756 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-17 Thread Agostino Sarubbo
commit: 1963bb57573c7a6d2f6feee2e923bc340197fe2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 17 07:22:54 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 17 07:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1963bb57

net-libs/libupnp: sparc stable wrt bug #784590

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
index 4d8eccaa915..271b8a83fe7 100644
--- a/net-libs/libupnp/libupnp-1.14.7.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-06-02 Thread Thomas Deutschmann
commit: dbeadea75f7d3266168a355dd6f2e3ce72dfa8bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  2 12:23:38 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  2 12:25:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeadea7

net-libs/libupnp: bump to v1.14.7

Bug: https://bugs.gentoo.org/784590
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/libupnp/Manifest  |  1 +
 net-libs/libupnp/libupnp-1.14.7.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 36e481b9fef..fb38da8d00a 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
 DIST libupnp-1.14.5.tar.gz 782662 BLAKE2B 
7b1a4f115d4fb545b26909d8f6feb0a017160876506f35a5932a0898e68104eb43d92f82872359bc7bccf27a05d41632296041bb450e8109758a0ff6b7dd8e58
 SHA512 
6a1587943fb76b860fa879b050ae46189cb9c6a514df3f00eefe8c3eaa268aa5c0307895b38cac22fac57a2918b925ecefde7c46b7c50f87cfcf86afd9ee180d
+DIST libupnp-1.14.7.tar.gz 785084 BLAKE2B 
539388737dda0dd037cb50fbc1cca8bcdc43d1d706bdb7da19d1a184cfd61f3d585d9beef2a9c8c33f2cb2640a8479210ad6c358abd7193f304509df574e912c
 SHA512 
92dd80d1bbaa64e6d3909c5bce73d0340fcd3a3c1d247a634bd48ec077ba0ce0b8224d1a670a66f6a8c591e31a54f15526071d62ae5460e85d582d7b6b67c674

diff --git a/net-libs/libupnp/libupnp-1.14.7.ebuild 
b/net-libs/libupnp/libupnp-1.14.7.ebuild
new file mode 100644
index 000..4d8eccaa915
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
+
+# bug 733750
+RESTRICT="test"
+
+DOCS="ChangeLog"
+
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+src_prepare() {
+   default
+
+   # fix tests
+   chmod +x ixml/test/test_document.sh || die
+
+   eautoreconf
+}
+
+src_configure() {
+   use x86-fbsd && append-flags -O1
+   # w/o docdir to avoid sandbox violations
+   econf $(use_enable debug) \
+   $(use_enable blocking-tcp blocking-tcp-connections) \
+   $(use_enable ipv6) \
+   $(use_enable reuseaddr) \
+   $(use_enable static-libs static) \
+   $(use_enable samples)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${D}" -name '*.la' -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-04-11 Thread Ian Whyman
commit: 2827da221de1ce426c9f905a2f9d7568885a0c57
Author: Ian Whyman  gentoo  org>
AuthorDate: Sun Apr 11 12:05:35 2021 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sun Apr 11 12:05:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2827da22

net-libs/libupnp: Bump to 1.14.5

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ian Whyman  gentoo.org>

 net-libs/libupnp/Manifest  |  1 +
 net-libs/libupnp/libupnp-1.14.5.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index d18c6a3add9..36e481b9fef 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1 +1,2 @@
 DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
+DIST libupnp-1.14.5.tar.gz 782662 BLAKE2B 
7b1a4f115d4fb545b26909d8f6feb0a017160876506f35a5932a0898e68104eb43d92f82872359bc7bccf27a05d41632296041bb450e8109758a0ff6b7dd8e58
 SHA512 
6a1587943fb76b860fa879b050ae46189cb9c6a514df3f00eefe8c3eaa268aa5c0307895b38cac22fac57a2918b925ecefde7c46b7c50f87cfcf86afd9ee180d

diff --git a/net-libs/libupnp/libupnp-1.14.5.ebuild 
b/net-libs/libupnp/libupnp-1.14.5.ebuild
new file mode 100644
index 000..4d8eccaa915
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
+
+# bug 733750
+RESTRICT="test"
+
+DOCS="ChangeLog"
+
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+src_prepare() {
+   default
+
+   # fix tests
+   chmod +x ixml/test/test_document.sh || die
+
+   eautoreconf
+}
+
+src_configure() {
+   use x86-fbsd && append-flags -O1
+   # w/o docdir to avoid sandbox violations
+   econf $(use_enable debug) \
+   $(use_enable blocking-tcp blocking-tcp-connections) \
+   $(use_enable ipv6) \
+   $(use_enable reuseaddr) \
+   $(use_enable static-libs static) \
+   $(use_enable samples)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${D}" -name '*.la' -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/files/

2021-03-20 Thread Conrad Kostecki
commit: 8edee7a32f9989594582e7a6a5571c98e3c4cfbf
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Mar 18 19:18:42 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar 20 16:11:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edee7a3

net-libs/libupnp: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/19992
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/libupnp-1.6.19-docs-install.patch| 13 --
 net-libs/libupnp/files/libupnp-1.6.21-cflags.patch | 30 --
 2 files changed, 43 deletions(-)

diff --git a/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch 
b/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch
deleted file mode 100644
index 622f58a9003..000
--- a/net-libs/libupnp/files/libupnp-1.6.19-docs-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 libupnp-1.6.19/upnp/sample/Makefile.am.orig2013-11-15 
19:50:02.0 +0400
-+++ libupnp-1.6.19/upnp/sample/Makefile.am 2016-06-03 20:30:43.545081667 
+0300
-@@ -65,8 +65,8 @@
- if WITH_DOCUMENTATION
- examplesdir = $(docdir)/examples
- examples_DATA = \
--  $(tv_ctrlpt_SOURCES) \
--  $(tv_device_SOURCES)
-+  $(sort $(tv_ctrlpt_SOURCES) \
-+  $(tv_device_SOURCES) )
- endif
- 
- EXTRA_DIST = \

diff --git a/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch 
b/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch
deleted file mode 100644
index 3eaf66e8041..000
--- a/net-libs/libupnp/files/libupnp-1.6.21-cflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-don't append flags like -O0/-Os which clobber the user's settings
-
 a/configure.ac
-+++ b/configure.ac
-@@ -539,25 +539,6 @@ AC_PROG_EGREP
- echo "- Default compilation flags 
---"
- echo host is $host
- echo host_os is $host_os
--case $host_os in
--freebsd*)
--  echo "Using FreeBSD specific compiler settings"
--  # Put FreeBSD specific compiler flags here
--  ;;
--*)
--  echo "Using non-specific system compiler settings"
--  if test x"$enable_debug" = xyes; then
--  # AC_PROG_CC already sets CFLAGS to "-g -O2" by default,
--  # but only if CFLAGS was not previously set.
--  #:
--  # Use -O0 in debug so that variables do not get optimized out
--  AX_CFLAGS_GCC_OPTION([-O0, -g])
--  else
--  # add optimise for size
--  AX_CFLAGS_GCC_OPTION([-Os])
--  fi
--  ;;
--esac
- 
- AX_CFLAGS_WARN_ALL
- echo 
"---"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2021-03-12 Thread John Helmert III
commit: 33ed7ab218de232aae5e597c3fd24b37e190dd21
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Mar 12 16:26:07 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Mar 12 16:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ed7ab2

net-libs/libupnp: security cleanup (drop <1.14.0)

Bug: https://bugs.gentoo.org/727170
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: John Helmert III  gentoo.org>

 net-libs/libupnp/Manifest  |  4 ---
 net-libs/libupnp/libupnp-1.12.1.ebuild | 47 --
 net-libs/libupnp/libupnp-1.6.21.ebuild | 47 --
 net-libs/libupnp/libupnp-1.6.25.ebuild | 47 --
 net-libs/libupnp/libupnp-1.8.7.ebuild  | 47 --
 5 files changed, 192 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index b419ccc3436..d18c6a3add9 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,5 +1 @@
-DIST libupnp-1.12.1.tar.gz 786818 BLAKE2B 
e44847dda5a7aeabb22a5b76cdc48d1dc69e70f7ecac85824199bf8d6e9b802cb717f2959f70690cc00babf1b554a0cb031995f80c28246b9eec670ebe7aaa90
 SHA512 
e4741f9245378529a15b8be7acec5af52d802ce84b82f110dab44c30da65fc2514d51d3bee6311643eb28146ea90bb3c97f44f800edb4f3c1681f3e70f80
 DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
-DIST libupnp-1.6.21.tar.bz2 1245353 BLAKE2B 
ca9ff07f88cfc77c3e3f7250ec1de6fb8c1ad3a918f556a7d37a6e994b67d825608edd3fd788a5b5979de72e3b25288225af3b5b8c58f54395682eef50bfc2d2
 SHA512 
65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
-DIST libupnp-1.6.25.tar.bz2 722731 BLAKE2B 
7f1850a235683ecd19bc377cd5c80c9d7ee8f0ded123dfc00d29551d2fd97fb873ce4c30ce0d26d562c57470c266a573c37fed4c0db159c65c56c673271adf92
 SHA512 
c1426c2f855f34a56b96761602a35989867918b556ecf9784c9ce9580f6c6083950004909831bad331f3a4dfb70ef1bd287e026c71bbfde2613f77fe05ab9e1f
-DIST libupnp-1.8.7.tar.gz 786079 BLAKE2B 
5f7764c1392f881f420f27e21084f5c98a6fce711f82a3e83dd21e22bf01f25348cbea377b2fae2d69133e4926ae3f8bffcd870e31c4f29b0fe20214842765d5
 SHA512 
c02b82e33e4c4d85257f0d282e3c4fc1b14a9f42eebdf12318ce6fb75e620bb0c103f9531e87be744fe70898aae9f67db4b5a187a23bcace33427a5fe7d3293d

diff --git a/net-libs/libupnp/libupnp-1.12.1.ebuild 
b/net-libs/libupnp/libupnp-1.12.1.ebuild
deleted file mode 100644
index e370f8a8787..000
--- a/net-libs/libupnp/libupnp-1.12.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic autotools ltprune vcs-snapshot
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
-
-DOCS="ChangeLog"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.6.21-cflags.patch
-)
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf $(use_enable debug) \
-   $(use_enable blocking-tcp blocking-tcp-connections) \
-   $(use_enable ipv6) \
-   $(use_enable reuseaddr) \
-   $(use_enable static-libs static) \
-   $(use_enable samples)
-}
-
-src_install() {
-   default
-
-   use static-libs || prune_libtool_files
-}

diff --git a/net-libs/libupnp/libupnp-1.6.21.ebuild 
b/net-libs/libupnp/libupnp-1.6.21.ebuild
deleted file mode 100644
index fd3799cd52f..000
--- a/net-libs/libupnp/libupnp-1.6.21.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic autotools ltprune
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/";
-SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
-IUSE="debug doc ipv6 static-libs"
-
-DOCS="NEWS README ChangeLog"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.6.19-docs-install.patch
-   "${FILESDIR}"/${PN}-1.6.21-cflags.patch
-)
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +

[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-20 Thread Agostino Sarubbo
commit: 61b2a390c5a5a9fadeddb6c4e8366b28b1c7b8fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 20 20:20:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 20 20:20:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2a390

net-libs/libupnp: amd64 stable wrt bug #727170

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 05679fa6236..a59a58ebb3d 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-12 Thread Sergei Trofimovich
commit: bbf7c126328c704a1519c0a799df575a40620771
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 08:06:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 08:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf7c126

net-libs/libupnp: stable 1.14.0 for ppc/ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 868b27e989a..05679fa6236 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Sam James
commit: 87354f3dc292d4ceb2879d7ac4fef854dcf18c74
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  7 21:19:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  7 21:19:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87354f3d

net-libs/libupnp: Stabilize 1.14.0 arm, #727170

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 6a7ae044c2a..a2a511cd245 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Sam James
commit: 15f3e8e65cbd7c7fc73c108771e28ff68e460167
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  7 21:20:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  7 21:20:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f3e8e6

net-libs/libupnp: Stabilize 1.14.0 arm64, #727170

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index a2a511cd245..868b27e989a 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Thomas Deutschmann
commit: 5276907e9f931943a9edecb0302dd59463444609
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep  7 19:53:28 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep  7 19:53:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5276907e

net-libs/libupnp: x86 stable (bug #727170)

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 3927b7eedcd..6a7ae044c2a 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 # bug 733750



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Thomas Deutschmann
commit: db04b72f3df068b8156efb286dfc4f8b83fe911e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep  7 19:50:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep  7 19:51:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db04b72f

net-libs/libupnp: update used eclasses & expose subslot

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/libupnp/libupnp-1.14.0.ebuild | 10 +++---
 net-libs/libupnp/metadata.xml  |  3 +++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index f8095088466..3927b7eedcd 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-inherit eutils flag-o-matic autotools vcs-snapshot
+inherit autotools flag-o-matic
 
 DESCRIPTION="An Portable Open Source UPnP Development Kit"
 HOMEPAGE="http://pupnp.sourceforge.net/";
 SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/17"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
@@ -19,6 +19,8 @@ RESTRICT="test"
 
 DOCS="ChangeLog"
 
+S="${WORKDIR}/pupnp-release-${PV}"
+
 src_prepare() {
default
 
@@ -42,5 +44,7 @@ src_configure() {
 src_install() {
default
 
-   use static-libs || find "${D}" -name '*.la' -delete || die
+   if ! use static-libs ; then
+   find "${D}" -name '*.la' -delete || die
+   fi
 }

diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml
index 2c151ee1ce2..e588f8be883 100644
--- a/net-libs/libupnp/metadata.xml
+++ b/net-libs/libupnp/metadata.xml
@@ -5,6 +5,9 @@
 thev00...@gentoo.org
 Ian Whyman
   
+  
+Reflect ABI of libupnp.so.
+  
   
 pupnp
 mrjimenez/pupnp



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Thomas Deutschmann
commit: bff55c4dcecd772b46a478bb8f831e99367dd5fc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep  7 19:46:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep  7 19:46:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff55c4d

net-libs/libupnp: restrict tests

Bug: https://bugs.gentoo.org/733750
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/libupnp/libupnp-1.14.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index cbb98cd660e..f8095088466 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -14,6 +14,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
+# bug 733750
+RESTRICT="test"
+
 DOCS="ChangeLog"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-09-07 Thread Sergei Trofimovich
commit: 00668815ed77b8ad9267c13f396a7cd05f191abf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Sep  7 16:09:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  7 17:39:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00668815

net-libs/libupnp: stable 1.14.0 for hppa/sparc, bug #727170

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
index 79c4ade3f90..cbb98cd660e 100644
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
 IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
 
 DOCS="ChangeLog"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/

2020-08-24 Thread Ian Whyman
commit: 4073dfd4f685b52ad6acdc2456121f1d6140b2f5
Author: Ian Whyman  gentoo  org>
AuthorDate: Mon Aug 24 18:25:07 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Mon Aug 24 18:25:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4073dfd4

net-libs/libupnp: Version bump

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Ian Whyman  gentoo.org>

 net-libs/libupnp/Manifest  |  1 +
 net-libs/libupnp/libupnp-1.14.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index e39fc3d24a7..b419ccc3436 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,4 +1,5 @@
 DIST libupnp-1.12.1.tar.gz 786818 BLAKE2B 
e44847dda5a7aeabb22a5b76cdc48d1dc69e70f7ecac85824199bf8d6e9b802cb717f2959f70690cc00babf1b554a0cb031995f80c28246b9eec670ebe7aaa90
 SHA512 
e4741f9245378529a15b8be7acec5af52d802ce84b82f110dab44c30da65fc2514d51d3bee6311643eb28146ea90bb3c97f44f800edb4f3c1681f3e70f80
+DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
 DIST libupnp-1.6.21.tar.bz2 1245353 BLAKE2B 
ca9ff07f88cfc77c3e3f7250ec1de6fb8c1ad3a918f556a7d37a6e994b67d825608edd3fd788a5b5979de72e3b25288225af3b5b8c58f54395682eef50bfc2d2
 SHA512 
65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
 DIST libupnp-1.6.25.tar.bz2 722731 BLAKE2B 
7f1850a235683ecd19bc377cd5c80c9d7ee8f0ded123dfc00d29551d2fd97fb873ce4c30ce0d26d562c57470c266a573c37fed4c0db159c65c56c673271adf92
 SHA512 
c1426c2f855f34a56b96761602a35989867918b556ecf9784c9ce9580f6c6083950004909831bad331f3a4dfb70ef1bd287e026c71bbfde2613f77fe05ab9e1f
 DIST libupnp-1.8.7.tar.gz 786079 BLAKE2B 
5f7764c1392f881f420f27e21084f5c98a6fce711f82a3e83dd21e22bf01f25348cbea377b2fae2d69133e4926ae3f8bffcd870e31c4f29b0fe20214842765d5
 SHA512 
c02b82e33e4c4d85257f0d282e3c4fc1b14a9f42eebdf12318ce6fb75e620bb0c103f9531e87be744fe70898aae9f67db4b5a187a23bcace33427a5fe7d3293d

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
new file mode 100644
index 000..79c4ade3f90
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic autotools vcs-snapshot
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/";
+SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
+
+DOCS="ChangeLog"
+
+src_prepare() {
+   default
+
+   # fix tests
+   chmod +x ixml/test/test_document.sh || die
+
+   eautoreconf
+}
+
+src_configure() {
+   use x86-fbsd && append-flags -O1
+   # w/o docdir to avoid sandbox violations
+   econf $(use_enable debug) \
+   $(use_enable blocking-tcp blocking-tcp-connections) \
+   $(use_enable ipv6) \
+   $(use_enable reuseaddr) \
+   $(use_enable static-libs static) \
+   $(use_enable samples)
+}
+
+src_install() {
+   default
+
+   use static-libs || find "${D}" -name '*.la' -delete || die
+}



  1   2   >