public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Sat,  5 May 2018 15:27:57 +0000 (UTC)	[thread overview]
Message-ID: <1525534059.2b9573a51f61637bee06a36f970aa7f2f945a6f5.mgorny@gentoo> (raw)

commit:     2b9573a51f61637bee06a36f970aa7f2f945a6f5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 07:49:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  5 15:27:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9573a5

net-libs/miniupnpc: Drop old

 net-libs/miniupnpc/Manifest                      |  3 --
 net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild | 54 -----------------------
 net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild | 54 -----------------------
 net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild | 56 ------------------------
 4 files changed, 167 deletions(-)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index abc66c8cfb4..ba0abf13e70 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,5 +1,2 @@
-DIST miniupnpc-2.0.20170509.tar.gz 86055 BLAKE2B 7da640c4baac58aa26965a670877953b4c2d27aff08b604366bad6913b30c152d52120099f37c6250eeed97396ff412a4dd6000179070a82eebd3c052596b0d0 SHA512 71ec052ef6c8ad0d529e467ddae6eae19a93b9816174eeac753aa90e036cc2f00cf7e8d1cdb188ef8280849a988fe2995e37b63f8e2a361e021c1d1b306bff6f
-DIST miniupnpc-2.0.20171212.tar.gz 86607 BLAKE2B fce582c4125192f74f6ffb174295020af1c9b574b2094f5565a5e49641820a2d9cef719de59cb94bfd207182505237c22cf58425e1a7b47f5dfe2eb84c07d3c5 SHA512 d25708f4e2ef7311878ba6d17cb506f4bfe5c9cc6b7a79e4168f143ca9da8b96beb018c42dd735f0b23806668eba2308b7de26d1b506d91c23f79c7ed77399a0
-DIST miniupnpc-2.0.20180203.tar.gz 86772 BLAKE2B 6959d7033f12d3cbe52bbe1ec2178c068a448441d22501f44a7228b2050b53ff5e955d390ff03071e6f34df2a652040bf5ab23c59aca16dc4379e380dd46fea8 SHA512 b8ebf02ed01c5217a789397b7c224ba21d233cb544ccdfd907fb9c6f49adae6864eb17963b9b9f654ecf3fde864c191fd7d00c5cf614771a7137a030f341f226
 DIST miniupnpc-2.0.20180222.tar.gz 87018 BLAKE2B 656ae02ac6e462084252d95e579972d2bbaec24cf44b5910d4fc1a956723a8ed8fecaa428aea361a7ec8a3ff60b82e0d9468ac21d251c16ac8c2b52eafec6ab3 SHA512 0cceeedff6c584d2d7037ff91fbba0fe580fabfda810b9a9ed7c8d8495445339e3ff115d63d4429bcd3eff2b13b123e1bd5855ff1bc9dcd986b968a82c368591
 DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1 SHA512 68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild
deleted file mode 100644
index 72c1c30a7f7..00000000000
--- a/net-libs/miniupnpc/miniupnpc-2.0.20170509.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/16"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-	eapply_user
-
-	# These bins are not installed, upnpc-static requires building static lib
-	sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-
-	if ! use static-libs; then
-		sed -i \
-			-e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-			-e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' \
-			Makefile || die
-	fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-	tc-export CC AR
-	emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-	emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}/usr" \
-		INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-		install
-
-	dodoc README Changelog.txt
-}

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild
deleted file mode 100644
index fbb26a0941e..00000000000
--- a/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/16"
-KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-	eapply_user
-
-	# These bins are not installed, upnpc-static requires building static lib
-	sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-
-	if ! use static-libs; then
-		sed -i \
-			-e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-			-e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' \
-			Makefile || die
-	fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-	tc-export CC AR
-	emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-	emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}/usr" \
-		INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-		install
-
-	dodoc README Changelog.txt
-}

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
deleted file mode 100644
index 3a1c24a1b10..00000000000
--- a/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/16"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-	eapply_user
-
-	# These bins are not installed, upnpc-static requires building static lib
-	sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-	# Prevent gzipping manpage.
-	sed -i -e '/gzip/d' Makefile || die
-
-	if ! use static-libs; then
-		sed -i \
-			-e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-			-e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' \
-			Makefile || die
-	fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-	tc-export CC AR
-	emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-	emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}/usr" \
-		INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-		install
-
-	dodoc README Changelog.txt
-}


             reply	other threads:[~2018-05-05 15:28 UTC|newest]

Thread overview: 229+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-05 15:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-24 16:25 [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/ Arthur Zamarin
2025-03-22 12:45 Arthur Zamarin
2025-03-22  9:20 Arthur Zamarin
2025-03-10  0:28 Sam James
2025-03-06  3:31 Michał Górny
2025-02-24  3:37 Michał Górny
2025-02-22  8:47 Arthur Zamarin
2025-01-25 11:01 Arthur Zamarin
2025-01-25 10:52 Sam James
2025-01-11  6:52 Michał Górny
2025-01-11  6:52 Michał Górny
2024-08-31  2:42 Ionen Wolkens
2024-06-29 10:55 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:25 Sam James
2024-06-29  8:25 Sam James
2024-06-29  7:57 Arthur Zamarin
2024-06-29  7:57 Arthur Zamarin
2024-06-10 20:33 Mike Gilbert
2024-06-10 14:41 Michał Górny
2024-04-29  3:27 Michał Górny
2024-04-09 18:33 Arthur Zamarin
2024-04-06 12:32 Arthur Zamarin
2024-04-06 12:32 Arthur Zamarin
2024-04-06 10:11 Arthur Zamarin
2024-04-06 10:09 Arthur Zamarin
2024-04-06  9:34 Arthur Zamarin
2024-03-20  6:28 Michał Górny
2024-02-28 15:27 Sam James
2024-02-11 17:11 Michał Górny
2024-02-11 17:11 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-25  0:42 Sam James
2024-01-23  6:14 Sam James
2024-01-21  2:44 Sam James
2024-01-21  2:44 Sam James
2024-01-20 20:39 Arthur Zamarin
2024-01-20 19:50 Arthur Zamarin
2024-01-20 18:47 Arthur Zamarin
2024-01-20 18:35 Arthur Zamarin
2024-01-04  4:35 Michał Górny
2023-08-04 15:14 Michał Górny
2023-08-04  9:22 Sam James
2023-08-02 13:19 Sam James
2023-08-01 18:27 Arthur Zamarin
2023-07-24 11:03 Jakov Smolić
2023-07-24 10:05 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-06-12 11:37 Michał Górny
2022-11-25 19:25 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-25 19:11 Sam James
2022-11-25 16:37 Arthur Zamarin
2022-11-25 16:37 Arthur Zamarin
2022-11-25 16:37 Arthur Zamarin
2022-11-25 14:38 Arthur Zamarin
2022-11-25 14:38 Arthur Zamarin
2022-10-22  6:22 Michał Górny
2022-07-29 18:02 Michał Górny
2022-07-29 17:52 Arthur Zamarin
2022-07-26  4:15 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  1:36 Sam James
2022-07-26  1:36 Sam James
2022-05-16 23:06 Sam James
2022-05-05 10:06 WANG Xuerui
2022-01-04 10:30 David Seifert
2021-11-07  8:16 Michał Górny
2021-11-07  7:14 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:04 Sam James
2021-10-31 18:02 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-07-20 23:18 Marek Szuba
2021-04-09 15:40 Sergei Trofimovich
2021-04-07 22:42 Sam James
2021-04-06 19:51 Sam James
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-04-06 12:14 Sergei Trofimovich
2021-04-05 16:53 Sam James
2021-03-03  7:11 Michał Górny
2021-02-25 19:36 Michał Górny
2021-02-25 18:34 Sergei Trofimovich
2021-02-21  7:29 Sam James
2021-02-19 17:21 Sam James
2021-02-19 16:11 Sam James
2021-02-19  4:07 Sam James
2021-02-19  3:47 Sam James
2021-02-19  3:43 Sam James
2021-02-19  2:54 Sam James
2021-02-19  2:45 Sam James
2020-12-21  9:29 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 21:50 Sergei Trofimovich
2020-12-18 18:45 Sam James
2020-12-18 14:22 Sam James
2020-12-18 10:25 Sergei Trofimovich
2020-12-17  4:00 Sam James
2020-12-16 18:12 Sam James
2020-11-22 15:46 Michał Górny
2020-11-22 12:26 Sergei Trofimovich
2020-11-18  6:53 Agostino Sarubbo
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 19:05 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-17 18:49 Agostino Sarubbo
2020-11-16  2:55 Sam James
2020-11-16  2:55 Sam James
2020-11-09 22:08 Michał Górny
2020-10-16  7:42 Michał Górny
2020-10-10 18:21 Michał Górny
2020-03-21 16:32 Michał Górny
2020-03-21  9:24 Mart Raudsepp
2020-03-19 17:20 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-24 11:31 Agostino Sarubbo
2020-02-20 18:47 Sergei Trofimovich
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 11:53 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-02-16 20:51 Sergei Trofimovich
2019-12-24 14:29 Mikle Kolyada
2019-12-19 18:35 Sergei Trofimovich
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 12:48 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-12-15 11:38 Agostino Sarubbo
2019-08-28  5:36 Michał Górny
2019-08-28  5:36 Michał Górny
2019-08-02 11:25 Mikle Kolyada
2019-08-01  6:23 Sergei Trofimovich
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:55 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-07-31  9:04 Agostino Sarubbo
2019-07-29 23:07 Aaron Bauman
2019-07-29 19:23 Sergei Trofimovich
2019-07-27 12:54 Aaron Bauman
2019-06-26 15:47 Michał Górny
2019-06-04 18:51 Agostino Sarubbo
2019-05-26  7:04 Sergei Trofimovich
2019-05-19 13:14 Thomas Deutschmann
2019-05-14  8:08 Sergei Trofimovich
2019-05-13 17:00 Mikle Kolyada
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-04-10 15:07 Michał Górny
2019-04-08 19:17 Michał Górny
2019-04-05  5:23 Michał Górny
2019-04-01 17:21 Thomas Deutschmann
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 14:46 Mikle Kolyada
2019-03-15 10:13 Mikle Kolyada
2019-03-12 17:04 Mikle Kolyada
2019-03-11 22:42 Sergei Trofimovich
2019-03-10 20:35 Sergei Trofimovich
2019-02-13 15:10 Michał Górny
2019-02-13 15:10 Michał Górny
2019-02-13 14:28 Michał Górny
2019-01-03 10:55 Mikle Kolyada
2018-10-19  9:57 Michał Górny
2018-10-15 18:12 Markus Meier
2018-09-16 13:25 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:57 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 19:04 Sergei Trofimovich
2018-09-06 21:22 Michał Górny
2018-06-09 19:42 Mikle Kolyada
2018-05-25  3:48 Matt Turner
2018-05-05 19:21 Michał Górny
2018-05-05 15:27 Michał Górny
2018-04-30 14:35 Mikle Kolyada
2018-04-22 22:43 Matt Turner
2018-04-22 19:18 Matt Turner
2018-04-20  6:57 Sergei Trofimovich
2018-04-19 22:14 Sergei Trofimovich
2018-04-12 20:54 Thomas Deutschmann
2018-04-01 13:47 Sergei Trofimovich
2018-03-30 13:32 Aaron Bauman
2018-03-28  5:05 Markus Meier
2018-03-27 19:07 Sergei Trofimovich
2018-02-25 20:04 Michał Górny
2018-02-22  9:05 Agostino Sarubbo
2018-02-06 21:40 Sergei Trofimovich
2018-02-06 18:36 Thomas Deutschmann
2018-02-04  8:44 Michał Górny
2018-02-04  8:44 Michał Górny
2018-01-02  6:19 Michał Górny
2017-12-13  9:20 Michał Górny
2017-12-13  7:56 Michał Górny
2017-12-13  7:56 Michał Górny
2017-11-05 12:20 Michał Górny
2017-11-05 12:20 Michał Górny
2017-10-15 10:25 Sergei Trofimovich
2017-06-26  8:37 Alexis Ballier
2017-06-13 12:31 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
2017-06-08  5:08 Markus Meier
2017-05-19 11:38 Michał Górny
2017-03-06  1:52 Göktürk Yüksek
2017-01-26 20:14 Michał Górny
2017-01-26 20:14 Michał Górny
2017-01-07 11:22 Jeroen Roovers
2016-11-29 17:30 Markus Meier
2016-11-22 11:32 Agostino Sarubbo
2016-11-22 11:31 Agostino Sarubbo
2015-10-16 12:01 Michał Górny
2015-10-16 12:01 Michał Górny
2015-10-16 12:01 Michał Górny
2015-10-02  7:08 Michał Górny
2015-10-01 17:24 Michał Górny
2015-10-01 16:38 Michał Górny

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=1525534059.2b9573a51f61637bee06a36f970aa7f2f945a6f5.mgorny@gentoo \
    --to=mgorny@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