diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 10:47:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-28 10:47:11 +0000 |
commit | 58c6a47603abff2320b2ae877598daa148852571 (patch) | |
tree | 28f1fc05358d94d98e98636bb6696c678cc73c63 /dev-perl/Geo-IP | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-58c6a47603abff2320b2ae877598daa148852571.tar.gz gentoo-2-58c6a47603abff2320b2ae877598daa148852571.tar.bz2 gentoo-2-58c6a47603abff2320b2ae877598daa148852571.zip |
Stable on alpha.
(Portage version: 2.1_rc3)
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.25.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 69d479665018..6bbe938ff1ab 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.24 2006/04/25 16:54:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.25 2006/05/28 10:47:11 kloeri Exp $ + + 28 May 2006; Bryan Østergaard <kloeri@gentoo.org> Geo-IP-1.25.ebuild: + Stable on alpha. 25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> Geo-IP-1.27.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild index 02ab6a47ca2a..6d498cd25dd5 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.25.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.25.ebuild,v 1.7 2005/11/26 12:13:33 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.25.ebuild,v 1.8 2006/05/28 10:47:11 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 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" DEPEND="dev-libs/geoip" myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" |