ChangeLog

# ChangeLog for dev-python/geoip-python
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.15 2007/02/22 00:25:32 peper Exp $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

30 Oct 2006; Javier Villavicencio
geoip-python-1.2.1.ebuild:
Keyworded ~x86-fbsd.

17 Aug 2006; Thomas Cort geoip-python-1.2.0.ebuild:
Stable on amd64 wrt Bug #139664.

01 Apr 2006; Aron Griffis geoip-python-1.2.1.ebuild:
Mark 1.2.1 ~ia64

05 Sep 2005; Jason Wever geoip-python-1.2.0.ebuild:
Stable on SPARC.

17 Jul 2005; Tobias Scherbaum
geoip-python-1.2.0.ebuild:
ppc stable

*geoip-python-1.2.1 (03 Jul 2005)

03 Jul 2005; Fernando Serboncini
geoip-python-1.2.0.ebuild, +geoip-python-1.2.1.ebuild:
Version bump
1.2.0 stable on x86

24 Apr 2005; Simon Stelling geoip-python-0.2.0.ebuild:
stable on amd64

24 Apr 2005; Michael Hanselmann
geoip-python-0.2.0.ebuild:
Stable on ppc.

*geoip-python-1.2.0 (17 Dec 2004)

17 Dec 2004; Rob Cakebread
+geoip-python-1.2.0.ebuild:
Version bump, added docs.

11 Jun 2004; Danny van Dyk geoip-python-0.2.0.ebuild:
Marked ~amd64.

24 Jan 2004; David Holm geoip-python-0.2.0.ebuild:
Added to ~ppc

01 Nov 2003; Jason Wever geoip-python-0.2.0.ebuild:
Added ~sparc keyword.

*geoip-python-0.2.0 (30 Aug 2003)

30 Aug 2003; Alastair Tse geoip-python-0.2.0.ebuild:
initial ebuild for python bindings to GeoIP.

Manifest

DIST GeoIP-Python-0.2.0.tar.gz 2330 RMD160 61911b32c6f235724457dc60d67f1dba2ed0b981 SHA1 afed8cc3792c59bd06082f7f722b0a92d382e4b9 SHA256 5789730bbd5e425a84158ffc4537f34e9715aedbd1586fecd3ebcfb40021356e
DIST GeoIP-Python-1.2.0.tar.gz 9622 RMD160 f630459070e48ecfe7d0520f120bca9ab2d89075 SHA1 ac9b253403fb4db2fdc8fd4c578af837e4f3c8fa SHA256 5b8f74c7c83bb07f4a6948ac5b19b81272f06a46fa65111e595762d3b1f4939a
DIST GeoIP-Python-1.2.1.tar.gz 9779 RMD160 e32f8ff4d5f68f232855aec913eed97304f17425 SHA1 fe24fa21011696dbd2ba9f49a45a82910c34dadf SHA256 eb481f3f7a799594c0b25c33c0ba3fbc4f054a4cf6b4739ffb56d6113881d6d3
EBUILD geoip-python-0.2.0.ebuild 582 RMD160 0fb16d10e61042ad8bc4add74da504a0a43d250e SHA1 7e96594e37ac5ea8825d269f025a4456ad303472 SHA256 29b63af303243c3756c3d5f840c3bc6536aaf63ff758b59e42b72077cc507121
EBUILD geoip-python-1.2.0.ebuild 638 RMD160 9182744bbdaa3683e3716c890e0cf9d22a115315 SHA1 f08370bd1d542159993ac08ff238de17b02216a5 SHA256 b102d7cfa62155cd7b0fcd969e75daf2de75c93341bba37b380b94cbdd78213b
EBUILD geoip-python-1.2.1.ebuild 661 RMD160 486fbf0bf3d534dc5e222765c64c21c6a94fe2fa SHA1 9fe543b38b5bd14fbee53dca3e5b8400a09f8621 SHA256 9a39798dca2f25d3be8a25345270b8af6da20771a1d1ed8f1432e58d6eb56d02
MISC ChangeLog 1790 RMD160 a77cd102b077319e494fb77eb7a257d6deb4ea5c SHA1 93c7fceed5981a9d99b9fb42180f4724bb7e385e SHA256 375cfe87f6c02dbbcc66dd6c90fecaffd78adb382ec8776ddba582c4b533ae79
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4

geoip-python-0.2.0.ebuild

# 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.8 2005/04/24 09:19:47 blubb Exp $

inherit distutils

MY_P=${P/geoip-python/GeoIP-Python}
DESCRIPTION="Python Bindings for GeoIP"
HOMEPAGE="http://www.maxmind.com/app/python"
SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 ~sparc ppc amd64"
IUSE=""

DEPEND=">=dev-libs/geoip-1.2.1
virtual/python"

S=${WORKDIR}/${MY_P}

geoip-python-1.2.0.ebuild

# 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.5 2006/08/17 00:33:48 tcort Exp $

inherit distutils

MY_P=${P/geoip-python/GeoIP-Python}
DESCRIPTION="Python Bindings for GeoIP"
HOMEPAGE="http://www.maxmind.com/app/python"
SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""

DEPEND=">=dev-libs/geoip-1.2.1
virtual/python"

S=${WORKDIR}/${MY_P}
DOCS="README ChangeLog test.py test_city.py test_org.py"

geoip-python-1.2.1.ebuild

# 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.1.ebuild,v 1.3 2006/10/30 02:54:23 the_paya Exp $

inherit distutils

MY_P=${P/geoip-python/GeoIP-Python}
DESCRIPTION="Python Bindings for GeoIP"
HOMEPAGE="http://www.maxmind.com/app/python"
SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=">=dev-libs/geoip-1.2.1
virtual/python"

S=${WORKDIR}/${MY_P}
DOCS="README ChangeLog test.py test_city.py test_org.py"

metadata.xml




python