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: dev-python/miniupnpc/
Date: Wed, 10 Apr 2019 15:07:33 +0000 (UTC)	[thread overview]
Message-ID: <1554908842.86ed349b7731fc535988c3ca6187bddac687f2d7.mgorny@gentoo> (raw)

commit:     86ed349b7731fc535988c3ca6187bddac687f2d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 14:32:18 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 15:07:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ed349b

dev-python/miniupnpc: Drop old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/miniupnpc/Manifest                      |  2 --
 dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild | 31 ----------------------
 dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild | 31 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index e82318470bb..b427d72ddd3 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1 SHA512 68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3
 DIST miniupnpc-2.1.20190210.tar.gz 94125 BLAKE2B 1cb8e4cd4d015d82eb15eec20e93b14a9f280aeabfc54e96ff9511db7fddf9713b9bffd0893c17f29beede29c6bfe73e6a459f7b20c9e4b33c88753b39cb7a0e SHA512 51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2
-DIST miniupnpc-2.1.20190403.tar.gz 94204 BLAKE2B 6dd23a2b0b497a95bf8a92d63b95b8d3c85074845d1f2d9380701107e12262cacc2e80d4c324b95aeca76412ec85d5e6118eecc2131f352c8f2a5d489f833d40 SHA512 810ece8f3679c8caab447a621a7bc128a2f1780b455574d3514933c0601223cb14033e97f8e667c596632a75f651dbbb0294523d873e8212fdb5fd3cef61e65f
 DIST miniupnpc-2.1.20190408.tar.gz 94216 BLAKE2B 19b0bee46d2f738939fda31c465779a6e6c7c04b2e975aed77c3a642bbfd1c61813367da5f2aa3f351fe1e5a71a842bfcd7b54c4faf589e345ddb1551bc322c6 SHA512 faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a

diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild b/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild
deleted file mode 100644
index 1fc60e04a6a..00000000000
--- a/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
-	"${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild b/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
deleted file mode 100644
index 4474c7bf005..00000000000
--- a/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
-	"${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'


             reply	other threads:[~2019-04-10 15:07 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 15:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16 15:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/ Michał Górny
2024-08-16 13:58 Sam James
2024-08-10 10:28 Michał Górny
2024-08-10  9:03 Michał Górny
2024-08-10  9:03 Michał Górny
2024-07-22 15:09 Michał Górny
2024-07-06  8:33 Michał Górny
2024-07-06  7:26 Arthur Zamarin
2024-07-06  7:09 Arthur Zamarin
2024-07-06  6:58 Arthur Zamarin
2024-07-06  6:33 Sam James
2024-06-16 17:37 Michał Górny
2024-06-10 14:41 Michał Górny
2024-04-10  5:36 Michał Górny
2024-04-09 22:46 Sam James
2024-04-06 16:37 Arthur Zamarin
2024-04-06 13:50 Arthur Zamarin
2024-04-06 12:35 Arthur Zamarin
2024-01-25 11:37 Michał Górny
2024-01-25  9:21 Sam James
2024-01-25  3:14 Sam James
2024-01-25  1:15 Sam James
2024-01-25  1:15 Sam James
2024-01-04  4:35 Michał Górny
2024-01-04  4:35 Michał Górny
2023-08-05 11:04 Michał Górny
2023-08-04 10:59 Sam James
2023-08-04 10:59 Sam James
2023-08-04 10:59 Sam James
2023-06-12 11:37 Michał Górny
2022-11-26  6:28 Michał Górny
2022-11-26  5:29 Michał Górny
2022-11-25 21:57 Sam James
2022-11-25 21:57 Sam James
2022-11-25 20:36 Arthur Zamarin
2022-11-25 20:36 Arthur Zamarin
2022-10-22  6:22 Michał Górny
2022-05-16 23:06 Sam James
2021-11-17  6:01 Arthur Zamarin
2021-11-02  9:16 Agostino Sarubbo
2021-11-02  9:13 Agostino Sarubbo
2021-11-02  9:12 Agostino Sarubbo
2021-09-29  7:03 Michał Górny
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
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-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
2020-12-21  9:29 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-18 10:25 Sergei Trofimovich
2020-12-16 18:12 Sam James
2020-11-22 15:46 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-17 18:49 Agostino Sarubbo
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-07 15:11 Michał Górny
2020-02-24 11:31 Agostino Sarubbo
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2019-12-29 20:48 Michał Górny
2019-12-24  6:07 Michał Górny
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 12:48 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-08-28  5:36 Michał Górny
2019-08-28  5:36 Michał Górny
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-06-26 15:47 Michał Górny
2019-05-24 21:43 Michał Górny
2019-05-19 13:14 Thomas Deutschmann
2019-05-13 17:00 Mikle Kolyada
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
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-12 17:04 Mikle Kolyada
2019-02-13 14:28 Michał Górny
2018-10-19  9:57 Michał Górny
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:54 Sergei Trofimovich
2018-05-25  3:48 Matt Turner
2018-05-05 15:27 Michał Górny
2018-04-19 22:14 Sergei Trofimovich
2018-03-30 13:32 Aaron Bauman
2018-02-25 20:04 Michał Górny
2018-02-22  9:05 Agostino Sarubbo
2018-02-06 18:36 Thomas Deutschmann
2018-02-04  8:44 Michał Górny
2018-01-02  6:19 Michał Górny
2017-12-13  7:56 Michał Górny
2017-06-13 12:31 Agostino Sarubbo
2017-06-08 10:16 Agostino Sarubbo
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
2015-10-16 12:39 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=1554908842.86ed349b7731fc535988c3ca6187bddac687f2d7.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