From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 24F2C138A2F for ; Mon, 25 Aug 2014 12:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A37FE0852; Mon, 25 Aug 2014 12:54:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B07FE0852 for ; Mon, 25 Aug 2014 12:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 705B533F3CC for ; Mon, 25 Aug 2014 12:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 182FF3E1F for ; Mon, 25 Aug 2014 12:54:31 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1408971253.bbc1b7d4fc7bf2ae466069e0516722b9832de650.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/subcommand/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/subcommand/ChangeLog dev-ruby/subcommand/metadata.xml dev-ruby/subcommand/subcommand-1.0.5.ebuild X-VCS-Directories: dev-ruby/subcommand/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: bbc1b7d4fc7bf2ae466069e0516722b9832de650 X-VCS-Branch: master Date: Mon, 25 Aug 2014 12:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 994ba0ec-3f97-49c0-ab92-a3a5cc342183 X-Archives-Hash: a8c836a035149481e88d21096d0222ed commit: bbc1b7d4fc7bf2ae466069e0516722b9832de650 Author: Manuel Rüger gentoo org> AuthorDate: Mon Aug 25 12:54:13 2014 +0000 Commit: Manuel Rüger gentoo 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 subcommand-1.0.5.ebuild: - Remove unneeded dependency. - -*subcommand-1.0.5 (15 Aug 2010) - - 15 Aug 2010; Hans de Graaff +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 @@ - - - - ruby - 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 -}