diff --git a/dev-ruby/bootstrap/Manifest b/dev-ruby/bootstrap/Manifest index 0eb160208..8f67ae5b3 100644 --- a/dev-ruby/bootstrap/Manifest +++ b/dev-ruby/bootstrap/Manifest @@ -1,3 +1,2 @@ -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 +DIST bootstrap-4.6.0.gem 140800 BLAKE2B 59f09923a522a95f7a1f0ce7e488bd286d54b3719251edfcaa75a06c4c263c1a77b514d3293a2eeae1bbe2db8317cf64e14c42fd6b786704b1b16e6bccf6b345 SHA512 c16fc41fdf2fdf53afeee65ba56b7c2b79a7e5b78087fc06f0c786e0a8c88a0cf154600cf05489be4e53300946e2e20b8d333a62aaa1793443410d94b659e11c diff --git a/dev-ruby/bootstrap/bootstrap-4.5.0.ebuild b/dev-ruby/bootstrap/bootstrap-4.5.0.ebuild deleted file mode 100644 index 61a4c63a7..000000000 --- a/dev-ruby/bootstrap/bootstrap-4.5.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -} diff --git a/dev-ruby/bootstrap/bootstrap-4.5.2.ebuild b/dev-ruby/bootstrap/bootstrap-4.6.0.ebuild similarity index 94% rename from dev-ruby/bootstrap/bootstrap-4.5.2.ebuild rename to dev-ruby/bootstrap/bootstrap-4.6.0.ebuild index e60bb29c9..2f1d03252 100644 --- a/dev-ruby/bootstrap/bootstrap-4.5.2.ebuild +++ b/dev-ruby/bootstrap/bootstrap-4.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/dev-ruby/popper_js/Manifest b/dev-ruby/popper_js/Manifest index 4d29399bb..d58e15720 100644 --- a/dev-ruby/popper_js/Manifest +++ b/dev-ruby/popper_js/Manifest @@ -1 +1,2 @@ DIST popper_js-1.16.0.gem 12288 BLAKE2B 0ec07999500cb2a6109e1e6714dfb015c1e20b431b32247f6599e4273f5a809930642d62516189642f10fdba4d529727166778f9bf49606be4b461820bef7678 SHA512 4b2bc330309bb4c391456ffe313cae5d7b2a41025085db697fcd02bed71873a807f50764c0f1fb3b9f48dea23e7384194ef8bedaabcd4698346c2e3748843d92 +DIST popper_js-2.6.0.gem 11264 BLAKE2B 7a3c3452d570ab7746664437d450fc0a93013f88adb7ee1fdc47a905b8d1a8bba42997c8eddcb3f1d61604211c26681757caa7db5e8f114b76415ce20192d3e0 SHA512 a8c8ec5fb16a1bc50a1f86d1a218c1715e2aaa6d48540e9f71f34e9f896def1ab5f4ed0cea69ce6a9ec3669163633eb7c7f22895be54a476170f5d773fbcbeb3 diff --git a/dev-ruby/popper_js/popper_js-2.6.0.ebuild b/dev-ruby/popper_js/popper_js-2.6.0.ebuild new file mode 100644 index 000000000..e0f005978 --- /dev/null +++ b/dev-ruby/popper_js/popper_js-2.6.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="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 ~arm64 x86" +SLOT="2" +IUSE=""