From: Michał Górny Date: Thu, 4 Jan 2018 23:36:49 +0000 (+0100) Subject: dev-python/netifaces: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d0cd6c399dd4384ad6bef64d6999543601ec410;p=gentoo.git dev-python/netifaces: Clean old up --- diff --git a/dev-python/netifaces/Manifest b/dev-python/netifaces/Manifest index 85cc5313137d..dd0ec5fa6d94 100644 --- a/dev-python/netifaces/Manifest +++ b/dev-python/netifaces/Manifest @@ -1,3 +1 @@ -DIST netifaces-0.10.4.tar.gz 22969 BLAKE2B 61f4088146549b32c9b026e20d932e3b285e81715c825c7fd736770f14db6e09e3b76bdc6f74a196dace0f7afd6e3c3b8a2f8d9d8a103542a5e8f6b8366437f8 SHA512 1b9b92b69e01e4dd9f9304d3812d78d58ec195a657cb47b2e629ccb1311de4a8cd9716825d7b94d4791f7c479c289638780f6f9afa8a6465fb555130da622b24 -DIST netifaces-0.10.5.tar.gz 24879 BLAKE2B ee31248e3d7d4a1f2e81e59bdfbd52bb6116f6fccacb02a1cedc0b97fb6604130a85583743d7d3752d00a7fa08e86b2821badb7d6b4807c4177c85d0f1c693a3 SHA512 736bb985b444e78676dc10533a7597e750cadf41033196c4be49c4f33e91d46eba33a1f485e07e9f70aec2170c958564a6f54bbaa1ab193bfaca04b1fb07b3a1 DIST netifaces-0.10.6.tar.gz 25166 BLAKE2B ada66ee2c0a20570d97a9375ce6212c9e7a8765d338b70aceb768912a340dadbf93311aa5cc5a23dd3953f98787be41457c60ffd0f8726cfd4955545709019e1 SHA512 2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild deleted file mode 100644 index 1a2e405d9cf0..000000000000 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Portable network interface information" -HOMEPAGE=" - https://pypi.python.org/pypi/netifaces/ - http://alastairs-place.net/netifaces/ - https://bitbucket.org/al45tair/netifaces" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -PATCHES=( "${FILESDIR}"/${P}-remove-osx-fix.patch ) diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild b/dev-python/netifaces/netifaces-0.10.5.ebuild deleted file mode 100644 index dc74ba238899..000000000000 --- a/dev-python/netifaces/netifaces-0.10.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Portable network interface information" -HOMEPAGE=" - https://pypi.python.org/pypi/netifaces/ - http://alastairs-place.net/netifaces/ - https://bitbucket.org/al45tair/netifaces" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )