diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:20:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:20:53 +0000 |
commit | 190db473f3d6cc20e6cd0cd4c6392c0ea61185b1 (patch) | |
tree | a260e890f3a82320752e1df997b36d3ade3e973d /dev-perl/IP-Country/IP-Country-2.270.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-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/IP-Country-2.270.0.ebuild')
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.270.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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" |