diff options
author | 2008-05-20 16:52:22 +0000 | |
---|---|---|
committer | 2008-05-20 16:52:22 +0000 | |
commit | 15a8cecf787cc50666f93b6c1738b49f4f2ebcb9 (patch) | |
tree | 9ec7992eca23fa133539f4eb139de5b320b002fd | |
parent | revert patch, as it is still needed (diff) | |
download | gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.tar.gz gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.tar.bz2 gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.zip |
Version bump (#222421). Add perl herd to metadata too. Cleaning.
(Portage version: 2.1.5)
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.27.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.33.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Geo-IP/metadata.xml | 1 |
4 files changed, 27 insertions, 20 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 5f8ce7925fd7..3f4592ee37b2 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,12 @@ # 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.39 2008/02/04 02:51:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.40 2008/05/20 16:52:22 tove Exp $ + +*Geo-IP-1.33 (20 May 2008) + + 20 May 2008; Torsten Veller <tove@gentoo.org> metadata.xml, + -Geo-IP-1.27.ebuild, +Geo-IP-1.33.ebuild: + Version bump (#222421). Add perl herd to metadata too. Cleaning. 04 Feb 2008; Jeroen Roovers <jer@gentoo.org> Geo-IP-1.28.ebuild: Stable for HPPA (bug #208615). diff --git a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild deleted file mode 100644 index 9207d1857ad6..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 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.27.ebuild,v 1.13 2007/03/31 15:43:34 vanquirius Exp $ - -inherit perl-module multilib - -DESCRIPTION="Look up country by IP Address" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" -SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-libs/geoip - dev-lang/perl" - -myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" diff --git a/dev-perl/Geo-IP/Geo-IP-1.33.ebuild b/dev-perl/Geo-IP/Geo-IP-1.33.ebuild new file mode 100644 index 000000000000..3d4bfc28a924 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.33.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.33.ebuild,v 1.1 2008/05/20 16:52:22 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)" diff --git a/dev-perl/Geo-IP/metadata.xml b/dev-perl/Geo-IP/metadata.xml index 4f8530b58745..f3092ea374c1 100644 --- a/dev-perl/Geo-IP/metadata.xml +++ b/dev-perl/Geo-IP/metadata.xml @@ -2,5 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> +<herd>perl</herd> <longdescription>Look up country by IP Address</longdescription> </pkgmetadata> |