diff options
Diffstat (limited to 'dev-ruby/systemu/systemu-2.6.5.ebuild')
-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 -} |