diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-15 14:48:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-15 14:48:39 +0000 |
commit | f7d9f325a06405bd8807d8bbcf5ae71196060edc (patch) | |
tree | 08fa06a342c1a8f4c7bca5158be7d188d3a65366 /dev-python/urlgrabber | |
parent | stable x86, bug 337154 (diff) | |
download | gentoo-2-f7d9f325a06405bd8807d8bbcf5ae71196060edc.tar.gz gentoo-2-f7d9f325a06405bd8807d8bbcf5ae71196060edc.tar.bz2 gentoo-2-f7d9f325a06405bd8807d8bbcf5ae71196060edc.zip |
Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS.
(Portage version: 2.2_rc82_p13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r-- | dev-python/urlgrabber/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/urlgrabber/urlgrabber-3.9.1.ebuild | 13 |
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-python/urlgrabber/ChangeLog b/dev-python/urlgrabber/ChangeLog index b10114657f06..7a2182301bdc 100644 --- a/dev-python/urlgrabber/ChangeLog +++ b/dev-python/urlgrabber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/urlgrabber # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.24 2010/08/08 16:06:26 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.25 2010/09/15 14:48:39 arfrever Exp $ + + 15 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + urlgrabber-3.9.1.ebuild: + Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. 08 Aug 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml: diff --git a/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild b/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild index a1ba67ea5a01..e77952a14999 100644 --- a/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild +++ b/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild @@ -1,10 +1,15 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild,v 1.1 2010/03/19 13:38:40 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.9.1.ebuild,v 1.2 2010/09/15 14:48:39 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils -DESCRIPTION="python module for downloading files" +DESCRIPTION="Python module for downloading files" HOMEPAGE="http://urlgrabber.baseurl.org" SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz" @@ -13,5 +18,5 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" -RDEPEND="dev-python/pycurl" -DEPEND="${RDEPEND}" +DEPEND="dev-python/pycurl" +RDEPEND="${DEPEND}" |