summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-07-11 15:46:04 +0200
committerHans de Graaff <hans@degraaff.org>2024-07-11 15:46:04 +0200
commit7b89ef1ac5c6318ca4bbd6953f7118ebafa00827 (patch)
tree08994ab93676bceff824c9635535e24ff82c1492
parentdev-ruby/schulze-vote: drop 2.3.0 (diff)
downloadgraaff-7b89ef1ac5c6318ca4bbd6953f7118ebafa00827.tar.gz
graaff-7b89ef1ac5c6318ca4bbd6953f7118ebafa00827.tar.bz2
graaff-7b89ef1ac5c6318ca4bbd6953f7118ebafa00827.zip
dev-ruby/require_all: drop 3.0.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r--dev-ruby/require_all/require_all-3.0.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/require_all/require_all-3.0.0.ebuild b/dev-ruby/require_all/require_all-3.0.0.ebuild
deleted file mode 100644
index 49c7fd0f..00000000
--- a/dev-ruby/require_all/require_all-3.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A wonderfully simple way to load your code"
-HOMEPAGE="https://github.com/jarmo/require_all"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="$(ver_cut 1)"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i '/cov/I s:^:#: ; 1irequire "fileutils"' spec/spec_helper.rb || die
-}