diff options
author | 2023-09-18 07:13:51 +0200 | |
---|---|---|
committer | 2023-09-18 07:13:51 +0200 | |
commit | 881aa4eece09e2ba42fd19a5ceedd77c3639f5fd (patch) | |
tree | e71d97c80171a6db282ab97e6fdbc76554162d38 | |
parent | app-emacs/indent-bars: new package, add 0.2 (diff) | |
download | graaff-881aa4eece09e2ba42fd19a5ceedd77c3639f5fd.tar.gz graaff-881aa4eece09e2ba42fd19a5ceedd77c3639f5fd.tar.bz2 graaff-881aa4eece09e2ba42fd19a5ceedd77c3639f5fd.zip |
dev-ruby/bootstrap_form: add 5.3.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r-- | dev-ruby/bootstrap_form/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-ruby/bootstrap_form/Manifest b/dev-ruby/bootstrap_form/Manifest index ba90c86d..83e5a2fe 100644 --- a/dev-ruby/bootstrap_form/Manifest +++ b/dev-ruby/bootstrap_form/Manifest @@ -1,2 +1,3 @@ DIST bootstrap_form-5.2.2.gem 53760 BLAKE2B b946d5c56871e1ab93e518b7294cfc5023b916f54e5c738f48522439588b66d35bbf0ad886f9d26cd3fcbf6ea8e8ceeaf282cbee0d59e5ecc49e29c1488ab94c SHA512 d47ebf54ad3c910c54d5dec7b819d5bdd6690c153b1af44587c6563a88f3d2c33a3b2698398c07c2b7239d9bcaae752b95ff4120974675e5d5b03e77baf9a584 DIST bootstrap_form-5.2.3.gem 53760 BLAKE2B f95aca270d98267746e8807a16120281fb13600c33b941825635ca96a98059462ea11c1149d0c7bc602a19f8522d68337b2568a39845174421b6cfe126e44fe2 SHA512 3fcf7d68d62edc073b8577c57880e1cbc03fe818d86f980f0e931d25be741c9f7d38521716948f17ed89ecb7b82778b147292af415c8b170e3ad4271171b0854 +DIST bootstrap_form-5.3.2.gem 55808 BLAKE2B 8e1aa528f8aca982179fefaeae59615c04f14f82bfcb657c6d6659c0a1056c52f14391b6247e21f208459c24433dbf8fe46de6c39688873d97c6bf6da2177245 SHA512 93be16d0fb77e30f0fb2d2c352a4e78a286d73d50c11880cd061ecb5bf84a28404303c27ab1d97aebfe30fbf5082c1375c921cb8ad17ef8447d2a06be0408f78 diff --git a/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild b/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild new file mode 100644 index 00000000..aeb07cfd --- /dev/null +++ b/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="app" + +inherit ruby-fakegem + +DESCRIPTION="A rails form builder to create forms using Bootstrap 4" +HOMEPAGE="https://github.com/bootstrap-ruby/bootstrap_form" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="" + +# tests not included in gem, will also require custom setup to test +# various gemfiles. +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/rails-6.1:*" |