Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/subcommand/
Date: Mon, 25 Aug 2014 12:54:36
Message-Id: 1408971253.bbc1b7d4fc7bf2ae466069e0516722b9832de650.mrueg@gentoo
1 commit: bbc1b7d4fc7bf2ae466069e0516722b9832de650
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 25 12:54:13 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 25 12:54:13 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=bbc1b7d4
7
8 [dev-ruby/subcommand] Remove unmaintained gem.
9
10 ---
11 dev-ruby/subcommand/ChangeLog | 13 -----------
12 dev-ruby/subcommand/metadata.xml | 5 -----
13 dev-ruby/subcommand/subcommand-1.0.5.ebuild | 34 -----------------------------
14 3 files changed, 52 deletions(-)
15
16 diff --git a/dev-ruby/subcommand/ChangeLog b/dev-ruby/subcommand/ChangeLog
17 deleted file mode 100644
18 index 1849d92..0000000
19 --- a/dev-ruby/subcommand/ChangeLog
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -# ChangeLog for dev-ruby/subcommand
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 15 Aug 2010; Hans de Graaff <graaff@g.o> subcommand-1.0.5.ebuild:
27 - Remove unneeded dependency.
28 -
29 -*subcommand-1.0.5 (15 Aug 2010)
30 -
31 - 15 Aug 2010; Hans de Graaff <graaff@g.o> +subcommand-1.0.5.ebuild,
32 - +metadata.xml:
33 - Initial import for Palatina, requested by fauli.
34 -
35
36 diff --git a/dev-ruby/subcommand/metadata.xml b/dev-ruby/subcommand/metadata.xml
37 deleted file mode 100644
38 index ed77b4f..0000000
39 --- a/dev-ruby/subcommand/metadata.xml
40 +++ /dev/null
41 @@ -1,5 +0,0 @@
42 -<?xml version="1.0" encoding="UTF-8"?>
43 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
44 -<pkgmetadata>
45 - <herd>ruby</herd>
46 -</pkgmetadata>
47
48 diff --git a/dev-ruby/subcommand/subcommand-1.0.5.ebuild b/dev-ruby/subcommand/subcommand-1.0.5.ebuild
49 deleted file mode 100644
50 index d707d0b..0000000
51 --- a/dev-ruby/subcommand/subcommand-1.0.5.ebuild
52 +++ /dev/null
53 @@ -1,34 +0,0 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -# $Header: $
57 -
58 -EAPI=2
59 -
60 -USE_RUBY="ruby18"
61 -
62 -RUBY_FAKEGEM_TASK_DOC="yard"
63 -RUBY_FAKEGEM_DOCDIR="doc"
64 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
65 -
66 -RUBY_FAKEGEM_TASK_TEST=""
67 -
68 -inherit ruby-fakegem
69 -
70 -DESCRIPTION="A tiny wrapper over ruby's awesome OptionParser (standard) which gives easy facility of subcommands."
71 -HOMEPAGE="http://subcommand.rubyforge.org/doc/"
72 -
73 -LICENSE="MIT"
74 -SLOT="0"
75 -KEYWORDS="~x86 ~amd64"
76 -IUSE=""
77 -
78 -# Tests fail. This should be reported and fixed before moving to main tree.
79 -RESTRICT="test"
80 -
81 -ruby_add_bdepend "doc? ( dev-ruby/jeweler dev-ruby/yard )"
82 -
83 -# Tests currently run only against the current ruby interpreter. This
84 -# should be fixed before moving this to the main tree.
85 -each_ruby_test() {
86 - emake test || die
87 -}