summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-04-13 08:25:05 +0200
committerHans de Graaff <graaff@gentoo.org>2019-04-13 08:33:39 +0200
commit945dc8e9b9ea06690e6e72e94bb2ac4022271a95 (patch)
tree25eb9a1614979ac2c80e18eedcf5cb84cf55b833 /dev-ruby/trollop
parentdev-ruby/dotenv: cleanup (diff)
downloadgentoo-945dc8e9b9ea06690e6e72e94bb2ac4022271a95.tar.gz
gentoo-945dc8e9b9ea06690e6e72e94bb2ac4022271a95.tar.bz2
gentoo-945dc8e9b9ea06690e6e72e94bb2ac4022271a95.zip
dev-ruby/trollop: remove masked slot
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/trollop')
-rw-r--r--dev-ruby/trollop/Manifest1
-rw-r--r--dev-ruby/trollop/trollop-1.16.2-r4.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
index d14f260e8191..563a9380b8eb 100644
--- a/dev-ruby/trollop/Manifest
+++ b/dev-ruby/trollop/Manifest
@@ -1,2 +1 @@
-DIST trollop-1.16.2.gem 22016 BLAKE2B 12d9ad62173bd53e542b4d8c61e7b5fa2116487d2f933b735d73fb101d85555498e497f53d4d6cb145c0970b297f3cfa048ece0e68ee7887ce4b53141993859f SHA512 ad99aa2c0c3b9a8ce7fe0e3f5fc1ab6f600dda5229cb5a15cdf2a3dcc6ffadb8e386a695eebc07b86742c7d62a99794e57e86263a6e03f3bd5f883ad9fe1959e
DIST trollop-2.1.3.gem 30208 BLAKE2B a5fd19679821c55459cf7792f3ec26b8580732e84107f7a3519dcbcf1729ce48567ca2d35346b3e27d3083a3b6cae160ded8c18a118cb04a7a6e60c82bd91e78 SHA512 4d172c6d75f40edb36c353d2e32afce10b012f02927772fa201256126f88c62adce39400225434a80fd678e1cad703e3d3f32cdeddd150287a44ff81a2fca819
diff --git a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild b/dev-ruby/trollop/trollop-1.16.2-r4.ebuild
deleted file mode 100644
index 4c4f499c3261..000000000000
--- a/dev-ruby/trollop/trollop-1.16.2-r4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Trollop is a commandline option parser for Ruby"
-HOMEPAGE="http://trollop.rubyforge.org/"
-LICENSE="Ruby"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -I lib test/test_trollop.rb || die "Tests failed."
-}