diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-06 09:04:58 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-06 09:04:58 +0000 |
commit | b3fa07cb38b6bdb05fa80d0688fc496cea5cf21e (patch) | |
tree | 6490963e54e6cd7dfd46d82209a777be54de4b82 /dev-python/netifaces | |
parent | Stable on amd64 and x86, wrt bug #502786 (diff) | |
download | gentoo-2-b3fa07cb38b6bdb05fa80d0688fc496cea5cf21e.tar.gz gentoo-2-b3fa07cb38b6bdb05fa80d0688fc496cea5cf21e.tar.bz2 gentoo-2-b3fa07cb38b6bdb05fa80d0688fc496cea5cf21e.zip |
Drop old revisions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.8-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.8.ebuild | 23 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-python/netifaces/ChangeLog b/dev-python/netifaces/ChangeLog index ae12edbbfd0d..cfcea4e1edb9 100644 --- a/dev-python/netifaces/ChangeLog +++ b/dev-python/netifaces/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/netifaces # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.17 2014/06/06 09:04:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.18 2014/06/06 09:04:58 pinkbyte Exp $ + + 06 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> -netifaces-0.8.ebuild, + -netifaces-0.8-r1.ebuild: + Drop old revisions 06 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> netifaces-0.8-r2.ebuild: Stable on amd64 and x86, wrt bug #502786 diff --git a/dev-python/netifaces/netifaces-0.8-r1.ebuild b/dev-python/netifaces/netifaces-0.8-r1.ebuild deleted file mode 100644 index f16713559b43..000000000000 --- a/dev-python/netifaces/netifaces-0.8-r1.ebuild +++ /dev/null @@ -1,21 +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/netifaces/netifaces-0.8-r1.ebuild,v 1.2 2013/09/05 18:46:29 mgorny Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -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 ~arm ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/netifaces/netifaces-0.8.ebuild b/dev-python/netifaces/netifaces-0.8.ebuild deleted file mode 100644 index d5ecf05579aa..000000000000 --- a/dev-python/netifaces/netifaces-0.8.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.8.ebuild,v 1.4 2012/07/11 12:24:34 vapier 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 arm x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" |