summaryrefslogtreecommitdiff
path: root/dev-ruby/propshaft/propshaft-1.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/propshaft/propshaft-1.2.1.ebuild')
-rw-r--r--dev-ruby/propshaft/propshaft-1.2.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/propshaft/propshaft-1.2.1.ebuild b/dev-ruby/propshaft/propshaft-1.2.1.ebuild
deleted file mode 100644
index c92fb178fd50..000000000000
--- a/dev-ruby/propshaft/propshaft-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md UPGRADING.md"
-
-RUBY_FAKEGEM_GEMSPEC="propshaft.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Deliver assets for Rails"
-HOMEPAGE="https://github.com/rails/propshaft"
-SRC_URI="https://github.com/rails/propshaft/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/actionpack-7.0.0:*
- >=dev-ruby/activesupport-7.0.0:*
- dev-ruby/rack:*
-"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rails-7.0.0 )"
-
-all_ruby_prepare() {
- rm -f Gemfile.lock || die
- sed -i -e '/debug/ s:^:#:' Gemfile || die
-
- sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}