diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 20:01:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 20:01:19 +0000 |
commit | 11449c5474e40c1ed01c1a84939256016fea0f81 (patch) | |
tree | c39bb75dd02035b82a6fe006b568cd2eb4c796e8 /dev-ruby/systemu | |
parent | bup (diff) | |
download | gentoo-2-11449c5474e40c1ed01c1a84939256016fea0f81.tar.gz gentoo-2-11449c5474e40c1ed01c1a84939256016fea0f81.tar.bz2 gentoo-2-11449c5474e40c1ed01c1a84939256016fea0f81.zip |
Version bump. Add ruby22.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r-- | dev-ruby/systemu/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/systemu/systemu-2.6.5.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog index daab55e6b068..322edbf9866a 100644 --- a/dev-ruby/systemu/ChangeLog +++ b/dev-ruby/systemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/systemu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.24 2014/04/24 16:50:32 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.25 2015/03/27 20:01:19 mrueg Exp $ + +*systemu-2.6.5 (27 Mar 2015) + + 27 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +systemu-2.6.5.ebuild: + Version bump. Add ruby22. 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -systemu-2.6.0.ebuild: Cleanup old. diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild new file mode 100644 index 000000000000..191a4711791b --- /dev/null +++ b/dev-ruby/systemu/systemu-2.6.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.6.5.ebuild,v 1.1 2015/03/27 20:01:19 mrueg Exp $ + +EAPI=5 +# Test hangs on jruby +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +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 + + insinto /usr/share/doc/${PF} + doins -r samples +} |