diff options
author | 2011-08-30 18:37:59 +0000 | |
---|---|---|
committer | 2011-08-30 18:37:59 +0000 | |
commit | 91b59f2b4dd5606f235f46bbce255c7f2227c7c8 (patch) | |
tree | fe8f7f9a53fcdb0857dbecb9c3faf66ae5592a23 /dev-perl/Geo-IP | |
parent | [bump] dev-perl/App-Nopaste-0.300.0 (diff) | |
download | gentoo-2-91b59f2b4dd5606f235f46bbce255c7f2227c7c8.tar.gz gentoo-2-91b59f2b4dd5606f235f46bbce255c7f2227c7c8.tar.bz2 gentoo-2-91b59f2b4dd5606f235f46bbce255c7f2227c7c8.zip |
[bump] dev-perl/Geo-IP-1.400.0
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
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.400.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 1873821c8d55..ba91c5f28718 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.54 2011/08/30 15:10:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.55 2011/08/30 18:37:59 tove Exp $ + +*Geo-IP-1.400.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Geo-IP-1.400.0.ebuild: + Version bump *Geo-IP-1.390.0 (30 Aug 2011) diff --git a/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild new file mode 100644 index 000000000000..ecfa5d3e6ee2 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.400.0.ebuild @@ -0,0 +1,21 @@ +# 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.400.0.ebuild,v 1.1 2011/08/30 18:37:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BORISZ +MODULE_VERSION=1.40 +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)" |