commit: bbc1b7d4fc7bf2ae466069e0516722b9832de650 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Aug 25 12:54:13 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Aug 25 12:54:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=bbc1b7d4
[dev-ruby/subcommand] Remove unmaintained gem. --- dev-ruby/subcommand/ChangeLog | 13 ----------- dev-ruby/subcommand/metadata.xml | 5 ----- dev-ruby/subcommand/subcommand-1.0.5.ebuild | 34 ----------------------------- 3 files changed, 52 deletions(-) diff --git a/dev-ruby/subcommand/ChangeLog b/dev-ruby/subcommand/ChangeLog deleted file mode 100644 index 1849d92..0000000 --- a/dev-ruby/subcommand/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for dev-ruby/subcommand -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 15 Aug 2010; Hans de Graaff <[email protected]> subcommand-1.0.5.ebuild: - Remove unneeded dependency. - -*subcommand-1.0.5 (15 Aug 2010) - - 15 Aug 2010; Hans de Graaff <[email protected]> +subcommand-1.0.5.ebuild, - +metadata.xml: - Initial import for Palatina, requested by fauli. - diff --git a/dev-ruby/subcommand/metadata.xml b/dev-ruby/subcommand/metadata.xml deleted file mode 100644 index ed77b4f..0000000 --- a/dev-ruby/subcommand/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>ruby</herd> -</pkgmetadata> 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 -}
