summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:31:24 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:31:24 +0000
commit8d82feb519f72addae7100f55a1c62600260adfa (patch)
tree005945017fd3b3a6bf25290306a88c0d71b35cb6 /dev-perl/IP-Country
parentDisallow downgrades from >=app-admin/eselect-python-20090804 to avoid problem... (diff)
downloadgentoo-2-8d82feb519f72addae7100f55a1c62600260adfa.tar.gz
gentoo-2-8d82feb519f72addae7100f55a1c62600260adfa.tar.bz2
gentoo-2-8d82feb519f72addae7100f55a1c62600260adfa.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc38/cvs/Linux 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.27.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog
index 7bc4ea285c8e..9672636ed509 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.37 2009/06/03 16:06:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.38 2009/08/25 17:31:24 robbat2 Exp $
+
+*IP-Country-2.27 (25 Aug 2009)
+
+ 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +IP-Country-2.27.ebuild:
+ Version bump via perl-bump experimental tool.
03 Jun 2009; Torsten Veller <tove@gentoo.org> -IP-Country-2.25.ebuild:
Cleanup
diff --git a/dev-perl/IP-Country/IP-Country-2.27.ebuild b/dev-perl/IP-Country/IP-Country-2.27.ebuild
new file mode 100644
index 000000000000..76d1a5858c75
--- /dev/null
+++ b/dev-perl/IP-Country/IP-Country-2.27.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.27.ebuild,v 1.1 2009/08/25 17:31:24 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"