You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/dust/dust-0.1.7-r1.ebuild

29 lines
713 B

# 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-r1.ebuild,v 1.1 2013/10/09 01:54:45 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
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_test() {
${RUBY} -I. test/all_tests.rb || die
}