summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 13:20:53 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 13:20:53 +0000
commit190db473f3d6cc20e6cd0cd4c6392c0ea61185b1 (patch)
treea260e890f3a82320752e1df997b36d3ade3e973d /dev-perl/IP-Country
parentChange version scheme (diff)
downloadgentoo-2-190db473f3d6cc20e6cd0cd4c6392c0ea61185b1.tar.gz
gentoo-2-190db473f3d6cc20e6cd0cd4c6392c0ea61185b1.tar.bz2
gentoo-2-190db473f3d6cc20e6cd0cd4c6392c0ea61185b1.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IP-Country')
-rw-r--r--dev-perl/IP-Country/ChangeLog9
-rw-r--r--dev-perl/IP-Country/IP-Country-2.270.0.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog
index a636fdcac7d5..0cd30f05f1e7 100644
--- a/dev-perl/IP-Country/ChangeLog
+++ b/dev-perl/IP-Country/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IP-Country
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.40 2010/01/10 13:10:16 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.41 2011/08/30 13:20:53 tove Exp $
+
+*IP-Country-2.270.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +IP-Country-2.270.0.ebuild:
+ Change version scheme
10 Jan 2010; Fabian Groffen <grobian@gentoo.org> IP-Country-2.27.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/IP-Country/IP-Country-2.270.0.ebuild b/dev-perl/IP-Country/IP-Country-2.270.0.ebuild
new file mode 100644
index 000000000000..716fe5b168f0
--- /dev/null
+++ b/dev-perl/IP-Country/IP-Country-2.270.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 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.270.0.ebuild,v 1.1 2011/08/30 13:20:53 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=NWETTERS
+MODULE_VERSION=2.27
+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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-perl/Geography-Countries"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"