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 | 465eb5b41717452a32c337c535564a9829b50ebc (patch) | |
tree | 8940899d536166492b02350b815a099efa93ec79 /dev-perl | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-465eb5b41717452a32c337c535564a9829b50ebc.tar.gz gentoo-2-465eb5b41717452a32c337c535564a9829b50ebc.tar.bz2 gentoo-2-465eb5b41717452a32c337c535564a9829b50ebc.zip |
Version bump
(Portage version: 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)" |