commit:     7a577e6321c3ecf260a8c75f4a1b8ba3a42c3da4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  3 10:46:32 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 10:46:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a577e63

dev-ruby/railties: add missing tsort dependency

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/railties/railties-7.1.6-r1.ebuild | 75 ++++++++++++++++++++++++++++++
 dev-ruby/railties/railties-7.2.3-r1.ebuild | 75 ++++++++++++++++++++++++++++++
 2 files changed, 150 insertions(+)

diff --git a/dev-ruby/railties/railties-7.1.6-r1.ebuild 
b/dev-ruby/railties/railties-7.1.6-r1.ebuild
new file mode 100644
index 000000000000..6852b2f0e17f
--- /dev/null
+++ b/dev-ruby/railties/railties-7.1.6-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_TASK_TEST="test:regular"
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools for creating, working with, and running Rails applications"
+HOMEPAGE="https://github.com/rails/rails";
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+RUBY_S="rails-${PV}/${PN}"
+
+# The test suite has many failures, most likely due to a mismatch in
+# exact dependencies or environment specifics. Needs further
+# investigation.
+RESTRICT="test"
+
+RDEPEND=">=app-eselect/eselect-rails-0.27"
+
+ruby_add_rdepend "
+       ~dev-ruby/actionpack-${PV}
+       ~dev-ruby/activesupport-${PV}
+       dev-ruby/irb
+       >=dev-ruby/rackup-1.0.0
+       >=dev-ruby/rake-12.2
+       >=dev-ruby/thor-1.2.2:1
+       >=dev-ruby/tsort-0.2
+       >=dev-ruby/zeitwerk-2.6:2
+"
+
+ruby_add_bdepend "
+       test? (
+               ~dev-ruby/actionview-${PV}
+               dev-ruby/mocha
+       )"
+
+all_ruby_prepare() {
+       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+       sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+}
+
+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/railties-7.2.3-r1.ebuild 
b/dev-ruby/railties/railties-7.2.3-r1.ebuild
new file mode 100644
index 000000000000..26312562cdad
--- /dev/null
+++ b/dev-ruby/railties/railties-7.2.3-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_TASK_TEST="test:regular"
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools for creating, working with, and running Rails applications"
+HOMEPAGE="https://github.com/rails/rails";
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+RUBY_S="rails-${PV}/${PN}"
+
+# The test suite has many failures, most likely due to a mismatch in
+# exact dependencies or environment specifics. Needs further
+# investigation.
+RESTRICT="test"
+
+RDEPEND=">=app-eselect/eselect-rails-0.28"
+
+ruby_add_rdepend "
+       ~dev-ruby/actionpack-${PV}
+       ~dev-ruby/activesupport-${PV}
+       dev-ruby/irb
+       >=dev-ruby/rackup-1.0.0
+       >=dev-ruby/rake-12.2
+       >=dev-ruby/thor-1.2.2:1
+       >=dev-ruby/tsort-0.2
+       >=dev-ruby/zeitwerk-2.6:2
+"
+
+ruby_add_bdepend "
+       test? (
+               ~dev-ruby/actionview-${PV}
+               dev-ruby/mocha
+       )"
+
+all_ruby_prepare() {
+       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+       sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+}
+
+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
+}

Reply via email to