mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
popper_js-2.11.6.ebuild
This commit is contained in:
parent
35e5c7adaa
commit
a871b779f5
3 changed files with 25 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ DESCRIPTION="Bootstrap rubygem for Rails / Sprockets / Hanami / etc"
|
|||
HOMEPAGE="https://github.com/twbs/bootstrap-rubygem"
|
||||
LICENSE="MIT"
|
||||
|
||||
#wait for ~dev-ruby/sassc-rails
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="5"
|
||||
IUSE=""
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
DIST popper_js-2.11.5.gem 12288 BLAKE2B e273d2a28b1edf16a73371a70bb9e666529f91a6c312e37a1b15bd9b86185ee3f5f09e791831770574cc21b0d64dda7b549f3bccf69525ab84e30246e7736ad2 SHA512 1b229a2eb7b51e81a340b60fe6f49f4326e0feace1188be3425e4f8c63b82423db01bbe72fe844e245d2860b76897be68129e9efe689cdfc871b64c59d3df2ba
|
||||
DIST popper_js-2.9.3.gem 11776 BLAKE2B e7a4ca257eff130318a3d38cada4360e0ecc7705a8e5b5ee867fc3261b0f5e2d73032f166c294ac8e699f6323dc13d22c22f770fdd71d1d72578386459f28ec0 SHA512 ebfc09444ea85ebf95ed851d1bea0b37f220ac32a3da2e781811bd0ce0ae6879ccfcd12f9407aabef1174088869089f926d2cf1b3a2309b4c2a4a1733035cd26
|
||||
DIST popper_js-2.11.6.gem 12288 BLAKE2B b43522ff59df52c92263dfee0c54ed67b47dd8c1ccc1ceb2cd0a3d50aaed2c2d1474496c3c8d4a6874635fba8968013ee7f867ff6961c7975fa93fdad311cd96 SHA512 52aac8758c6bf61ee3ad57a2f814a56a9722ab1d61f6aed802d190980333f38d68d8da26648a927130e2291fb20a119311de73f9aa6193c4f0403d7f61663cfc
|
||||
|
|
|
|||
23
dev-ruby/popper_js/popper_js-2.11.6.ebuild
Normal file
23
dev-ruby/popper_js/popper_js-2.11.6.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
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=""
|
||||
Loading…
Reference in a new issue