diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2011-11-17 14:27:59 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2011-11-17 14:27:59 +0000 |
commit | 879751bc632104bc8c1efda998d89eba620f231c (patch) | |
tree | 82eccc161b9fb8d3afdbe0ea482556581fa054d2 /dev-python/netifaces | |
parent | Remove older stable (diff) | |
download | gentoo-2-879751bc632104bc8c1efda998d89eba620f231c.tar.gz gentoo-2-879751bc632104bc8c1efda998d89eba620f231c.tar.bz2 gentoo-2-879751bc632104bc8c1efda998d89eba620f231c.zip |
version bump + fixed SRC_URI.
(Portage version: 2.2.0_alpha75/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.6.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/netifaces/ChangeLog b/dev-python/netifaces/ChangeLog index 5b8926928f91..e4f8c6a8060a 100644 --- a/dev-python/netifaces/ChangeLog +++ b/dev-python/netifaces/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/netifaces # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.1 2011/11/11 01:22:43 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.2 2011/11/17 14:27:59 sbriesen Exp $ + +*netifaces-0.6 (17 Nov 2011) + + 17 Nov 2011; Stefan Briesenick <sbriesen@gentoo.org> +netifaces-0.6.ebuild: + version bump + fixed SRC_URI. *netifaces-0.5 (11 Nov 2011) diff --git a/dev-python/netifaces/netifaces-0.6.ebuild b/dev-python/netifaces/netifaces-0.6.ebuild new file mode 100644 index 000000000000..42b0db74fa23 --- /dev/null +++ b/dev-python/netifaces/netifaces-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.1 2011/11/17 14:27:59 sbriesen Exp $ + +EAPI=4 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +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="" |