summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-05 01:13:02 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-05 01:13:02 +0000
commit3cbb69a5122b7289bdb2f94603b15d86e5fa9fcb (patch)
tree49b3046986c538d354bef6a053e9fd6bc9069ae6 /dev-ruby/rash
parentAdd ruby20 target. Cleanup old. (diff)
downloadgentoo-2-3cbb69a5122b7289bdb2f94603b15d86e5fa9fcb.tar.gz
gentoo-2-3cbb69a5122b7289bdb2f94603b15d86e5fa9fcb.tar.bz2
gentoo-2-3cbb69a5122b7289bdb2f94603b15d86e5fa9fcb.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rash')
-rw-r--r--dev-ruby/rash/ChangeLog5
-rw-r--r--dev-ruby/rash/rash-0.4.0.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/rash/ChangeLog b/dev-ruby/rash/ChangeLog
index 14c64eb41283..a242f63007bf 100644
--- a/dev-ruby/rash/ChangeLog
+++ b/dev-ruby/rash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rash
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.7 2013/10/09 01:20:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.8 2013/11/05 01:13:02 mrueg Exp $
+
+ 05 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -rash-0.4.0.ebuild:
+ Cleanup old.
*rash-0.4.0-r1 (09 Oct 2013)
diff --git a/dev-ruby/rash/rash-0.4.0.ebuild b/dev-ruby/rash/rash-0.4.0.ebuild
deleted file mode 100644
index 5c086f9eff23..000000000000
--- a/dev-ruby/rash/rash-0.4.0.ebuild
+++ /dev/null
@@ -1,27 +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/rash/rash-0.4.0.ebuild,v 1.1 2013/04/13 14:10:36 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rash is an extension to Hashie."
-HOMEPAGE="https://github.com/tcocca/rash"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/hashie-2.0.0"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die
-}