commit:     f2fdc51daef46a17300fc7a5638d00cc13313e0d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 06:12:03 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 06:24:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fdc51d

dev-ruby/mocha: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/mocha/mocha-0.14.0.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/mocha/mocha-0.14.0.ebuild 
b/dev-ruby/mocha/mocha-0.14.0.ebuild
deleted file mode 100644
index 3fce5d0153a..00000000000
--- a/dev-ruby/mocha/mocha-0.14.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="MOCHA_NO_DOCS=true test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/";
-
-LICENSE="MIT"
-SLOT="0.14"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
-IUSE=""
-
-ruby_add_bdepend "
-       test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "dev-ruby/metaclass" #metaclass ~> 0.0.1
-
-all_ruby_prepare() {
-       sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-       sed -i -e '20irequire "mocha/setup"' test/test_helper.rb || die
-}

Reply via email to