diff options
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.36.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 92fac57a3b93..2335c7950ddb 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.44 2008/10/02 18:20:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.45 2008/12/23 08:52:44 robbat2 Exp $ + +*Geo-IP-1.36 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +Geo-IP-1.36.ebuild: + Version bump. 02 Oct 2008; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.33.ebuild: Stable for HPPA too. diff --git a/dev-perl/Geo-IP/Geo-IP-1.36.ebuild b/dev-perl/Geo-IP/Geo-IP-1.36.ebuild new file mode 100644 index 000000000000..4ef57d6c3855 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.36.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.36.ebuild,v 1.1 2008/12/23 08:52:44 robbat2 Exp $ + +MODULE_AUTHOR=BORISZ + +inherit perl-module multilib + +DESCRIPTION="Look up country by IP Address" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/geoip + dev-lang/perl" + +myconf="${myconf} LIBS=-L/usr/$(get_libdir)" |