diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-21 14:52:12 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-21 14:52:12 +0000 |
commit | c291acd5bffbe246fa816e0a3c37ca02822cafbf (patch) | |
tree | 15dea19a6485640bd93cb47521f1a685916bf541 /dev-perl/Geo-IP | |
parent | Use unicode flag to enable multi-byte character support, not nls. (diff) | |
download | historical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.tar.gz historical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.tar.bz2 historical-c291acd5bffbe246fa816e0a3c37ca02822cafbf.zip |
ppc stable
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index f8292516f2ce..13eda04cfe19 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,9 @@ # 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.30 2006/10/20 19:24:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.31 2006/10/21 14:11:56 dertobi123 Exp $ + + 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> Geo-IP-1.27.ebuild: + ppc stable 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> Geo-IP-1.27.ebuild: Stable on Alpha. diff --git a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild index c69435b773b7..78cc46d6d556 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.9 2006/10/20 19:24:29 kloeri Exp $ +# $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 $ inherit perl-module multilib @@ -10,7 +10,7 @@ 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" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ~ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc sparc ~x86 ~x86-fbsd" DEPEND="dev-libs/geoip dev-lang/perl" |