diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-25 16:55:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-25 16:55:50 +0000 |
commit | 8dc65fdb5dc302bb07d193105b5a657df71771d2 (patch) | |
tree | 5ff7e1ef2a4fba6b96ed8f0ee44f7ed3cdbf1f6c /dev-perl | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-8dc65fdb5dc302bb07d193105b5a657df71771d2.tar.gz historical-8dc65fdb5dc302bb07d193105b5a657df71771d2.tar.bz2 historical-8dc65fdb5dc302bb07d193105b5a657df71771d2.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_pre9-r4
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.27.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Geo-IP/files/digest-Geo-IP-1.27 | 2 | ||||
-rw-r--r-- | dev-perl/Geography-Countries/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Geography-Countries/files/digest-Geography-Countries-1.4 | 2 | ||||
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.20.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/IP-Country/files/digest-IP-Country-2.20 | 2 |
9 files changed, 25 insertions, 9 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 860797ea7bf8..69d479665018 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.23 2006/03/30 22:42:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.24 2006/04/25 16:54:35 flameeyes Exp $ + + 25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> Geo-IP-1.27.ebuild: + Add ~x86-fbsd keyword. 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Geo-IP-1.27.ebuild: Mark 1.27 ~ia64 diff --git a/dev-perl/Geo-IP/Geo-IP-1.27.ebuild b/dev-perl/Geo-IP/Geo-IP-1.27.ebuild index 04ae681fcbf7..d5e5734b08f1 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.3 2006/03/30 22:42:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.27.ebuild,v 1.4 2006/04/25 16:54:35 flameeyes 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" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" DEPEND="dev-libs/geoip" myconf="${myconf} LIBS='-L/usr/$(get_libdir)'" diff --git a/dev-perl/Geo-IP/files/digest-Geo-IP-1.27 b/dev-perl/Geo-IP/files/digest-Geo-IP-1.27 index b074f6100ae1..5826014438fb 100644 --- a/dev-perl/Geo-IP/files/digest-Geo-IP-1.27 +++ b/dev-perl/Geo-IP/files/digest-Geo-IP-1.27 @@ -1 +1,3 @@ MD5 10ec3c74808ffbca871eca4db77209bd Geo-IP-1.27.tar.gz 13386 +RMD160 9e242390368fff92b091baae001cdb70ae563844 Geo-IP-1.27.tar.gz 13386 +SHA256 b4a704368833cffcecaed923ae62c3f052ec755c0f4a2836a331524156d96e89 Geo-IP-1.27.tar.gz 13386 diff --git a/dev-perl/Geography-Countries/ChangeLog b/dev-perl/Geography-Countries/ChangeLog index f96798f187cc..dd42ce7a8937 100644 --- a/dev-perl/Geography-Countries/ChangeLog +++ b/dev-perl/Geography-Countries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Geography-Countries # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.9 2006/04/21 21:36:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.10 2006/04/25 16:55:12 flameeyes Exp $ + + 25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + Geography-Countries-1.4.ebuild: + Add ~x86-fbsd keyword. 21 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> Geography-Countries-1.4.ebuild: diff --git a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild b/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild index ebb3cfff552d..7c71cc884de5 100644 --- a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild +++ b/dev-perl/Geography-Countries/Geography-Countries-1.4.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/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.9 2006/04/21 21:36:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.10 2006/04/25 16:55:12 flameeyes Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~abigail/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Geography-Countries/files/digest-Geography-Countries-1.4 b/dev-perl/Geography-Countries/files/digest-Geography-Countries-1.4 index e84cfdf0c802..fae8f0203f0b 100644 --- a/dev-perl/Geography-Countries/files/digest-Geography-Countries-1.4 +++ b/dev-perl/Geography-Countries/files/digest-Geography-Countries-1.4 @@ -1 +1,3 @@ MD5 693426ab59ce3d51fcd48dfe3b402107 Geography-Countries-1.4.tar.gz 9067 +RMD160 859a2572ec42be4aefbf6637a57cb452802df294 Geography-Countries-1.4.tar.gz 9067 +SHA256 e2dc2bd9dc3f38e72a00205eca9ca13927424de63bd439ef799c2d0e561656a3 Geography-Countries-1.4.tar.gz 9067 diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 962944de19aa..7b8e478a03dd 100644 --- a/dev-perl/IP-Country/ChangeLog +++ b/dev-perl/IP-Country/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IP-Country # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.12 2006/04/21 21:37:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.13 2006/04/25 16:55:50 flameeyes Exp $ + + 25 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> IP-Country-2.20.ebuild: + Add ~x86-fbsd keyword. 21 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> IP-Country-2.20.ebuild: diff --git a/dev-perl/IP-Country/IP-Country-2.20.ebuild b/dev-perl/IP-Country/IP-Country-2.20.ebuild index c67dc6dec085..375245d6a970 100644 --- a/dev-perl/IP-Country/IP-Country-2.20.ebuild +++ b/dev-perl/IP-Country/IP-Country-2.20.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/IP-Country/IP-Country-2.20.ebuild,v 1.7 2006/04/21 21:37:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.20.ebuild,v 1.8 2006/04/25 16:55:50 flameeyes Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~nwetters/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" diff --git a/dev-perl/IP-Country/files/digest-IP-Country-2.20 b/dev-perl/IP-Country/files/digest-IP-Country-2.20 index d8dc054ba495..a41d76f13f35 100644 --- a/dev-perl/IP-Country/files/digest-IP-Country-2.20 +++ b/dev-perl/IP-Country/files/digest-IP-Country-2.20 @@ -1 +1,3 @@ MD5 33a0fbda30e4572bcdf4c1d24d6b49cc IP-Country-2.20.tar.gz 148526 +RMD160 efc900c40e1f349919f3f319ae1dd69ec636f532 IP-Country-2.20.tar.gz 148526 +SHA256 4984b45f032b3741d2df27b671fd129bad8db67dd4125817547735009f4aa656 IP-Country-2.20.tar.gz 148526 |