summaryrefslogtreecommitdiff
path: root/dev-ruby/flog
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/flog')
-rw-r--r--dev-ruby/flog/Manifest2
-rw-r--r--dev-ruby/flog/flog-4.9.0.ebuild29
-rw-r--r--dev-ruby/flog/flog-4.9.1.ebuild29
3 files changed, 60 insertions, 0 deletions
diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 2b6b526378cf..9512c11bb877 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1 +1,3 @@
DIST flog-4.8.0.gem 27136 BLAKE2B 8d7da0df6435e2320f2ea78f405a57d0f3867ad12b42891bff2a0012c489d3b7b426fa6d9dfc7bbe81586d6766c00b66e0de20593b157f200180c304f562b230 SHA512 fedc774a62cc0550ce7b12e36fe1633813fce6d6f1efd9077ecddb465245ce9b22ac3e942370f36030107e038311fea382bbccef6ba006f013d828b4a7e1a68c
+DIST flog-4.9.0.gem 27648 BLAKE2B 852b5320fb5d72da045dcaf9859a62b4b5787feaf9390c633b6003295603274f38118634287d7f59147c80a3dd2517c2b4e22b6c33e9b6c7e629c15d8cb88de7 SHA512 d0e8acb30d5e6aa620a3b5ec7f4b86de57724b07cb3b676404c9d05d8173224867b3f75d9e58b3b143c2811b0e9574d7b7cdd98a402ddadf3150c71c2c0fb580
+DIST flog-4.9.1.gem 27648 BLAKE2B 1d35f03aa857f7f2b964aada830fa2e68e4dc55b0492c2b3cdc072df96b14e82d4f23caec32e09800d9a2e44f17d717cd1f31d9f990b8e5405b922ea7d291427 SHA512 0e192fa20272d9894f4461d7287b864f3e0869bff7be2ab1d52b17fd0841d454066c91e0912c09131b92f6460fb46028d47667dc456f495ab029513b31c35947
diff --git a/dev-ruby/flog/flog-4.9.0.ebuild b/dev-ruby/flog/flog-4.9.0.ebuild
new file mode 100644
index 000000000000..de9cadb2b4de
--- /dev/null
+++ b/dev-ruby/flog/flog-4.9.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain report"
+HOMEPAGE="https://ruby.sadi.st/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+ dev-ruby/path_expander:2
+ >=dev-ruby/prism-1.5:1
+ >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+ ${RUBY} -Ilib test/test_flog.rb || die
+}
diff --git a/dev-ruby/flog/flog-4.9.1.ebuild b/dev-ruby/flog/flog-4.9.1.ebuild
new file mode 100644
index 000000000000..927a6efcf2ef
--- /dev/null
+++ b/dev-ruby/flog/flog-4.9.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flog reports the most tortured code in an easy to read pain report"
+HOMEPAGE="https://ruby.sadi.st/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+ruby_add_rdepend "
+ dev-ruby/path_expander:2
+ >=dev-ruby/prism-1.7:1
+ >=dev-ruby/sexp_processor-4.8:4"
+
+each_ruby_test() {
+ ${RUBY} -Ilib test/test_flog.rb || die
+}