diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 20:51:15 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 20:51:15 +0000 |
commit | d4c7c8b3f33a1438649416f47aa2ea5d9db39b79 (patch) | |
tree | 23eb8bf43bdf3c8abd88cb298c151830d3018766 /dev-perl/Geo-IP | |
parent | cleanup (diff) | |
download | gentoo-2-d4c7c8b3f33a1438649416f47aa2ea5d9db39b79.tar.gz gentoo-2-d4c7c8b3f33a1438649416f47aa2ea5d9db39b79.tar.bz2 gentoo-2-d4c7c8b3f33a1438649416f47aa2ea5d9db39b79.zip |
stable on x86
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.25.ebuild | 13 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.27.ebuild | 14 |
3 files changed, 25 insertions, 13 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 13eda04cfe19..5a7820427fd2 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Geo-IP -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.31 2006/10/21 14:11:56 dertobi123 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.32 2007/02/01 20:51:15 jokey Exp $ + + 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> Geo-IP-1.27.ebuild: + stable on x86 + + 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> Geo-IP-1.25.ebuild, + Geo-IP-1.27.ebuild: + ebuild cleanup 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> Geo-IP-1.27.ebuild: ppc stable diff --git a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild index 232a6be8b0e7..9ef4992f29ad 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild @@ -1,18 +1,21 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.25.ebuild,v 1.11 2006/10/09 15:08:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.25.ebuild,v 1.12 2007/02/01 20:51:15 jokey Exp $ inherit perl-module multilib -IUSE="" DESCRIPTION="Look up country by IP Address" -SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" -SLOT="0" +SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" + LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" +IUSE="" + DEPEND="dev-libs/geoip dev-lang/perl" +RDEPEND=${DEPEND} myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" diff --git a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild index 78cc46d6d556..5a83d11b7b07 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.10 2006/10/21 14:11:56 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.27.ebuild,v 1.11 2007/02/01 20:51:15 jokey Exp $ inherit perl-module multilib -IUSE="" DESCRIPTION="Look up country by IP Address" -SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" -SLOT="0" +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" +RDEPEND=${DEPEND} myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" - |