diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-12-17 20:29:59 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-12-17 20:29:59 +0000 |
commit | 18c09005581bfc0800fc96e7af4fcd3083e8fe30 (patch) | |
tree | 833518812247d20652e1d379a3cdf415d3c4ac41 /dev-python | |
parent | Removed from ppc. (diff) | |
download | historical-18c09005581bfc0800fc96e7af4fcd3083e8fe30.tar.gz historical-18c09005581bfc0800fc96e7af4fcd3083e8fe30.tar.bz2 historical-18c09005581bfc0800fc96e7af4fcd3083e8fe30.zip |
Version bump, added docs.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/geoip-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/geoip-python/Manifest | 14 | ||||
-rw-r--r-- | dev-python/geoip-python/files/digest-geoip-python-1.2.0 | 1 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.2.0.ebuild | 21 |
4 files changed, 42 insertions, 2 deletions
diff --git a/dev-python/geoip-python/ChangeLog b/dev-python/geoip-python/ChangeLog index 90ed1327cb23..daad5b617f8b 100644 --- a/dev-python/geoip-python/ChangeLog +++ b/dev-python/geoip-python/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2004/06/25 01:30:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.6 2004/12/17 20:29:59 pythonhead Exp $ + +*geoip-python-1.2.0 (17 Dec 2004) + + 17 Dec 2004; Rob Cakebread <pythonhead@gentoo.org> + +geoip-python-1.2.0.ebuild: + Version bump, added docs. 11 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> geoip-python-0.2.0.ebuild: Marked ~amd64. diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest index 6b811ac0825a..3278c7a1c8e2 100644 --- a/dev-python/geoip-python/Manifest +++ b/dev-python/geoip-python/Manifest @@ -1,4 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0cedd9c7c4d2874f6532236087d4c538 ChangeLog 813 MD5 17e2dcd39381abaf307e7e759e09095b geoip-python-0.2.0.ebuild 587 -MD5 ebca6191ee83c40ddf4f008a9d7e68b8 ChangeLog 664 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 3286b796aa0167e0c61d2880577ed7c5 geoip-python-1.2.0.ebuild 647 MD5 1adcfc9e4dc3e78fec4c758943259516 files/digest-geoip-python-0.2.0 68 +MD5 536c80bf77311027d4f99ffe250f9def files/digest-geoip-python-1.2.0 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBw0Hdz2gxt1z4IGYRAhIwAJ44ae0HQHuzqt4FHpNjSLjev8j6KQCdGNet +gac+LK8XKrHiMRYqJ726Jeo= +=8M6K +-----END PGP SIGNATURE----- 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 new file mode 100644 index 000000000000..df7f724bb219 --- /dev/null +++ b/dev-python/geoip-python/files/digest-geoip-python-1.2.0 @@ -0,0 +1 @@ +MD5 ec40f604fb64971035b1ab72866d8fc1 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 new file mode 100644 index 000000000000..a1ab41c6190f --- /dev/null +++ b/dev-python/geoip-python/geoip-python-1.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 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.1 2004/12/17 20:29:59 pythonhead 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} +DOCS="README ChangeLog test.py test_city.py test_org.py" |