diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.25.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 978c8f081e71..7ccf318979d8 100644 --- a/dev-perl/IP-Country/ChangeLog +++ b/dev-perl/IP-Country/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IP-Country # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.33 2008/05/17 11:31:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.34 2008/09/30 06:09:51 robbat2 Exp $ + +*IP-Country-2.25 (30 Sep 2008) + + 30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> + +IP-Country-2.25.ebuild: + Version bump. 17 May 2008; nixnut <nixnut@gentoo.org> IP-Country-2.23.ebuild: Stable on ppc wrt bug 222443 diff --git a/dev-perl/IP-Country/IP-Country-2.25.ebuild b/dev-perl/IP-Country/IP-Country-2.25.ebuild new file mode 100644 index 000000000000..5747dc44f45d --- /dev/null +++ b/dev-perl/IP-Country/IP-Country-2.25.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.25.ebuild,v 1.1 2008/09/30 06:09:51 robbat2 Exp $ + +MODULE_AUTHOR="NWETTERS" +inherit perl-module + +DESCRIPTION="fast lookup of country codes from IP addresses" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Geography-Countries + dev-lang/perl" +mydoc="TODO" |