diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:14:40 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:14:40 +0000 |
commit | 19de776e96a58683ca6c3688b6dfc3a9551746b9 (patch) | |
tree | fb9341c6ab509c7cd892ab771783c653fa9499ff /dev-ruby | |
parent | Version bump. Use video_cards IUSE_EXPAND. Do not install .la files. (diff) | |
download | historical-19de776e96a58683ca6c3688b6dfc3a9551746b9.tar.gz historical-19de776e96a58683ca6c3688b6dfc3a9551746b9.tar.bz2 historical-19de776e96a58683ca6c3688b6dfc3a9551746b9.zip |
add ~x86, bug #297718
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.16.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/yard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.5.2.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 1d52d52f35b8..c929f4a0e360 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/haml -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.27 2009/12/21 14:47:18 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.28 2010/01/04 23:14:40 maekke Exp $ + + 04 Jan 2010; Markus Meier <maekke@gentoo.org> haml-2.2.16.ebuild: + add ~x86, bug #297718 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> haml-2.2.16.ebuild: Fix test dependencies, drop ruby19 and jruby (tests require rack), install diff --git a/dev-ruby/haml/haml-2.2.16.ebuild b/dev-ruby/haml/haml-2.2.16.ebuild index 4d31a05e17cf..88b34e19c36f 100644 --- a/dev-ruby/haml/haml-2.2.16.ebuild +++ b/dev-ruby/haml/haml-2.2.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.16.ebuild,v 1.2 2009/12/21 14:47:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.16.ebuild,v 1.3 2010/01/04 23:14:40 maekke Exp $ EAPI=2 @@ -18,7 +18,7 @@ HOMEPAGE="http://haml.hamptoncatlin.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" # TODO: haml has some emacs modes that it could be installing, in case IUSE="" diff --git a/dev-ruby/yard/ChangeLog b/dev-ruby/yard/ChangeLog index b3356c9df5e5..47a757dc19ae 100644 --- a/dev-ruby/yard/ChangeLog +++ b/dev-ruby/yard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/yard -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.1 2009/12/20 23:38:35 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.2 2010/01/04 23:13:57 maekke Exp $ + + 04 Jan 2010; Markus Meier <maekke@gentoo.org> yard-0.5.2.ebuild: + add ~x86, bug #297718 *yard-0.5.2 (20 Dec 2009) diff --git a/dev-ruby/yard/yard-0.5.2.ebuild b/dev-ruby/yard/yard-0.5.2.ebuild index de1f9d103dc7..a47bd2714177 100644 --- a/dev-ruby/yard/yard-0.5.2.ebuild +++ b/dev-ruby/yard/yard-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.5.2.ebuild,v 1.1 2009/12/20 23:38:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.5.2.ebuild,v 1.2 2010/01/04 23:13:57 maekke Exp $ EAPI=2 @@ -22,7 +22,7 @@ HOMEPAGE="http://yardoc.org/" LICENSE="as-is" # truly SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend test dev-ruby/rspec |