commit: 11631cbf4bb6a0d1e9880c39e44750cb45e02b48 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Oct 22 06:08:58 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 22 06:09:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11631cbf
dev-ruby/systemu: EAPI 8; add ruby30 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild new file mode 100644 index 00000000000..a3f274f773b --- /dev/null +++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +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 +}
