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/files/, dev-python/miniupnpc/
Date: Sun, 05 Nov 2017 12:20:19
Message-Id: 1509884377.395139064d866e49647a5a941a60295903d33f9e.mgorny@gentoo
1 commit: 395139064d866e49647a5a941a60295903d33f9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 08:41:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 12:19:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39513906
7
8 dev-python/miniupnpc: Drop old
9
10 dev-python/miniupnpc/Manifest | 3 ---
11 ...-Python-module-against-the-shared-library.patch | 24 -----------------
12 dev-python/miniupnpc/miniupnpc-1.8.ebuild | 27 -------------------
13 dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild | 27 -------------------
14 dev-python/miniupnpc/miniupnpc-2.0.20161216.ebuild | 30 ----------------------
15 5 files changed, 111 deletions(-)
16
17 diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
18 index b4a2b1139ec..985b31ec336 100644
19 --- a/dev-python/miniupnpc/Manifest
20 +++ b/dev-python/miniupnpc/Manifest
21 @@ -1,5 +1,2 @@
22 -DIST miniupnpc-1.8.tar.gz 70624 SHA256 bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c SHA512 8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4 WHIRLPOOL 5b76ccbb5ed7daa9bb0d481b424b7c31a5f6dc85c5c812ba10175a29aefc0d3924f3db2aa8c3529d1241be59d67d1d4c702d27aad2de8c8a07fecf3857d73169
23 -DIST miniupnpc-1.9.20151008.tar.gz 83538 SHA256 e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633 SHA512 b13e6044184f47d0f9e78c4c97d2887ab763121b2b21c86652bf3ea1b05335cfbcfd91eecb8d1dcfb5530f2528e6cf3e9c49c742d5e771dba68a774d2c2ad4ca WHIRLPOOL 839b531eb6cae7ada0bbaa0c4230a1f6889f6a288a114262bf6e27aa27638800636127fea3066427fb030e8f449794681d2bffeb8e2d30876d8ef9e4a3ade3cc
24 -DIST miniupnpc-2.0.20161216.tar.gz 85780 SHA256 01e14408d6fc628de9afabc4417b84adeaba4c0ec517e7b8e278cb2993dafd3e SHA512 ed1413fa6cd8eeb0d01e595e5470b255b1119a9bcf28da17765a4a3f0eb2b514409a9bfe9cd041274761b61441389c290754055ff07d599bb653a4efe47e920f WHIRLPOOL fde2dc16f5cfd6e7d066ec49646ac79b6d262988afe928d80aaf47f6b7f868a272ac46d3136c56ed8373e800d1538fe4dd6c34255080e2bd01cc0cb8b56e37fc
25 DIST miniupnpc-2.0.20170509.tar.gz 86055 SHA256 d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a SHA512 71ec052ef6c8ad0d529e467ddae6eae19a93b9816174eeac753aa90e036cc2f00cf7e8d1cdb188ef8280849a988fe2995e37b63f8e2a361e021c1d1b306bff6f WHIRLPOOL 86c1a7a1d8800dbc0d1eccad66a5cb61a59af38989ca79c3b8df926ed12d9c7760d0b5d0e59d5d3190b45c7801a76c3e209f156836277992131c587b97c1a48c
26 DIST miniupnpc-2.0.20171102.tar.gz 86363 SHA256 148517020581260c8a2fa532224870bc53e59004777affcaf27ef636a72825d4 SHA512 5af68a58bef587ea5cc405155b1aca4438de3b56d5fb7e11945edd79e5cbdbf44c708b7f1ad3c3fde6bf4710de69782acf30cfcce327c5a906f4eb8f76a6ba37 WHIRLPOOL 80a9d0e487ddb2ac69af8e738144e74985c5b5acf8c4b7736121e58dbd04eaa38d90853e375334d7f05011b6134536e776757737f549410a6291941b0e47bf1e
27
28 diff --git a/dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch b/dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch
29 deleted file mode 100644
30 index d9e6c4317ed..00000000000
31 --- a/dev-python/miniupnpc/files/0001-Link-Python-module-against-the-shared-library.patch
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -From 34da047ae5b945a43430f59efe0efefdd8f1ba55 Mon Sep 17 00:00:00 2001
35 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@g.o>
36 -Date: Wed, 3 Aug 2011 08:28:31 +0200
37 -Subject: [PATCH] Link Python module against the shared library.
38 -
39 ----
40 - setup.py | 2 +-
41 - 1 files changed, 1 insertions(+), 1 deletions(-)
42 -
43 -diff --git a/setup.py b/setup.py
44 -index ca31f96..f5aef19 100644
45 ---- a/setup.py
46 -+++ b/setup.py
47 -@@ -10,6 +10,6 @@ from distutils.core import setup, Extension
48 - setup(name="miniupnpc", version="1.5",
49 - ext_modules=[
50 - Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
51 -- extra_objects=["libminiupnpc.a"])
52 -+ libraries=["miniupnpc"])
53 - ])
54 -
55 ---
56 -1.7.6
57 -
58
59 diff --git a/dev-python/miniupnpc/miniupnpc-1.8.ebuild b/dev-python/miniupnpc/miniupnpc-1.8.ebuild
60 deleted file mode 100644
61 index df6787d09fa..00000000000
62 --- a/dev-python/miniupnpc/miniupnpc-1.8.ebuild
63 +++ /dev/null
64 @@ -1,27 +0,0 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -PYTHON_COMPAT=(python2_7 pypy)
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Python bindings for UPnP client library"
75 -HOMEPAGE="http://miniupnp.free.fr/"
76 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
77 -
78 -LICENSE="BSD"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
81 -IUSE=""
82 -
83 -RDEPEND=">=net-libs/miniupnpc-${PV}"
84 -DEPEND="${RDEPEND}"
85 -
86 -PATCHES=(
87 - "${FILESDIR}"/0001-Link-Python-module-against-the-shared-library.patch
88 -)
89 -
90 -# DOCS are installed by net-libs/miniupnpc.
91 -DOCS=()
92
93 diff --git a/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild b/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild
94 deleted file mode 100644
95 index a35212d5abb..00000000000
96 --- a/dev-python/miniupnpc/miniupnpc-1.9.20151008.ebuild
97 +++ /dev/null
98 @@ -1,27 +0,0 @@
99 -# Copyright 1999-2015 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=5
103 -
104 -PYTHON_COMPAT=(python2_7 pypy)
105 -
106 -inherit distutils-r1
107 -
108 -DESCRIPTION="Python bindings for UPnP client library"
109 -HOMEPAGE="http://miniupnp.free.fr/"
110 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
111 -
112 -LICENSE="BSD"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
115 -IUSE=""
116 -
117 -RDEPEND=">=net-libs/miniupnpc-${PV}:0="
118 -DEPEND="${RDEPEND}"
119 -
120 -PATCHES=(
121 - "${FILESDIR}"/miniupnpc-1.9.20150917-shared-lib.patch
122 -)
123 -
124 -# DOCS are installed by net-libs/miniupnpc.
125 -DOCS=()
126
127 diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20161216.ebuild b/dev-python/miniupnpc/miniupnpc-2.0.20161216.ebuild
128 deleted file mode 100644
129 index e52f6d8e51d..00000000000
130 --- a/dev-python/miniupnpc/miniupnpc-2.0.20161216.ebuild
131 +++ /dev/null
132 @@ -1,30 +0,0 @@
133 -# Copyright 1999-2017 Gentoo Foundation
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=6
137 -
138 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
139 -
140 -inherit distutils-r1
141 -
142 -DESCRIPTION="Python bindings for UPnP client library"
143 -HOMEPAGE="http://miniupnp.free.fr/"
144 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
145 -
146 -LICENSE="BSD"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
149 -IUSE=""
150 -
151 -RDEPEND=">=net-libs/miniupnpc-${PV}:0="
152 -DEPEND="${RDEPEND}"
153 -
154 -PATCHES=(
155 - "${FILESDIR}"/miniupnpc-1.9.20150917-shared-lib.patch
156 -)
157 -
158 -# DOCS are installed by net-libs/miniupnpc.
159 -DOCS=()
160 -
161 -# Example test command:
162 -# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'