From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
Date: Sat, 26 Aug 2023 23:42:37 +0000 (UTC) [thread overview]
Message-ID: <1693093320.0033d56a458d91774ee145c13c3896ad11957447.conikost@gentoo> (raw)
commit: 0033d56a458d91774ee145c13c3896ad11957447
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 22:53:09 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 23:42:00 2023 +0000
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 <conikost <AT> 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..000000000000
--- 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..000000000000
--- 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)
- )
-
- econf ${myeconfargs[@]}
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}
next reply other threads:[~2023-08-26 23:42 UTC|newest]
Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-26 23:42 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 20:01 [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/ Conrad Kostecki
2024-05-25 17:31 Arthur Zamarin
2024-05-25 5:05 Arthur Zamarin
2024-05-25 2:03 Sam James
2024-05-25 2:03 Sam James
2024-05-25 0:49 Sam James
2024-05-25 0:49 Sam James
2024-05-25 0:49 Sam James
2024-04-23 22:09 Conrad Kostecki
2024-04-23 22:09 Conrad Kostecki
2023-10-04 18:32 Arthur Zamarin
2023-10-03 1:51 Sam James
2023-10-03 1:41 Sam James
2023-10-03 1:41 Sam James
2023-10-03 1:41 Sam James
2023-10-03 1:41 Sam James
2023-10-02 19:28 Arthur Zamarin
2023-08-26 23:42 Conrad Kostecki
2023-06-03 19:45 Arthur Zamarin
2023-06-02 11:54 Arthur Zamarin
2023-06-02 11:54 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-05-05 9:30 Arthur Zamarin
2023-05-05 9:30 Arthur Zamarin
2023-05-03 6:29 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 21:57 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2022-12-20 22:03 Conrad Kostecki
2022-12-20 18:55 Sam James
2022-12-20 18:55 Sam James
2022-12-20 16:53 Arthur Zamarin
2022-12-20 16:53 Arthur Zamarin
2022-12-20 16:53 Arthur Zamarin
2022-12-20 14:20 Arthur Zamarin
2022-12-20 14:20 Arthur Zamarin
2022-11-19 21:52 Conrad Kostecki
2022-11-06 13:00 Conrad Kostecki
2022-11-06 8:05 Agostino Sarubbo
2022-11-06 5:52 Sam James
2022-11-06 5:52 Sam James
2022-11-06 5:52 Sam James
2022-11-06 4:00 Sam James
2022-11-06 4:00 Sam James
2022-11-06 4:00 Sam James
2022-10-06 21:15 Conrad Kostecki
2022-09-03 12:46 Conrad Kostecki
2022-09-03 5:16 Sam James
2022-09-03 5:16 Sam James
2022-09-03 4:42 Arthur Zamarin
2022-09-03 4:42 Arthur Zamarin
2022-09-03 4:42 Arthur Zamarin
2022-09-03 4:42 Arthur Zamarin
2022-09-03 4:42 Arthur Zamarin
2022-08-03 20:08 Conrad Kostecki
2022-06-28 4:18 WANG Xuerui
2022-01-05 10:01 David Seifert
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-04 21:44 Sam James
2021-11-04 15:30 Sam James
2021-11-04 7:40 Agostino Sarubbo
2021-11-04 7:40 Agostino Sarubbo
2021-11-04 0:42 Jakov Smolić
2021-10-04 19:01 Conrad Kostecki
2021-10-04 18:28 Conrad Kostecki
2021-10-03 17:13 Conrad Kostecki
2021-08-21 8:44 Marek Szuba
2021-08-20 1:50 Sam James
2021-07-26 3:25 John Helmert III
2021-06-21 7:19 Sam James
2021-06-18 22:38 Sam James
2021-06-18 6:28 Agostino Sarubbo
2021-06-18 6:27 Agostino Sarubbo
2021-06-17 20:24 Sam James
2021-06-17 20:23 Sam James
2021-06-17 7:23 Agostino Sarubbo
2021-06-02 12:25 Thomas Deutschmann
2021-04-11 12:05 Ian Whyman
2021-03-12 16:27 John Helmert III
2020-09-20 20:21 Agostino Sarubbo
2020-09-12 8:06 Sergei Trofimovich
2020-09-07 21:21 Sam James
2020-09-07 21:21 Sam James
2020-09-07 19:54 Thomas Deutschmann
2020-09-07 19:51 Thomas Deutschmann
2020-09-07 19:51 Thomas Deutschmann
2020-09-07 17:39 Sergei Trofimovich
2020-08-24 18:25 Ian Whyman
2020-04-10 8:33 Ian Whyman
2020-01-30 22:08 Ian Whyman
2020-01-23 20:13 Ian Whyman
2019-11-21 19:34 Ian Whyman
2019-11-17 18:14 Ian Whyman
2019-11-02 21:07 Ian Whyman
2019-07-27 12:54 Aaron Bauman
2018-10-25 18:21 Ian Whyman
2018-10-25 17:21 Ian Whyman
2018-03-13 11:59 Pacho Ramos
2017-12-16 10:27 Ian Whyman
2017-12-04 20:46 Ian Whyman
2017-08-20 12:24 Ian Whyman
2017-07-14 14:09 Ian Whyman
2017-07-08 9:20 Alexis Ballier
2017-05-28 12:19 Ian Whyman
2017-05-25 17:15 Ian Whyman
2017-01-23 18:37 Ian Whyman
2017-01-16 8:49 Tobias Klausmann
2017-01-15 0:30 Jeroen Roovers
2017-01-13 16:54 Markus Meier
2017-01-10 12:34 Aaron Bauman
2016-12-30 21:39 Ian Whyman
2016-12-30 21:34 Ian Whyman
2016-11-29 17:39 Markus Meier
2016-11-23 13:12 Tobias Klausmann
2016-11-19 13:55 Agostino Sarubbo
2016-11-19 13:53 Agostino Sarubbo
2016-09-15 20:10 Ian Whyman
2016-09-15 19:53 Ian Whyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1693093320.0033d56a458d91774ee145c13c3896ad11957447.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox