Version bump for Rails 3.0.10
authorHans de Graaff <graaff@gentoo.org>
Wed, 28 Sep 2011 07:37:24 +0000 (07:37 +0000)
committerHans de Graaff <graaff@gentoo.org>
Wed, 28 Sep 2011 07:37:24 +0000 (07:37 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

dev-ruby/actionmailer/ChangeLog
dev-ruby/actionmailer/actionmailer-3.0.10.ebuild [new file with mode: 0644]
dev-ruby/rails/ChangeLog
dev-ruby/rails/rails-3.0.10.ebuild [new file with mode: 0644]
dev-ruby/railties/ChangeLog
dev-ruby/railties/railties-3.0.10.ebuild [new file with mode: 0644]

index 4ee0ff1c85e74e4baca2c8c5d2c56405b4676359..54d95fe18d92c405b39fef06343e24b670d8a127 100644 (file)
@@ -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 <graaff@gentoo.org> +actionmailer-3.0.10.ebuild:
+  Version bump for Rails 3.0.10
 
   09 Sep 2011; Fabian Groffen <grobian@gentoo.org>
   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 (file)
index 0000000..a934810
--- /dev/null
@@ -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"
+}
index 6b5877145600b02601a66c3ece2b5e077a5240ff..e5539e9947ac2e025ac97d1a49b5aba61c6fa7ef 100644 (file)
@@ -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 <graaff@gentoo.org> +rails-3.0.10.ebuild:
+  Version bump for Rails 3.0.10
 
   09 Sep 2011; Fabian Groffen <grobian@gentoo.org> 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 (file)
index 0000000..2f00d54
--- /dev/null
@@ -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
+}
index 705ceb70de9a520af96fca10303f77469e14c27c..9373cd136106877c64d88149f665409b1d0e0c71 100644 (file)
@@ -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 <graaff@gentoo.org> +railties-3.0.10.ebuild:
+  Version bump for Rails 3.0.10
 
   09 Sep 2011; Fabian Groffen <grobian@gentoo.org> 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 (file)
index 0000000..912c5e9
--- /dev/null
@@ -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
+       )"