summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-06 16:19:27 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-06 16:19:27 +0000
commitcc005e847b0d323f6f46ff4403989e5657f6a613 (patch)
treeb63c64943b4489537614eb68179a0f3db718731c /dev-perl
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.tar.gz
gentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.tar.bz2
gentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.zip
Version bump
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Geo-IP/ChangeLog7
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.34.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog
index 4837346e5f30..e1d97e134843 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.41 2008/07/15 20:16:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.42 2008/08/06 16:19:27 tove Exp $
+
+*Geo-IP-1.34 (06 Aug 2008)
+
+ 06 Aug 2008; Torsten Veller <tove@gentoo.org> +Geo-IP-1.34.ebuild:
+ Version bump
15 Jul 2008; Raúl Porcel <armin76@gentoo.org> Geo-IP-1.33.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/dev-perl/Geo-IP/Geo-IP-1.34.ebuild b/dev-perl/Geo-IP/Geo-IP-1.34.ebuild
new file mode 100644
index 000000000000..e2eb9d8d958f
--- /dev/null
+++ b/dev-perl/Geo-IP/Geo-IP-1.34.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.34.ebuild,v 1.1 2008/08/06 16:19:27 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)"