diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2011-09-05 20:39:05 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2011-09-05 20:39:05 +0000 |
commit | 017186ad560f80de9ff09c1a522d4cfa51068cb4 (patch) | |
tree | 8871190155a18a5cca749af623b0ca68dfee5df0 /dev-python/BitVector | |
parent | add ~arm, bug #380085 (diff) | |
download | gentoo-2-017186ad560f80de9ff09c1a522d4cfa51068cb4.tar.gz gentoo-2-017186ad560f80de9ff09c1a522d4cfa51068cb4.tar.bz2 gentoo-2-017186ad560f80de9ff09c1a522d4cfa51068cb4.zip |
Add PyPI to HOMEPAGE.
(Portage version: 2.1.10.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r-- | dev-python/BitVector/BitVector-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/BitVector/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/BitVector/BitVector-3.0-r1.ebuild b/dev-python/BitVector/BitVector-3.0-r1.ebuild index 8aad6ad7f72d..69c20570d5ab 100644 --- a/dev-python/BitVector/BitVector-3.0-r1.ebuild +++ b/dev-python/BitVector/BitVector-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.0-r1.ebuild,v 1.1 2011/08/05 16:57:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.0-r1.ebuild,v 1.2 2011/09/05 20:39:05 djc Exp $ EAPI="3" SUPPORT_PYTHON_ABIS=1 @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5" inherit distutils DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" -HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/" +HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ http://pypi.python.org/pypi/BitVector" SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/BitVector/ChangeLog b/dev-python/BitVector/ChangeLog index abde3a0dc22c..11ec8c66c2ce 100644 --- a/dev-python/BitVector/ChangeLog +++ b/dev-python/BitVector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/BitVector # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.4 2011/08/05 22:50:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.5 2011/09/05 20:39:05 djc Exp $ + + 05 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> BitVector-3.0-r1.ebuild: + Update with PyPI homepage. 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -BitVector-2.0.ebuild: Remove old ebuild. Requested by Arfrever |