mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
rda: add bootstrap
This commit is contained in:
parent
4527e15b5c
commit
116d5a7511
6 changed files with 68 additions and 3 deletions
1
dev-ruby/bootstrap/Manifest
Normal file
1
dev-ruby/bootstrap/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST bootstrap-4.5.0.gem 139776 BLAKE2B 4f986ffcebf2e268b7a1787e612b87797b8022a3ba7ccdc0ce552fe4eaed293f988443ae8f650f7ebdf010717b86ecbb1c383c31ba1495694b4210aa12d6f4ff SHA512 a065b8e2297ed6c932ed73219b504a88d55fa6ae7c4da34a70cea7c9b04e79b235483b2c2d46e25e63c8dcbaca69e282964e2d15700801acdfaac7faf6c2af39
|
||||
34
dev-ruby/bootstrap/bootstrap-4.5.0.ebuild
Normal file
34
dev-ruby/bootstrap/bootstrap-4.5.0.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
USE_RUBY="ruby24 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
|
||||
}
|
||||
1
dev-ruby/popper_js/Manifest
Normal file
1
dev-ruby/popper_js/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST popper_js-1.16.0.gem 12288 BLAKE2B 0ec07999500cb2a6109e1e6714dfb015c1e20b431b32247f6599e4273f5a809930642d62516189642f10fdba4d529727166778f9bf49606be4b461820bef7678 SHA512 4b2bc330309bb4c391456ffe313cae5d7b2a41025085db697fcd02bed71873a807f50764c0f1fb3b9f48dea23e7384194ef8bedaabcd4698346c2e3748843d92
|
||||
23
dev-ruby/popper_js/popper_js-1.16.0.ebuild
Normal file
23
dev-ruby/popper_js/popper_js-1.16.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="none"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="assets"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Popper.js assets as a Ruby gem"
|
||||
HOMEPAGE="https://github.com/glebm/popper_js-rubygem"
|
||||
LICENSE="MIT"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="1"
|
||||
IUSE=""
|
||||
|
|
@ -259,6 +259,13 @@ dev-ruby/ckeditor
|
|||
dev-ruby/ckeditor_rails
|
||||
dev-ruby/orm_adapter
|
||||
dev-ruby/similar_text
|
||||
dev-ruby/bootstrap
|
||||
dev-ruby/popper_js
|
||||
|
||||
=dev-ruby/sassc-2.2*
|
||||
=dev-ruby/autoprefixer-rails-9.7*
|
||||
=dev-ruby/sassc-rails-2.1*
|
||||
|
||||
|
||||
=dev-ruby/will_paginate-3.3*
|
||||
=dev-ruby/globalid-0.4*
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ SLOT="0"
|
|||
KEYWORDS="~amd64"
|
||||
IUSE="+mysql"
|
||||
|
||||
#ruby_add_rdepend "dev-ruby/rake
|
||||
|
||||
RDEPEND="mysql? ( virtual/mysql )
|
||||
dev-ruby/rake
|
||||
dev-ruby/rails:5.2
|
||||
|
|
@ -28,7 +26,8 @@ RDEPEND="mysql? ( virtual/mysql )
|
|||
dev-ruby/ckeditor_rails
|
||||
dev-ruby/activerecord-session_store
|
||||
dev-ruby/similar_text
|
||||
dev-ruby/sablon"
|
||||
dev-ruby/sablon
|
||||
dev-ruby/bootstrap/"
|
||||
|
||||
each_ruby_prepare() {
|
||||
if [ -f Gemfile ]; then
|
||||
Loading…
Reference in a new issue