Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/
Date: Fri, 19 Oct 2018 09:57:49
Message-Id: 1539942684.bca5da561e6394fa7f4a04e010b8b61b8ac65b14.mgorny@gentoo
1 commit: bca5da561e6394fa7f4a04e010b8b61b8ac65b14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 09:51:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 09:51:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca5da56
7
8 dev-python/miniupnpc: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/miniupnpc/Manifest | 1 -
13 dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
17 index ba0abf13e70..a677cb63c06 100644
18 --- a/dev-python/miniupnpc/Manifest
19 +++ b/dev-python/miniupnpc/Manifest
20 @@ -1,2 +1 @@
21 -DIST miniupnpc-2.0.20180222.tar.gz 87018 BLAKE2B 656ae02ac6e462084252d95e579972d2bbaec24cf44b5910d4fc1a956723a8ed8fecaa428aea361a7ec8a3ff60b82e0d9468ac21d251c16ac8c2b52eafec6ab3 SHA512 0cceeedff6c584d2d7037ff91fbba0fe580fabfda810b9a9ed7c8d8495445339e3ff115d63d4429bcd3eff2b13b123e1bd5855ff1bc9dcd986b968a82c368591
22 DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1 SHA512 68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3
23
24 diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild b/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild
25 deleted file mode 100644
26 index 1fc60e04a6a..00000000000
27 --- a/dev-python/miniupnpc/miniupnpc-2.0.20180222.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python bindings for UPnP client library"
40 -HOMEPAGE="http://miniupnp.free.fr/"
41 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 ppc ppc64 x86"
46 -IUSE=""
47 -
48 -RDEPEND=">=net-libs/miniupnpc-${PV}:0="
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -PATCHES=(
53 - "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
54 -)
55 -
56 -# DOCS are installed by net-libs/miniupnpc.
57 -DOCS=()
58 -
59 -# Example test command:
60 -# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'