summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-12 10:58:55 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-12 10:58:55 +0000
commit19c94f326b9d6d6b0ffa5fb209c2a67ef5f997db (patch)
tree606fe41b8f3c60080fab95ec8bc139586cb8f08d /dev-ruby/dust
parentVersion bump KDE Telepathy 0.8.0. (diff)
downloadgentoo-2-19c94f326b9d6d6b0ffa5fb209c2a67ef5f997db.tar.gz
gentoo-2-19c94f326b9d6d6b0ffa5fb209c2a67ef5f997db.tar.bz2
gentoo-2-19c94f326b9d6d6b0ffa5fb209c2a67ef5f997db.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/dust')
-rw-r--r--dev-ruby/dust/ChangeLog5
-rw-r--r--dev-ruby/dust/dust-0.1.7.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/dust/ChangeLog b/dev-ruby/dust/ChangeLog
index 380cd1e486f9..21d03963af26 100644
--- a/dev-ruby/dust/ChangeLog
+++ b/dev-ruby/dust/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dust
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.15 2014/03/12 04:58:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.16 2014/03/12 10:58:55 mrueg Exp $
+
+ 12 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -dust-0.1.7.ebuild:
+ Cleanup old.
09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> dust-0.1.7-r1.ebuild:
x86 stable wrt bug #503552
diff --git a/dev-ruby/dust/dust-0.1.7.ebuild b/dev-ruby/dust/dust-0.1.7.ebuild
deleted file mode 100644
index 9697b3eb6901..000000000000
--- a/dev-ruby/dust/dust-0.1.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/dust-0.1.7.ebuild,v 1.3 2013/07/04 09:13:32 ago Exp $
-
-EAPI="4"
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Descriptive block syntax definition for Test::Unit."
-HOMEPAGE="http://dust.rubyforge.org/"
-LICENSE="MIT"
-SRC_URI="mirror://rubyforge/dust/${P}.gem"
-
-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"
-}
-
-each_ruby_test() {
- ${RUBY} -I. test/all_tests.rb || die
-}