summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-12-16 21:59:41 +0100
committerHans de Graaff <graaff@gentoo.org>2016-12-16 22:02:34 +0100
commit1b738b3efe1d62706a4ed6180d89c4aa6952465b (patch)
tree45f350f82d5c9fc0b3c0ada33c9164d8fb01c1e7 /dev-ruby/trollop
parentdev-ruby/ttfunk: add ruby23 (diff)
downloadgentoo-1b738b3efe1d62706a4ed6180d89c4aa6952465b.tar.gz
gentoo-1b738b3efe1d62706a4ed6180d89c4aa6952465b.tar.bz2
gentoo-1b738b3efe1d62706a4ed6180d89c4aa6952465b.zip
dev-ruby/trollop: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/trollop')
-rw-r--r--dev-ruby/trollop/Manifest1
-rw-r--r--dev-ruby/trollop/trollop-2.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
index b278b1eadf38..99bf5069f550 100644
--- a/dev-ruby/trollop/Manifest
+++ b/dev-ruby/trollop/Manifest
@@ -1,3 +1,2 @@
DIST trollop-1.16.2.gem 22016 SHA256 8f96479851ce7c5b6c33dcce2ed13d34e5786f2b22bde4e680c608de40ba393b SHA512 ad99aa2c0c3b9a8ce7fe0e3f5fc1ab6f600dda5229cb5a15cdf2a3dcc6ffadb8e386a695eebc07b86742c7d62a99794e57e86263a6e03f3bd5f883ad9fe1959e WHIRLPOOL b6144aa7f9ab2ec62e4f7d01681d0c04445a5a45749abef6d07502ff37bdf9a93b46acaf31936e9cc2d0eaa236723f8685a99f41077235d649a6a49698410dbf
-DIST trollop-2.0.gem 22528 SHA256 1f3eed108cf6dbceedf5a548b07ae788dc57893333a06b7aaab2a8d3d599e547 SHA512 325a58ffb1dae96a51497e671b3237e4ae15b46837a74f787f27e5419bf76e9870de407fe0004b6cf489f038cea44e7feed3a83e92f89d68587436c59fb62da0 WHIRLPOOL 9a2527fb42282724f997a7d9527daf89852bedc464e5f6aac614b6fed61abab0df82976cc254458527839ae697c2372e7978b22326bcfe8728e62d068d8d9cc9
DIST trollop-2.1.2.gem 26112 SHA256 88422e8137b1e635ed07f6b8480c2c2a16d3ac1288023688c4da20d786f12510 SHA512 afebe220119476fe3b992f430c79c9de06a6b5398f3ccf957bc0e3b3a1bcebd47a350a94882b3c46aa4db93c70002f3d4adabfe95d0338f14149545c7a9e8dc3 WHIRLPOOL 1736490b908bb7be2206fcaed4afdded18255647e90b9519c7214a044b49c00f78d0b614107388a99a19d3ba74839ae2ffb3266e48f650b5eab0c99adbae610a
diff --git a/dev-ruby/trollop/trollop-2.0.ebuild b/dev-ruby/trollop/trollop-2.0.ebuild
deleted file mode 100644
index e3bd61f0a43b..000000000000
--- a/dev-ruby/trollop/trollop-2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-SLOT="2"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -I lib test/test_trollop.rb || die "Tests failed."
-}