diff options
author | Ned Ludd <solar@gentoo.org> | 2003-06-29 20:06:27 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-06-29 20:06:27 +0000 |
commit | 50951e073da90bdb983e1756fd1f521d474a6373 (patch) | |
tree | 06a36907fa14373694b4b5af89dd00c0cafa4b2b /dev-perl/Geo-IP | |
parent | Initial Import of Geo-IP perl module (diff) | |
download | gentoo-2-50951e073da90bdb983e1756fd1f521d474a6373.tar.gz gentoo-2-50951e073da90bdb983e1756fd1f521d474a6373.tar.bz2 gentoo-2-50951e073da90bdb983e1756fd1f521d474a6373.zip |
Initial Import of Geo-IP perl module
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.15.ebuild | 14 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Geo-IP/files/digest-Geo-IP-1.15 | 1 |
4 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog new file mode 100644 index 000000000000..887d7b78c462 --- /dev/null +++ b/dev-perl/Geo-IP/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Geo-IP +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.1 2003/06/29 20:06:20 solar Exp $ + +*Geo-IP-1.15 (29 Jun 2003) + + 29 Jun 2003; <solar@gentoo.org> Geo-IP-1.15.ebuild: + Initial Import of Geo-IP perl module + diff --git a/dev-perl/Geo-IP/Geo-IP-1.15.ebuild b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild new file mode 100644 index 000000000000..3b4934142e2c --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.15.ebuild,v 1.1 2003/06/29 20:06:20 solar Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Look up country by IP Address" +SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 " +DEPEND="dev-libs/geoip" diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest index 7b01d0e38c3b..6e7af19559aa 100644 --- a/dev-perl/Geo-IP/Manifest +++ b/dev-perl/Geo-IP/Manifest @@ -1,2 +1,3 @@ -MD5 ec0b3d8187c5f5c57f1aee9aa9e4eaec Geo-IP-1.15.ebuild 437 +MD5 c3f14238368e3aed64d9559aa71e8830 Geo-IP-1.15.ebuild 542 +MD5 150a7ead181ce6588282c69cf42d3897 ChangeLog 333 MD5 2b9626793202ce936fc9a780a362e231 files/digest-Geo-IP-1.15 62 diff --git a/dev-perl/Geo-IP/files/digest-Geo-IP-1.15 b/dev-perl/Geo-IP/files/digest-Geo-IP-1.15 new file mode 100644 index 000000000000..548aad4672d7 --- /dev/null +++ b/dev-perl/Geo-IP/files/digest-Geo-IP-1.15 @@ -0,0 +1 @@ +MD5 983aa97781157f330d68c5e993113493 Geo-IP-1.15.tar.gz 10945 |