summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/bootstrap/bootstrap-5.2.3.ebuild')
-rw-r--r--dev-ruby/bootstrap/bootstrap-5.2.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/bootstrap/bootstrap-5.2.3.ebuild b/dev-ruby/bootstrap/bootstrap-5.2.3.ebuild
deleted file mode 100644
index dd031e2a..00000000
--- a/dev-ruby/bootstrap/bootstrap-5.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30"
-
-# Requires capybara + poltergeist
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Bootstrap 4 rubygem for Rails / Sprockets / Hanami / etc"
-HOMEPAGE="https://github.com/twbs/bootstrap-rubygem"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="$(ver_cut 1)"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/autoprefixer-rails-9.1.0:*
- >=dev-ruby/popper_js-2.11.6:2
- >=dev-ruby/sassc-rails-2.0.0
-"
-
-all_ruby_prepare() {
- sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
-}