diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-22 12:17:14 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-22 12:17:14 +0000 |
commit | 65aa6074dbde1469bbff6dcb615bb04d24ddc5da (patch) | |
tree | 9dbc92f92c4253dea492b859b2f95e838776a4c9 /dev-python/netifaces | |
parent | Stable for amd64, wrt bug #407701 (diff) | |
download | gentoo-2-65aa6074dbde1469bbff6dcb615bb04d24ddc5da.tar.gz gentoo-2-65aa6074dbde1469bbff6dcb615bb04d24ddc5da.tar.bz2 gentoo-2-65aa6074dbde1469bbff6dcb615bb04d24ddc5da.zip |
Remove old version
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.6.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-python/netifaces/ChangeLog b/dev-python/netifaces/ChangeLog index 23975f8924e6..39097d0764e2 100644 --- a/dev-python/netifaces/ChangeLog +++ b/dev-python/netifaces/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/netifaces # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.9 2012/05/22 11:25:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.10 2012/05/22 12:17:13 xmw Exp $ + + 22 May 2012; Michael Weber <xmw@gentoo.org> -netifaces-0.6.ebuild: + Remove old version 22 May 2012; Agostino Sarubbo <ago@gentoo.org> netifaces-0.8.ebuild: Stable for amd64, wrt bug #417053 diff --git a/dev-python/netifaces/netifaces-0.6.ebuild b/dev-python/netifaces/netifaces-0.6.ebuild deleted file mode 100644 index 1a66a76fb829..000000000000 --- a/dev-python/netifaces/netifaces-0.6.ebuild +++ /dev/null @@ -1,23 +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/netifaces/netifaces-0.6.ebuild,v 1.4 2012/04/09 16:00:26 ago Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils python - -DESCRIPTION="Portable network interface information" -HOMEPAGE="http://alastairs-place.net/netifaces/" -SRC_URI="http://alastairs-place.net/projects/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" |