summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-05 10:57:25 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-05 10:57:25 +0000
commit9ddbc8b7a438b7eb13de4ba557f8aa770b99cc67 (patch)
treebb451c7b094af7365a1ceeaf81686c2ca87a9572 /dev-ruby/dust
parentMarked ~hppa (bug #406941). (diff)
downloadgentoo-2-9ddbc8b7a438b7eb13de4ba557f8aa770b99cc67.tar.gz
gentoo-2-9ddbc8b7a438b7eb13de4ba557f8aa770b99cc67.tar.bz2
gentoo-2-9ddbc8b7a438b7eb13de4ba557f8aa770b99cc67.zip
Cleanup.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/dust')
-rw-r--r--dev-ruby/dust/ChangeLog5
-rw-r--r--dev-ruby/dust/dust-0.1.6-r2.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/dust/ChangeLog b/dev-ruby/dust/ChangeLog
index e9842449a1fd..b77fd7943741 100644
--- a/dev-ruby/dust/ChangeLog
+++ b/dev-ruby/dust/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dust
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.8 2012/07/26 19:16:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.9 2012/08/05 10:57:25 graaff Exp $
+
+ 05 Aug 2012; Hans de Graaff <graaff@gentoo.org> -dust-0.1.6-r2.ebuild:
+ Cleanup.
*dust-0.1.7 (26 Jul 2012)
diff --git a/dev-ruby/dust/dust-0.1.6-r2.ebuild b/dev-ruby/dust/dust-0.1.6-r2.ebuild
deleted file mode 100644
index 3ed9f531610d..000000000000
--- a/dev-ruby/dust/dust-0.1.6-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/dust-0.1.6-r2.ebuild,v 1.1 2011/12/24 01:38:14 flameeyes Exp $
-
-EAPI="4"
-USE_RUBY="ruby18 ree18"
-
-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_prepare() {
- sed -i '/manage_gems/d' rakefile.rb || die "Unable to update rakefile.rb"
-}