Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/trollop/
Date: Wed, 10 Apr 2019 06:24:41
Message-Id: 1554877470.6bd77790555ecc353fafc1842874b1321cb32164.graaff@gentoo
1 commit: 6bd77790555ecc353fafc1842874b1321cb32164
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 06:15:26 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 06:24:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd77790
7
8 dev-ruby/trollop: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/trollop/Manifest | 1 -
14 dev-ruby/trollop/trollop-2.1.2.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
18 index e5202dd34c6..d14f260e819 100644
19 --- a/dev-ruby/trollop/Manifest
20 +++ b/dev-ruby/trollop/Manifest
21 @@ -1,3 +1,2 @@
22 DIST trollop-1.16.2.gem 22016 BLAKE2B 12d9ad62173bd53e542b4d8c61e7b5fa2116487d2f933b735d73fb101d85555498e497f53d4d6cb145c0970b297f3cfa048ece0e68ee7887ce4b53141993859f SHA512 ad99aa2c0c3b9a8ce7fe0e3f5fc1ab6f600dda5229cb5a15cdf2a3dcc6ffadb8e386a695eebc07b86742c7d62a99794e57e86263a6e03f3bd5f883ad9fe1959e
23 -DIST trollop-2.1.2.gem 26112 BLAKE2B b8dd1540b7b50a8b587137306df5536a1402457621236a40086ec8e02a48ac0d6aaa1b6f8273ee0814438788f09564bc236031603f9b88bf9705d04cea940053 SHA512 afebe220119476fe3b992f430c79c9de06a6b5398f3ccf957bc0e3b3a1bcebd47a350a94882b3c46aa4db93c70002f3d4adabfe95d0338f14149545c7a9e8dc3
24 DIST trollop-2.1.3.gem 30208 BLAKE2B a5fd19679821c55459cf7792f3ec26b8580732e84107f7a3519dcbcf1729ce48567ca2d35346b3e27d3083a3b6cae160ded8c18a118cb04a7a6e60c82bd91e78 SHA512 4d172c6d75f40edb36c353d2e32afce10b012f02927772fa201256126f88c62adce39400225434a80fd678e1cad703e3d3f32cdeddd150287a44ff81a2fca819
25
26 diff --git a/dev-ruby/trollop/trollop-2.1.2.ebuild b/dev-ruby/trollop/trollop-2.1.2.ebuild
27 deleted file mode 100644
28 index 039dc93c5fc..00000000000
29 --- a/dev-ruby/trollop/trollop-2.1.2.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Trollop is a commandline option parser for Ruby"
45 -HOMEPAGE="http://manageiq.github.io/trollop/"
46 -LICENSE="MIT"
47 -
48 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 -SLOT="2"
50 -IUSE=""
51 -
52 -ruby_add_bdepend "test? ( dev-ruby/chronic )"
53 -
54 -each_ruby_test() {
55 - MUTANT=true ${RUBY} -Ilib:test test/test_trollop.rb || die "Tests failed."
56 -}