summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 17:27:00 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 17:27:00 +0000
commitba37cd568cf791c0a7864b87a5882730c80e84de (patch)
tree80d83c2eae3bf7c2b95c0e080a1958a5d4633641 /dev-python
parentRemove old. (diff)
downloadgentoo-2-ba37cd568cf791c0a7864b87a5882730c80e84de.tar.gz
gentoo-2-ba37cd568cf791c0a7864b87a5882730c80e84de.tar.bz2
gentoo-2-ba37cd568cf791c0a7864b87a5882730c80e84de.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/miniupnpc/ChangeLog8
-rw-r--r--dev-python/miniupnpc/miniupnpc-1.6.20120509.ebuild30
-rw-r--r--dev-python/miniupnpc/miniupnpc-1.6.ebuild37
-rw-r--r--dev-python/miniupnpc/miniupnpc-1.7-r1.ebuild25
4 files changed, 6 insertions, 94 deletions
diff --git a/dev-python/miniupnpc/ChangeLog b/dev-python/miniupnpc/ChangeLog
index 35c2fb1c06de..67c3397349ef 100644
--- a/dev-python/miniupnpc/ChangeLog
+++ b/dev-python/miniupnpc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/miniupnpc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/miniupnpc/ChangeLog,v 1.16 2014/03/31 21:08:18 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/miniupnpc/ChangeLog,v 1.17 2015/01/26 17:27:00 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -miniupnpc-1.6.20120509.ebuild,
+ -miniupnpc-1.6.ebuild, -miniupnpc-1.7-r1.ebuild:
+ Remove old.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> miniupnpc-1.8.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/miniupnpc/miniupnpc-1.6.20120509.ebuild b/dev-python/miniupnpc/miniupnpc-1.6.20120509.ebuild
deleted file mode 100644
index dcce0cfde0a7..000000000000
--- a/dev-python/miniupnpc/miniupnpc-1.6.20120509.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/miniupnpc/miniupnpc-1.6.20120509.ebuild,v 1.1 2012/05/24 01:11:52 ssuominen Exp $
-
-EAPI=4
-
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
-
-inherit distutils eutils
-
-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"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/0001-Link-Python-module-against-the-shared-library.patch
- rm -f Changelog.txt README # Installed by net-libs/miniupnpc
-
- distutils_src_prepare
-}
diff --git a/dev-python/miniupnpc/miniupnpc-1.6.ebuild b/dev-python/miniupnpc/miniupnpc-1.6.ebuild
deleted file mode 100644
index 57847c9c3454..000000000000
--- a/dev-python/miniupnpc/miniupnpc-1.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/miniupnpc/miniupnpc-1.6.ebuild,v 1.2 2012/02/21 08:29:34 patrick Exp $
-
-EAPI=3
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND=2
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit base distutils
-
-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"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( >=net-libs/miniupnpc-1.6-r1
- net-libs/miniupnpc[-python] )
- !net-libs/miniupnpc[python]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- local PATCHES=(
- "${FILESDIR}"/0001-Link-Python-module-against-the-shared-library.patch
- )
-
- base_src_prepare
- distutils_src_prepare
-
- # these will conflict with base miniupnpc ebuild
- # and distutils.eclass is stupid enough to force installing them
- rm -f Changelog.txt README || die
-}
diff --git a/dev-python/miniupnpc/miniupnpc-1.7-r1.ebuild b/dev-python/miniupnpc/miniupnpc-1.7-r1.ebuild
deleted file mode 100644
index ade73fbfd13b..000000000000
--- a/dev-python/miniupnpc/miniupnpc-1.7-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/miniupnpc/miniupnpc-1.7-r1.ebuild,v 1.5 2013/09/05 18:46:09 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=(python2_6 python2_7)
-
-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}"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/0001-Link-Python-module-against-the-shared-library.patch
-)