diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:21:47 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:21:47 +0000 |
commit | 8799c2d9e4480dbdeef6c1eb51bd89c135345072 (patch) | |
tree | 2e0cf1fecfb9c817947f1374f8b5560f6d5a34d2 /dev-python/geoip-python | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-8799c2d9e4480dbdeef6c1eb51bd89c135345072.tar.gz gentoo-2-8799c2d9e4480dbdeef6c1eb51bd89c135345072.tar.bz2 gentoo-2-8799c2d9e4480dbdeef6c1eb51bd89c135345072.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-0.2.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/geoip-python/ChangeLog b/dev-python/geoip-python/ChangeLog index daad5b617f8b..c5bf2dcce2c1 100644 --- a/dev-python/geoip-python/ChangeLog +++ b/dev-python/geoip-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/geoip-python -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.6 2004/12/17 20:29:59 pythonhead Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.7 2005/04/24 03:16:59 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + geoip-python-0.2.0.ebuild: + Stable on ppc. *geoip-python-1.2.0 (17 Dec 2004) diff --git a/dev-python/geoip-python/geoip-python-0.2.0.ebuild b/dev-python/geoip-python/geoip-python-0.2.0.ebuild index fbb9bf534d8f..abfa0c5f9c6b 100644 --- a/dev-python/geoip-python/geoip-python-0.2.0.ebuild +++ b/dev-python/geoip-python/geoip-python-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-0.2.0.ebuild,v 1.6 2004/06/25 01:30:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-0.2.0.ebuild,v 1.7 2005/04/24 03:16:59 hansmi 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="x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ppc ~amd64" IUSE="" DEPEND=">=dev-libs/geoip-1.2.1 |