mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
bootstrap-4.5.3.ebuild
This commit is contained in:
parent
79a21bf5be
commit
8b3ecf73af
4 changed files with 34 additions and 3 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST bootstrap-4.5.0.gem 139776 BLAKE2B 4f986ffcebf2e268b7a1787e612b87797b8022a3ba7ccdc0ce552fe4eaed293f988443ae8f650f7ebdf010717b86ecbb1c383c31ba1495694b4210aa12d6f4ff SHA512 a065b8e2297ed6c932ed73219b504a88d55fa6ae7c4da34a70cea7c9b04e79b235483b2c2d46e25e63c8dcbaca69e282964e2d15700801acdfaac7faf6c2af39
|
||||
DIST bootstrap-4.5.2.gem 139264 BLAKE2B 238f1cb2a1a807708b61fe87076968f265eab2636205ac914c0922f0fff02d01037990a475bbb57e0763f658bb01e47166eac7ce1f80003627d4abe3f1b46f61 SHA512 d722eea2c32d7826cf22a62840ed72b2609d3eab7b4b02b66ae87b1a6adfa6b16cb2675315c31654340914b8a823a1653ced23e3f44bc5c9f4d4c3e797e6f28e
|
||||
DIST bootstrap-4.5.3.gem 140288 BLAKE2B 7f8e410a1157740eadbad8f5d4bc058d04502d179228f484fa39c46f70dd3c59450289bdbdbfc944a2c980dc3b950bcde31d12dc33e7d5c778aa56675fda24ba SHA512 77c20ca419ab26c7e98844b1583d78b7e4d07fd7d39d9f52932300412434365acf9b43b134479af3cffbb371b15c1bba88d7bdffd6c91b72544dc66691b0d229
|
||||
|
|
|
|||
31
dev-ruby/bootstrap/bootstrap-4.5.3.ebuild
Normal file
31
dev-ruby/bootstrap/bootstrap-4.5.3.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby25 ruby26"
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
# 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="4"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/autoprefixer-rails-9.1.0
|
||||
>=dev-ruby/popper_js-1.14.3:1
|
||||
>=dev-ruby/sassc-rails-2.0.0
|
||||
"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
USE_RUBY="ruby25 ruby26"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
|
||||
|
|
@ -18,6 +18,6 @@ DESCRIPTION="Popper.js assets as a Ruby gem"
|
|||
HOMEPAGE="https://github.com/glebm/popper_js-rubygem"
|
||||
LICENSE="MIT"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
SLOT="1"
|
||||
IUSE=""
|
||||
|
|
|
|||
|
|
@ -249,7 +249,6 @@ dev-ruby/ckeditor_rails
|
|||
dev-ruby/orm_adapter
|
||||
dev-ruby/similar_text
|
||||
dev-ruby/bootstrap
|
||||
dev-ruby/popper_js
|
||||
=dev-ruby/will_paginate-3*
|
||||
=dev-ruby/mini_magick-4*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue