27 lines
696 B
Bash
27 lines
696 B
Bash
# Copyright 1999-2010 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-r1.ebuild,v 1.3 2010/07/21 12:55:08 fauli Exp $
|
|
|
|
EAPI="2"
|
|
USE_RUBY="ruby18"
|
|
|
|
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"
|
|
}
|