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: Sat, 13 Apr 2019 06:34:12
Message-Id: 1555137219.945dc8e9b9ea06690e6e72e94bb2ac4022271a95.graaff@gentoo
1 commit: 945dc8e9b9ea06690e6e72e94bb2ac4022271a95
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:25:05 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 06:33:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945dc8e9
7
8 dev-ruby/trollop: remove masked slot
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-1.16.2-r4.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
18 index d14f260e819..563a9380b8e 100644
19 --- a/dev-ruby/trollop/Manifest
20 +++ b/dev-ruby/trollop/Manifest
21 @@ -1,2 +1 @@
22 -DIST trollop-1.16.2.gem 22016 BLAKE2B 12d9ad62173bd53e542b4d8c61e7b5fa2116487d2f933b735d73fb101d85555498e497f53d4d6cb145c0970b297f3cfa048ece0e68ee7887ce4b53141993859f SHA512 ad99aa2c0c3b9a8ce7fe0e3f5fc1ab6f600dda5229cb5a15cdf2a3dcc6ffadb8e386a695eebc07b86742c7d62a99794e57e86263a6e03f3bd5f883ad9fe1959e
23 DIST trollop-2.1.3.gem 30208 BLAKE2B a5fd19679821c55459cf7792f3ec26b8580732e84107f7a3519dcbcf1729ce48567ca2d35346b3e27d3083a3b6cae160ded8c18a118cb04a7a6e60c82bd91e78 SHA512 4d172c6d75f40edb36c353d2e32afce10b012f02927772fa201256126f88c62adce39400225434a80fd678e1cad703e3d3f32cdeddd150287a44ff81a2fca819
24
25 diff --git a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild
26 deleted file mode 100644
27 index 4c4f499c326..00000000000
28 --- a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Trollop is a commandline option parser for Ruby"
43 -HOMEPAGE="http://trollop.rubyforge.org/"
44 -LICENSE="Ruby"
45 -
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -each_ruby_test() {
51 - ${RUBY} -I lib test/test_trollop.rb || die "Tests failed."
52 -}