summaryrefslogtreecommitdiff
path: root/dev-ruby/dust
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-04-12 06:49:05 +0200
committerHans de Graaff <graaff@gentoo.org>2016-04-12 06:49:05 +0200
commit1f451d230d9c7c4e53bc00e72aa31f007703dde3 (patch)
treeea2d0838f88c520784693059a19d076e33aec131 /dev-ruby/dust
parentfd4f45f4f14c1fb50b238f9733e05bb94a455a43 (diff)
downloadgentoo-1f451d230d9c7c4e53bc00e72aa31f007703dde3.tar.gz
gentoo-1f451d230d9c7c4e53bc00e72aa31f007703dde3.tar.xz
dev-ruby/dust: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/dust')
-rw-r--r--dev-ruby/dust/dust-0.1.7-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/dust/dust-0.1.7-r1.ebuild b/dev-ruby/dust/dust-0.1.7-r1.ebuild
deleted file mode 100644
index 125fb0a1c79..00000000000
--- a/dev-ruby/dust/dust-0.1.7-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Descriptive block syntax definition for Test::Unit"
-HOMEPAGE="http://dust.rubyforge.org/"
-LICENSE="MIT"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-# Remove a long-obsolete rubygems method.
-all_ruby_prepare() {
- sed -i '/manage_gems/d' rakefile.rb || die "Unable to update rakefile.rb"
-}
-
-each_ruby_test() {
- ${RUBY} -I. test/all_tests.rb || die
-}