aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/subcommand/ChangeLog13
-rw-r--r--dev-ruby/subcommand/Manifest14
-rw-r--r--dev-ruby/subcommand/metadata.xml5
-rw-r--r--dev-ruby/subcommand/subcommand-1.0.5.ebuild34
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-ruby/subcommand/ChangeLog b/dev-ruby/subcommand/ChangeLog
deleted file mode 100644
index 1849d92..0000000
--- a/dev-ruby/subcommand/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-ruby/subcommand
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 15 Aug 2010; Hans de Graaff <graaff@gentoo.org> subcommand-1.0.5.ebuild:
- Remove unneeded dependency.
-
-*subcommand-1.0.5 (15 Aug 2010)
-
- 15 Aug 2010; Hans de Graaff <graaff@gentoo.org> +subcommand-1.0.5.ebuild,
- +metadata.xml:
- Initial import for Palatina, requested by fauli.
-
diff --git a/dev-ruby/subcommand/Manifest b/dev-ruby/subcommand/Manifest
deleted file mode 100644
index 8a0b6d8..0000000
--- a/dev-ruby/subcommand/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST subcommand-1.0.5.gem 22016 RMD160 0c7c6c3a16d5b0af12973e50e06c7a195ad4376e SHA1 6727004540810304b41bb499d25d3c677ad0121f SHA256 fe6a205582c7b11cabde60cc78396ee457f355ff7862aceca243ddc799a61c13
-EBUILD subcommand-1.0.5.ebuild 841 RMD160 cdb99a00ef108e796d384ebe7da89dbacc6834f3 SHA1 3aae8d56e819a6cea73c0e0ade64f90ac6123f26 SHA256 a56e35209d11461b184f96a5a66f0c93d7343a76b02ff02c8e39fa291a3a5b5c
-MISC ChangeLog 404 RMD160 8a8912f0284c01da26a956a899962ae9a2b534ed SHA1 ceba9c6685b6fd7b612bda4be1efdb7ffaafe75d SHA256 2b4ebad76085382db1b78e903b097a1b09a3fe28dc7977f45827746d7c6078d0
-MISC metadata.xml 159 RMD160 eb364108353c7843cf1c01fba92129aaa46a0334 SHA1 0734f4c292968932afc57d0aa3a681c0b75b7bfc SHA256 abab7965b1f41e0acf6b54c554945c1c9fa35b5afab848d784dc58c298bc4679
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iF4EAREIAAYFAkxnppQACgkQZihJkut28SsFXAEAlZ9V9/gDj9CclyntRQrDf+2n
-TXwr3uA1sG/5mGYodDgA/RHmqIyB57fJ7zlElCdA4okCUdeWl0SasZgep06tnmpn
-=Yggt
------END PGP SIGNATURE-----
diff --git a/dev-ruby/subcommand/metadata.xml b/dev-ruby/subcommand/metadata.xml
deleted file mode 100644
index ed77b4f..0000000
--- a/dev-ruby/subcommand/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>ruby</herd>
-</pkgmetadata>
diff --git a/dev-ruby/subcommand/subcommand-1.0.5.ebuild b/dev-ruby/subcommand/subcommand-1.0.5.ebuild
deleted file mode 100644
index d707d0b..0000000
--- a/dev-ruby/subcommand/subcommand-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A tiny wrapper over ruby's awesome OptionParser (standard) which gives easy facility of subcommands."
-HOMEPAGE="http://subcommand.rubyforge.org/doc/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-# Tests fail. This should be reported and fixed before moving to main tree.
-RESTRICT="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/jeweler dev-ruby/yard )"
-
-# Tests currently run only against the current ruby interpreter. This
-# should be fixed before moving this to the main tree.
-each_ruby_test() {
- emake test || die
-}