diff options
Diffstat (limited to 'dev-ruby/trollop/trollop-2.1.1.ebuild')
-rw-r--r-- | dev-ruby/trollop/trollop-2.1.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/trollop/trollop-2.1.1.ebuild b/dev-ruby/trollop/trollop-2.1.1.ebuild deleted file mode 100644 index c5a6764316ee..000000000000 --- a/dev-ruby/trollop/trollop-2.1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md" - -inherit ruby-fakegem - -DESCRIPTION="Trollop is a commandline option parser for Ruby" -HOMEPAGE="http://manageiq.github.io/trollop/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -SLOT="2" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/chronic )" - -each_ruby_test() { - MUTANT=true ${RUBY} -I lib test/test_trollop.rb || die "Tests failed." -} |