summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2023-09-18 07:14:04 +0200
committerHans de Graaff <hans@degraaff.org>2023-09-18 07:14:04 +0200
commitf2ced3037d0e52bf81b6cffcd67506e36da420e7 (patch)
treeee532e3fcc02d5d7a3ace843d294655c4881e673
parentdev-ruby/bootstrap_form: add 5.3.2 (diff)
downloadgraaff-f2ced3037d0e52bf81b6cffcd67506e36da420e7.tar.gz
graaff-f2ced3037d0e52bf81b6cffcd67506e36da420e7.tar.bz2
graaff-f2ced3037d0e52bf81b6cffcd67506e36da420e7.zip
dev-ruby/bootstrap_form: drop 5.2.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r--dev-ruby/bootstrap_form/Manifest1
-rw-r--r--dev-ruby/bootstrap_form/bootstrap_form-5.2.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/bootstrap_form/Manifest b/dev-ruby/bootstrap_form/Manifest
index 83e5a2fe..4b7c8f5d 100644
--- a/dev-ruby/bootstrap_form/Manifest
+++ b/dev-ruby/bootstrap_form/Manifest
@@ -1,3 +1,2 @@
-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.2.2.ebuild b/dev-ruby/bootstrap_form/bootstrap_form-5.2.2.ebuild
deleted file mode 100644
index 6400d129..00000000
--- a/dev-ruby/bootstrap_form/bootstrap_form-5.2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31"
-
-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-5.2:*"