summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-24 09:36:41 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-24 09:43:06 +0100
commitc52f87cfc8b08914b924146ca3d86c8e3a1df37f (patch)
tree8537290f7fa35c492fb4cdf7b4a308cd088438d0 /dev-ruby/naught
parentdev-ruby/memoize: cleanup (diff)
downloadgentoo-c52f87cfc8b08914b924146ca3d86c8e3a1df37f.tar.gz
gentoo-c52f87cfc8b08914b924146ca3d86c8e3a1df37f.tar.bz2
gentoo-c52f87cfc8b08914b924146ca3d86c8e3a1df37f.zip
dev-ruby/naught: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/naught')
-rw-r--r--dev-ruby/naught/naught-1.1.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/naught/naught-1.1.0.ebuild b/dev-ruby/naught/naught-1.1.0.ebuild
deleted file mode 100644
index 1be80b97e22e..000000000000
--- a/dev-ruby/naught/naught-1.1.0.ebuild
+++ /dev/null
@@ -1,24 +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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolkit for building Null Objects in Ruby"
-HOMEPAGE="https://github.com/avdi/naught"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}