diff options
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.39.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 7dd68d511b96..b6087bd1f814 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Geo-IP -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.49 2009/06/03 16:12:44 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.50 2011/06/15 15:24:24 jer Exp $ + +*Geo-IP-1.39 (15 Jun 2011) + + 15 Jun 2011; Jeroen Roovers <jer@gentoo.org> +Geo-IP-1.39.ebuild: + Version bump by Sergiy Borodych (bug #371769). 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Geo-IP-1.36.ebuild, -Geo-IP-1.37.ebuild: diff --git a/dev-perl/Geo-IP/Geo-IP-1.39.ebuild b/dev-perl/Geo-IP/Geo-IP-1.39.ebuild new file mode 100644 index 000000000000..56fa8cc9b012 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.39.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.39.ebuild,v 1.1 2011/06/15 15:24:24 jer Exp $ + +EAPI=2 + +MODULE_AUTHOR=BORISZ +inherit perl-module multilib + +DESCRIPTION="Look up country by IP Address" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/geoip" +RDEPEND="${DEPEND}" + +SRC_TEST=no +myconf="LIBS=-L/usr/$(get_libdir)" |