diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:08:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-26 09:16:56 +0100 |
commit | ff37993607c507e08b3cb8f9cfaeb20f4c15229d (patch) | |
tree | 969816f93d3aaeb400198a5a622a1365850cc3b9 /dev-ruby/systemu | |
parent | dev-ruby/stamp: cleanup (diff) | |
download | gentoo-ff37993607c507e08b3cb8f9cfaeb20f4c15229d.tar.gz gentoo-ff37993607c507e08b3cb8f9cfaeb20f4c15229d.tar.bz2 gentoo-ff37993607c507e08b3cb8f9cfaeb20f4c15229d.zip |
dev-ruby/systemu: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.5.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild deleted file mode 100644 index 019f7f6307b3..000000000000 --- a/dev-ruby/systemu/systemu-2.6.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID" -HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - dodoc -r samples -} |