From 40e3e2f673462cf0a3483b5cc5b797d69170fdaf Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sun, 21 Feb 2010 15:44:43 +0000 Subject: Version bump and old versions' cleanup. (Portage version: 2.2_rc63/cvs/Linux x86_64) --- dev-ruby/crack/crack-0.1.6.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-ruby/crack/crack-0.1.6.ebuild (limited to 'dev-ruby/crack/crack-0.1.6.ebuild') diff --git a/dev-ruby/crack/crack-0.1.6.ebuild b/dev-ruby/crack/crack-0.1.6.ebuild deleted file mode 100644 index 102996a802a4..000000000000 --- a/dev-ruby/crack/crack-0.1.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.1.6.ebuild,v 1.1 2010/02/01 09:05:39 flameeyes Exp $ - -EAPI="2" - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc History" - -inherit ruby-fakegem - -DESCRIPTION="Really simple JSON and XML parsing, ripped from Merb and Rails." -HOMEPAGE="http://rubyforge.org/projects/crack" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/matchy" - -all_ruby_prepare() { - # By default this gem wants to use the fork of matchy from the - # same author of itself, but we don't package that (as it's - # neither released on gemcutter nor tagged). On the other hand it - # works fine with the mcmire gem that we package as - # dev-ruby/matchy. - sed -i -e 's:jnunemaker-matchy:mcmire-matchy:' test/test_helper.rb || die -} -- cgit v1.2.3-65-gdbad