diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-15 16:58:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-15 16:58:44 +0000 |
commit | 586b0b6494a1b327d12ed958f5791970a8878710 (patch) | |
tree | 52903b7491488a7f68eea296bb0f7acd83b17e8b /dev-perl/Geo-IP | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-586b0b6494a1b327d12ed958f5791970a8878710.tar.gz gentoo-2-586b0b6494a1b327d12ed958f5791970a8878710.tar.bz2 gentoo-2-586b0b6494a1b327d12ed958f5791970a8878710.zip |
Stable on ia64.
(Portage version: 2.1.2_pre3-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 7f28a845df1f..3b43ac9ab7ee 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.28 2006/10/09 15:08:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.29 2006/10/15 16:58:44 kloeri Exp $ + + 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> Geo-IP-1.27.ebuild: + Stable on ia64. 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> -Geo-IP-1.23.ebuild, Geo-IP-1.25.ebuild, Geo-IP-1.27.ebuild: diff --git a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild index 6c6b6f3d7354..d5eb00aa9a80 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.7 2006/10/09 15:08:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.27.ebuild,v 1.8 2006/10/15 16:58:44 kloeri 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" |