diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-02 05:40:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-02 05:40:21 +0000 |
commit | b18996aaec4dc2f38ac14be6e4d2bcc27a1bd79a (patch) | |
tree | 5b49b7afa3b87bd89e3b0e1c4764aeef461d0373 /dev-perl | |
parent | Version bump. Cleanup (diff) | |
download | historical-b18996aaec4dc2f38ac14be6e4d2bcc27a1bd79a.tar.gz historical-b18996aaec4dc2f38ac14be6e4d2bcc27a1bd79a.tar.bz2 historical-b18996aaec4dc2f38ac14be6e4d2bcc27a1bd79a.zip |
Version bump
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.35.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index e1d97e134843..bea90ac2ea0a 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.42 2008/08/06 16:19:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.43 2008/10/02 05:40:21 tove Exp $ + +*Geo-IP-1.35 (02 Oct 2008) + + 02 Oct 2008; Torsten Veller <tove@gentoo.org> +Geo-IP-1.35.ebuild: + Version bump *Geo-IP-1.34 (06 Aug 2008) diff --git a/dev-perl/Geo-IP/Geo-IP-1.35.ebuild b/dev-perl/Geo-IP/Geo-IP-1.35.ebuild new file mode 100644 index 000000000000..ff7605d85a14 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.35.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.35.ebuild,v 1.1 2008/10/02 05:40:21 tove 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)" |