summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-13 19:52:56 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-13 19:52:56 +0000
commitc9f4e5bdefdbbbb23ae8d7174ae8eef80478ed7a (patch)
tree5dd3ad2a6567e1a2b19d22e08e3be7656ed29f0e /dev-perl/IP-Country
parentMarking sqlite-3.6.6.2 ppc for bug 254864 (diff)
downloadgentoo-2-c9f4e5bdefdbbbb23ae8d7174ae8eef80478ed7a.tar.gz
gentoo-2-c9f4e5bdefdbbbb23ae8d7174ae8eef80478ed7a.tar.bz2
gentoo-2-c9f4e5bdefdbbbb23ae8d7174ae8eef80478ed7a.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
Diffstat (limited to 'dev-perl/IP-Country')
-rw-r--r--dev-perl/IP-Country/ChangeLog10
-rw-r--r--dev-perl/IP-Country/IP-Country-2.26.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog
index 76c6d6337799..8e68cb738526 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.35 2008/09/30 14:05:52 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.36 2009/01/13 19:52:56 robbat2 Exp $
+
+*IP-Country-2.26 (13 Jan 2009)
+
+ 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +IP-Country-2.26.ebuild:
+ Version bump via perl-bump experimental tool.
30 Sep 2008; Torsten Veller <tove@gentoo.org> -IP-Country-2.20.ebuild,
-IP-Country-2.21.ebuild, -IP-Country-2.22.ebuild:
diff --git a/dev-perl/IP-Country/IP-Country-2.26.ebuild b/dev-perl/IP-Country/IP-Country-2.26.ebuild
new file mode 100644
index 000000000000..d9165eb0e574
--- /dev/null
+++ b/dev-perl/IP-Country/IP-Country-2.26.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 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.26.ebuild,v 1.1 2009/01/13 19:52:56 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"