summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/naught/naught-1.0.0.ebuild')
-rw-r--r--dev-ruby/naught/naught-1.0.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/naught/naught-1.0.0.ebuild b/dev-ruby/naught/naught-1.0.0.ebuild
deleted file mode 100644
index 6f00286ff1d7..000000000000
--- a/dev-ruby/naught/naught-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-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 '/^if/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}