summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-30 23:58:44 +0100
committerSam James <sam@gentoo.org>2023-03-31 01:50:45 +0100
commit2f85f2269f01d75b0af9a47f4dd54dcb4f796e14 (patch)
treebe7c745577f3923139287bf90dd6ef11f4ab6064 /dev-ruby/flog
parentdev-ruby/rexml: drop 3.2.5 (diff)
downloadgentoo-2f85f2269f01d75b0af9a47f4dd54dcb4f796e14.tar.gz
gentoo-2f85f2269f01d75b0af9a47f4dd54dcb4f796e14.tar.bz2
gentoo-2f85f2269f01d75b0af9a47f4dd54dcb4f796e14.zip
dev-ruby/flog: drop 4.6.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/flog')
-rw-r--r--dev-ruby/flog/Manifest1
-rw-r--r--dev-ruby/flog/flog-4.6.5.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest
index 0516585f24b2..ac87a44f3923 100644
--- a/dev-ruby/flog/Manifest
+++ b/dev-ruby/flog/Manifest
@@ -1,2 +1 @@
-DIST flog-4.6.5.gem 26624 BLAKE2B c1cf4377be7a2b9856e4f370b6a559ac1ebac6aba7da28bd6a27bb84fe8df613680cb7c96e3d30e42d30011b97309c60e7f4bec2c322bcc3b2ed8ad5f93172a1 SHA512 81eaf3871f6111b442fb82371720709073f00a17044885e85498e7f943e1c9f8b5345ae8ff06a56ff68db8919ee0e696284bf017b1e1e66d76419306bed90866
DIST flog-4.6.6.gem 26624 BLAKE2B 7643813d436ca516d60bbde6cefb18d561a1ffd6fde3586a7104450a96b6d363dc6b794620b41e8ffeffd831e252cf15d681b2fdf41acb3b3c0d0cb5b4e95c25 SHA512 0689f85de19eee0d992e094f43b74f2eaf08696cfdaab849760e5f017b83bd0acb538bd0a6d6289538ac5b7f888069e12507eb6139fa35532a310122c4412c64
diff --git a/dev-ruby/flog/flog-4.6.5.ebuild b/dev-ruby/flog/flog-4.6.5.ebuild
deleted file mode 100644
index b2b88b559e64..000000000000
--- a/dev-ruby/flog/flog-4.6.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-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"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-ruby_add_rdepend "
- dev-ruby/path_expander:1
- >dev-ruby/ruby_parser-3.1.0:3
- >=dev-ruby/sexp_processor-4.8:4"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_flog.rb || die
-}