diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 01:54:38 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 01:54:38 +0000 |
commit | 8c0ce6e3edc03e09218bc52c1519012ae137942c (patch) | |
tree | 2769f86bf316b487698404fb84d04aa0189e9dfb /dev-ruby | |
parent | Added ~x86-fbsd. (diff) | |
download | historical-8c0ce6e3edc03e09218bc52c1519012ae137942c.tar.gz historical-8c0ce6e3edc03e09218bc52c1519012ae137942c.tar.bz2 historical-8c0ce6e3edc03e09218bc52c1519012ae137942c.zip |
Added ~x86-fbsd keyword.
Package-Manager: portage-2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/mechanize/mechanize-0.7.6.ebuild | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index ea106e48baa3..eab7c971feab 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.10 2008/07/07 18:42:52 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.11 2008/07/08 01:52:28 the_paya Exp $ + + 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + hpricot-0.6.ebuild: + Added ~x86-fbsd keyword. 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> hpricot-0.6.ebuild: Add ~sparc keyword, bug #230517 diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild index f52748bce5cb..10df2d80359c 100644 --- a/dev-ruby/hpricot/hpricot-0.6.ebuild +++ b/dev-ruby/hpricot/hpricot-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.4 2008/07/07 18:42:52 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.5 2008/07/08 01:52:28 the_paya Exp $ inherit ruby gems @@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="" diff --git a/dev-ruby/mechanize/ChangeLog b/dev-ruby/mechanize/ChangeLog index 4a6109f6ec7d..2bec8149bb82 100644 --- a/dev-ruby/mechanize/ChangeLog +++ b/dev-ruby/mechanize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/mechanize # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.11 2008/07/07 18:48:30 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.12 2008/07/08 01:54:38 the_paya Exp $ + + 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + mechanize-0.7.6.ebuild: + Added ~x86-fbsd keyword. 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> mechanize-0.7.6.ebuild: diff --git a/dev-ruby/mechanize/mechanize-0.7.6.ebuild b/dev-ruby/mechanize/mechanize-0.7.6.ebuild index 39ca3f822e2a..6a84c38736e0 100644 --- a/dev-ruby/mechanize/mechanize-0.7.6.ebuild +++ b/dev-ruby/mechanize/mechanize-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-0.7.6.ebuild,v 1.2 2008/07/07 18:48:30 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-0.7.6.ebuild,v 1.3 2008/07/08 01:54:38 the_paya Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://mechanize.rubyforge.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-ruby/hpricot-0.5.0 |