summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-09-30 06:09:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-09-30 06:09:51 +0000
commit4a7bbf59ba17884adb5db03b6f89f4e9995a40b4 (patch)
treec5193278e572c7d58a5ede2244d10388d4ed8af2 /dev-perl/IP-Country
parentVersion bump. (diff)
downloadgentoo-2-4a7bbf59ba17884adb5db03b6f89f4e9995a40b4.tar.gz
gentoo-2-4a7bbf59ba17884adb5db03b6f89f4e9995a40b4.tar.bz2
gentoo-2-4a7bbf59ba17884adb5db03b6f89f4e9995a40b4.zip
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'dev-perl/IP-Country')
-rw-r--r--dev-perl/IP-Country/ChangeLog8
-rw-r--r--dev-perl/IP-Country/IP-Country-2.25.ebuild19
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"