summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/netifaces/netifaces-0.5.ebuild')
-rw-r--r--dev-python/netifaces/netifaces-0.5.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/netifaces/netifaces-0.5.ebuild b/dev-python/netifaces/netifaces-0.5.ebuild
deleted file mode 100644
index c5a895113..000000000
--- a/dev-python/netifaces/netifaces-0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils python
-
-DESCRIPTION="Portable network interface information"
-HOMEPAGE="http://alastairs-place.net/netifaces/"
-SRC_URI="http://alastairs-place.net/2007/03/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-RESTRICT_PYTHON_ABIS="3.*"