diff options
author | Hans de Graaff <hans@degraaff.org> | 2024-11-10 10:14:41 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2024-11-10 10:14:41 +0100 |
commit | 16e767e8816e436e96924d8000e05394524296d3 (patch) | |
tree | afd278010b93249b4483b01f8acfb7845431cae4 | |
parent | dev-ruby/default_value_for: drop 3.4.0-r1 (diff) | |
download | graaff-16e767e8816e436e96924d8000e05394524296d3.tar.gz graaff-16e767e8816e436e96924d8000e05394524296d3.tar.bz2 graaff-16e767e8816e436e96924d8000e05394524296d3.zip |
dev-ruby/bootstrap_form: drop 5.2.3, 5.3.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r-- | dev-ruby/bootstrap_form/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/bootstrap_form/bootstrap_form-5.2.3.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-ruby/bootstrap_form/Manifest b/dev-ruby/bootstrap_form/Manifest index 8af412fb..40e68aa2 100644 --- a/dev-ruby/bootstrap_form/Manifest +++ b/dev-ruby/bootstrap_form/Manifest @@ -1,3 +1 @@ -DIST bootstrap_form-5.2.3.gem 53760 BLAKE2B f95aca270d98267746e8807a16120281fb13600c33b941825635ca96a98059462ea11c1149d0c7bc602a19f8522d68337b2568a39845174421b6cfe126e44fe2 SHA512 3fcf7d68d62edc073b8577c57880e1cbc03fe818d86f980f0e931d25be741c9f7d38521716948f17ed89ecb7b82778b147292af415c8b170e3ad4271171b0854 -DIST bootstrap_form-5.3.2.gem 55808 BLAKE2B 8e1aa528f8aca982179fefaeae59615c04f14f82bfcb657c6d6659c0a1056c52f14391b6247e21f208459c24433dbf8fe46de6c39688873d97c6bf6da2177245 SHA512 93be16d0fb77e30f0fb2d2c352a4e78a286d73d50c11880cd061ecb5bf84a28404303c27ab1d97aebfe30fbf5082c1375c921cb8ad17ef8447d2a06be0408f78 DIST bootstrap_form-5.4.0.gem 56832 BLAKE2B 2d4a6eb9f003415ac545f314efb4a9374ac3a896949daaa640b523ad8ab8d02f3f825abcd4ca7612d7c45653562076b04046b70f42d9acfe5a91bcfcd595789c SHA512 73220344a1f69c4cf0cea77d2020847c51b3ad81ed7973a7a3dbbccb6e2753035567f7a1bd05e07d53ebc31e4940bbc962ab9a0f0ada5df7f8727528fb8c6d1e diff --git a/dev-ruby/bootstrap_form/bootstrap_form-5.2.3.ebuild b/dev-ruby/bootstrap_form/bootstrap_form-5.2.3.ebuild deleted file mode 100644 index d441e4a6..00000000 --- a/dev-ruby/bootstrap_form/bootstrap_form-5.2.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby30 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.0:*" diff --git a/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild b/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild deleted file mode 100644 index aeb07cfd..00000000 --- a/dev-ruby/bootstrap_form/bootstrap_form-5.3.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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:*" |