summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:31:48 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-08-25 17:31:48 +0000
commitb6ec56e8636306d48a9039ec896660dbb6656e2e (patch)
tree6cd1916e2bed04f49f5dcb169a876af800bbfeae /dev-perl/IP-Country
parentDisallow downgrades from >=app-admin/eselect-python-20090804 to avoid problem... (diff)
downloadhistorical-b6ec56e8636306d48a9039ec896660dbb6656e2e.tar.gz
historical-b6ec56e8636306d48a9039ec896660dbb6656e2e.tar.bz2
historical-b6ec56e8636306d48a9039ec896660dbb6656e2e.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-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"