commit:     118b96bd8ab5864a93741a12308fda462d8db681
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 09:03:42 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 05:45:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118b96bd

dev-ruby/optimist: drop 3.0.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/optimist/optimist-3.0.1.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/optimist/optimist-3.0.1.ebuild 
b/dev-ruby/optimist/optimist-3.0.1.ebuild
deleted file mode 100644
index 771101ea54d3..000000000000
--- a/dev-ruby/optimist/optimist-3.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A commandline option parser for Ruby that just gets out of your 
way"
-HOMEPAGE="https://manageiq.github.io/optimist/";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos 
~x64-solaris"
-SLOT="3"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/chronic )"
-
-all_ruby_prepare() {
-       sed -i -e '/bundle/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-       MUTANT=true ${RUBY} -S rake test || die "Tests failed."
-}

Reply via email to