summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-21 15:44:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-21 15:44:43 +0000
commit40e3e2f673462cf0a3483b5cc5b797d69170fdaf (patch)
tree7194a1798a568eacb4f839cc4347225fb2a4be55 /dev-ruby/crack/crack-0.1.6.ebuild
parentFix LICENSE. (diff)
downloadgentoo-2-40e3e2f673462cf0a3483b5cc5b797d69170fdaf.tar.gz
gentoo-2-40e3e2f673462cf0a3483b5cc5b797d69170fdaf.tar.bz2
gentoo-2-40e3e2f673462cf0a3483b5cc5b797d69170fdaf.zip
Version bump and old versions' cleanup.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/crack/crack-0.1.6.ebuild')
-rw-r--r--dev-ruby/crack/crack-0.1.6.ebuild31
1 files changed, 0 insertions, 31 deletions
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
-}