From: Hans de Graaff Date: Wed, 28 Sep 2011 07:37:24 +0000 (+0000) Subject: Version bump for Rails 3.0.10 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66353245069e82eff580321a635fdf34cb530060;p=gentoo.git Version bump for Rails 3.0.10 Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 4ee0ff1c85e7..54d95fe18d92 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.171 2011/09/09 07:50:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.172 2011/09/28 07:33:30 graaff Exp $ + +*actionmailer-3.0.10 (28 Sep 2011) + + 28 Sep 2011; Hans de Graaff +actionmailer-3.0.10.ebuild: + Version bump for Rails 3.0.10 09 Sep 2011; Fabian Groffen actionmailer-3.0.9.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-3.0.10.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.10.ebuild new file mode 100644 index 000000000000..a93481029155 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-3.0.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.10.ebuild,v 1.1 2011/09/28 07:33:30 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" +SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="3.0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RUBY_S="rails-rails-*/actionmailer" + +ruby_add_rdepend "~dev-ruby/actionpack-${PV} + >=dev-ruby/mail-2.2.19" +ruby_add_bdepend "test? ( + >=dev-ruby/mocha-0.9.5 + virtual/ruby-test-unit +)" + +all_ruby_prepare() { + # Set test environment to our hand. + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" +} diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 6b5877145600..e5539e9947ac 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.204 2011/09/09 12:23:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.205 2011/09/28 07:37:24 graaff Exp $ + +*rails-3.0.10 (28 Sep 2011) + + 28 Sep 2011; Hans de Graaff +rails-3.0.10.ebuild: + Version bump for Rails 3.0.10 09 Sep 2011; Fabian Groffen rails-3.0.9.ebuild: Marked ~sparc-solaris diff --git a/dev-ruby/rails/rails-3.0.10.ebuild b/dev-ruby/rails/rails-3.0.10.ebuild new file mode 100644 index 000000000000..2f00d54531a9 --- /dev/null +++ b/dev-ruby/rails/rails-3.0.10.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.10.ebuild,v 1.1 2011/09/28 07:37:24 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="ruby on rails is a web-application and persistance framework" +HOMEPAGE="http://www.rubyonrails.org" + +LICENSE="MIT" +SLOT="3.0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +IUSE="" + +RDEPEND=">=app-admin/eselect-rails-0.16" + +ruby_add_rdepend " + ~dev-ruby/actionmailer-${PV} + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activerecord-${PV} + ~dev-ruby/activeresource-${PV} + ~dev-ruby/activesupport-${PV} + =dev-ruby/bundler-1.0* + ~dev-ruby/railties-${PV}" + +all_ruby_install() { + all_fakegem_install + + ruby_fakegem_binwrapper rails rails-${PV} +} + +pkg_postinst() { + elog "To select between slots of rails, use:" + elog "\teselect rails" + + eselect rails update +} + +pkg_postrm() { + eselect rails update +} diff --git a/dev-ruby/railties/ChangeLog b/dev-ruby/railties/ChangeLog index 705ceb70de9a..9373cd136106 100644 --- a/dev-ruby/railties/ChangeLog +++ b/dev-ruby/railties/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/railties # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.13 2011/09/09 07:09:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.14 2011/09/28 07:34:39 graaff Exp $ + +*railties-3.0.10 (28 Sep 2011) + + 28 Sep 2011; Hans de Graaff +railties-3.0.10.ebuild: + Version bump for Rails 3.0.10 09 Sep 2011; Fabian Groffen railties-3.0.9.ebuild: Marked ~sparc-solaris diff --git a/dev-ruby/railties/railties-3.0.10.ebuild b/dev-ruby/railties/railties-3.0.10.ebuild new file mode 100644 index 000000000000..912c5e9453cb --- /dev/null +++ b/dev-ruby/railties/railties-3.0.10.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.10.ebuild,v 1.1 2011/09/28 07:34:39 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ree18" + +RUBY_FAKEGEM_TASK_TEST="test:regular" +RUBY_FAKEGEM_TASK_DOC="generate_guides" +RUBY_FAKEGEM_DOCDIR="guides/output" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="railties.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Tools for creating, working with, and running Rails applications." +HOMEPAGE="http://github.com/rails/rails" +SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="3.0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RUBY_S="rails-rails-*/railties" + +# The test suite has many failures, most likely due to a mismatch in +# exact dependencies or environment specifics. Needs further +# investigation. +RESTRICT="test" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + ~dev-ruby/actionpack-${PV} + >=dev-ruby/rdoc-3.4 + >=dev-ruby/thor-0.14.4 + >=dev-ruby/rake-0.8.7" + +ruby_add_bdepend " + test? ( + >=dev-ruby/mocha-0.9.5 + virtual/ruby-test-unit + ) + doc? ( + >=dev-ruby/redcloth-4.1.1 + )"