diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-07-07 15:31:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-07-07 15:31:49 +0000 |
commit | 1a4b4cb6aef163bea25e9a4bff336dd811b2d470 (patch) | |
tree | 01ec15bdb3681981c2aadc4f7e66b9e82658ceb4 /dev-perl/Geo-IP | |
parent | Canonicalizing Emacs support, bug 184350 (diff) | |
download | gentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.tar.gz gentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.tar.bz2 gentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.zip |
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.28.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Geo-IP/files/digest-Geo-IP-1.28 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 33eba6eb9eeb..8cd078c69eab 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.33 2007/03/31 15:43:34 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.34 2007/07/07 15:31:49 mcummings Exp $ + +*Geo-IP-1.28 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> +Geo-IP-1.28.ebuild: + Version bump 31 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> -Geo-IP-1.25.ebuild, Geo-IP-1.27.ebuild: diff --git a/dev-perl/Geo-IP/Geo-IP-1.28.ebuild b/dev-perl/Geo-IP/Geo-IP-1.28.ebuild new file mode 100644 index 000000000000..dd6e5970f083 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.28.ebuild,v 1.1 2007/07/07 15:31:49 mcummings Exp $ + +inherit perl-module multilib + +DESCRIPTION="Look up country by IP Address" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" +SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/geoip + dev-lang/perl" + +myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" diff --git a/dev-perl/Geo-IP/files/digest-Geo-IP-1.28 b/dev-perl/Geo-IP/files/digest-Geo-IP-1.28 new file mode 100644 index 000000000000..cca6fb200e5f --- /dev/null +++ b/dev-perl/Geo-IP/files/digest-Geo-IP-1.28 @@ -0,0 +1,3 @@ +MD5 6a7e6ff4d238f807f30577bd23702002 Geo-IP-1.28.tar.gz 13470 +RMD160 e30a3b82d92e434cbf9ef4b0a89822b6939f1833 Geo-IP-1.28.tar.gz 13470 +SHA256 bede8433e200a433cc0defd198136d5d6dd0580542a92f516a707f4829db0c52 Geo-IP-1.28.tar.gz 13470 |