diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-17 00:33:48 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-17 00:33:48 +0000 |
commit | 1563700b105efa2c1ca092be48e71ad9d0402353 (patch) | |
tree | 69b9548e24200811b574bf8045ae7b97a05bff68 | |
parent | Stable on amd64 wrt Bug #139664. (diff) | |
download | gentoo-2-1563700b105efa2c1ca092be48e71ad9d0402353.tar.gz gentoo-2-1563700b105efa2c1ca092be48e71ad9d0402353.tar.bz2 gentoo-2-1563700b105efa2c1ca092be48e71ad9d0402353.zip |
Stable on amd64 wrt Bug #139664.
(Portage version: 2.1-r2)
-rw-r--r-- | dev-python/geoip-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/geoip-python/files/digest-geoip-python-1.2.0 | 2 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.2.0.ebuild | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/geoip-python/ChangeLog b/dev-python/geoip-python/ChangeLog index bb830948b6b5..ec6374373a2d 100644 --- a/dev-python/geoip-python/ChangeLog +++ b/dev-python/geoip-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/geoip-python # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.12 2006/04/01 14:57:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.13 2006/08/17 00:33:48 tcort Exp $ + + 17 Aug 2006; Thomas Cort <tcort@gentoo.org> geoip-python-1.2.0.ebuild: + Stable on amd64 wrt Bug #139664. 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> geoip-python-1.2.1.ebuild: Mark 1.2.1 ~ia64 diff --git a/dev-python/geoip-python/files/digest-geoip-python-1.2.0 b/dev-python/geoip-python/files/digest-geoip-python-1.2.0 index df7f724bb219..bc52329bb111 100644 --- a/dev-python/geoip-python/files/digest-geoip-python-1.2.0 +++ b/dev-python/geoip-python/files/digest-geoip-python-1.2.0 @@ -1 +1,3 @@ MD5 ec40f604fb64971035b1ab72866d8fc1 GeoIP-Python-1.2.0.tar.gz 9622 +RMD160 f630459070e48ecfe7d0520f120bca9ab2d89075 GeoIP-Python-1.2.0.tar.gz 9622 +SHA256 5b8f74c7c83bb07f4a6948ac5b19b81272f06a46fa65111e595762d3b1f4939a GeoIP-Python-1.2.0.tar.gz 9622 diff --git a/dev-python/geoip-python/geoip-python-1.2.0.ebuild b/dev-python/geoip-python/geoip-python-1.2.0.ebuild index fecb1a7e15b7..ece5ad55c316 100644 --- a/dev-python/geoip-python/geoip-python-1.2.0.ebuild +++ b/dev-python/geoip-python/geoip-python-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.0.ebuild,v 1.4 2005/09/05 20:08:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.0.ebuild,v 1.5 2006/08/17 00:33:48 tcort Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-libs/geoip-1.2.1 |