diff options
author | Michael Weber <xmw@gentoo.org> | 2012-04-06 17:27:43 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-04-06 17:27:43 +0000 |
commit | 7b89146af6f3242e75d129424de76f3fc0ed17bd (patch) | |
tree | 5dc0c50bc4248afea0c71f970ed177ed7f1bc831 /dev-python/netifaces | |
parent | Add prefix support (thanks Palmer Dabbelt, bug 410991) (diff) | |
download | gentoo-2-7b89146af6f3242e75d129424de76f3fc0ed17bd.tar.gz gentoo-2-7b89146af6f3242e75d129424de76f3fc0ed17bd.tar.bz2 gentoo-2-7b89146af6f3242e75d129424de76f3fc0ed17bd.zip |
Version bump.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.8.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/netifaces/ChangeLog b/dev-python/netifaces/ChangeLog index eb9446a7bc9a..59680eb17b67 100644 --- a/dev-python/netifaces/ChangeLog +++ b/dev-python/netifaces/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2012/02/22 08:34:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.4 2012/04/06 17:27:43 xmw Exp $ + +*netifaces-0.8 (06 Apr 2012) + + 06 Apr 2012; Michael Weber <xmw@gentoo.org> +netifaces-0.8.ebuild: + Version bump. 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> netifaces-0.5.ebuild, netifaces-0.6.ebuild: diff --git a/dev-python/netifaces/netifaces-0.8.ebuild b/dev-python/netifaces/netifaces-0.8.ebuild new file mode 100644 index 000000000000..e6acd4db2c08 --- /dev/null +++ b/dev-python/netifaces/netifaces-0.8.ebuild @@ -0,0 +1,23 @@ +# 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.1 2012/04/06 17:27:43 xmw 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="" |