aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-25 14:54:13 +0200
committerManuel Rüger <mrueg@gentoo.org>2014-08-25 14:54:13 +0200
commitbbc1b7d4fc7bf2ae466069e0516722b9832de650 (patch)
tree6fb351ba9b978b90fa7779f24ceddf7a2c283f4e /dev-ruby/subcommand/subcommand-1.0.5.ebuild
parent[app-admin/pwstore] Add DESC and HOMEPAGE. (diff)
downloadruby-overlay-bbc1b7d4fc7bf2ae466069e0516722b9832de650.tar.gz
ruby-overlay-bbc1b7d4fc7bf2ae466069e0516722b9832de650.tar.bz2
ruby-overlay-bbc1b7d4fc7bf2ae466069e0516722b9832de650.zip
[dev-ruby/subcommand] Remove unmaintained gem.
Diffstat (limited to 'dev-ruby/subcommand/subcommand-1.0.5.ebuild')
-rw-r--r--dev-ruby/subcommand/subcommand-1.0.5.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/subcommand/subcommand-1.0.5.ebuild b/dev-ruby/subcommand/subcommand-1.0.5.ebuild
deleted file mode 100644
index d707d0b..0000000
--- a/dev-ruby/subcommand/subcommand-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A tiny wrapper over ruby's awesome OptionParser (standard) which gives easy facility of subcommands."
-HOMEPAGE="http://subcommand.rubyforge.org/doc/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-# Tests fail. This should be reported and fixed before moving to main tree.
-RESTRICT="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler dev-ruby/yard )"
-
-# Tests currently run only against the current ruby interpreter. This
-# should be fixed before moving this to the main tree.
-each_ruby_test() {
- emake test || die
-}