diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rake/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.8.7-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.8.7-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.8.7-r4.ebuild (renamed from dev-ruby/rake/rake-0.8.7-r2.ebuild) | 6 |
4 files changed, 13 insertions, 26 deletions
diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index b203331dbca4..46ba245dc859 100644 --- a/dev-ruby/rake/ChangeLog +++ b/dev-ruby/rake/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/rake # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.91 2010/02/16 07:46:04 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.92 2010/03/27 11:02:29 graaff Exp $ + +*rake-0.8.7-r4 (27 Mar 2010) + + 27 Mar 2010; Hans de Graaff <graaff@gentoo.org> -rake-0.8.7-r1.ebuild, + -rake-0.8.7-r2.ebuild, rake-0.8.7-r3.ebuild, +rake-0.8.7-r4.ebuild: + Bump to -r4 without changes, and remove ruby19 and jruby targets from -r3 + so that we can mark -r3 stable. Remove old versions. 16 Feb 2010; Jonathan Callen <abcd@gentoo.org> rake-0.8.7-r3.ebuild: Add ~x64-macos for bug 305355 diff --git a/dev-ruby/rake/rake-0.8.7-r1.ebuild b/dev-ruby/rake/rake-0.8.7-r1.ebuild deleted file mode 100644 index 19358d1ae361..000000000000 --- a/dev-ruby/rake/rake-0.8.7-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.8.7-r1.ebuild,v 1.1 2009/08/22 20:24:08 graaff Exp $ - -inherit bash-completion gems - -USE_RUBY="ruby18 ruby19" - -DESCRIPTION="Make-like scripting in Ruby" -HOMEPAGE="http://rake.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="bash-completion" - -src_install() { - gems_src_install - dobashcompletion "${FILESDIR}"/rake.bash-completion rake -} diff --git a/dev-ruby/rake/rake-0.8.7-r3.ebuild b/dev-ruby/rake/rake-0.8.7-r3.ebuild index 546832f568dc..90cb7d064f05 100644 --- a/dev-ruby/rake/rake-0.8.7-r3.ebuild +++ b/dev-ruby/rake/rake-0.8.7-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.8.7-r3.ebuild,v 1.4 2010/02/16 07:46:04 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.8.7-r3.ebuild,v 1.5 2010/03/27 11:02:29 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/rake/rake-0.8.7-r2.ebuild b/dev-ruby/rake/rake-0.8.7-r4.ebuild index fa0c1f596e46..aa832549f297 100644 --- a/dev-ruby/rake/rake-0.8.7-r2.ebuild +++ b/dev-ruby/rake/rake-0.8.7-r4.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/rake/rake-0.8.7-r2.ebuild,v 1.4 2009/12/17 14:15:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.8.7-r4.ebuild,v 1.1 2010/03/27 11:02:29 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bash-completion doc" #ruby_add_bdepend test dev-ruby/flexmock |