summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-02-16 15:29:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-02-16 15:29:21 +0000
commit410fa759cd2428460ea4323b4d8740a0b2aeadc8 (patch)
tree63b68a6bcdcaafee1cb4e8ac6e5f7ccae9c3545a /dev-ruby/systemu
parentVersion bump (diff)
downloadgentoo-2-410fa759cd2428460ea4323b4d8740a0b2aeadc8.tar.gz
gentoo-2-410fa759cd2428460ea4323b4d8740a0b2aeadc8.tar.bz2
gentoo-2-410fa759cd2428460ea4323b4d8740a0b2aeadc8.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r--dev-ruby/systemu/ChangeLog7
-rw-r--r--dev-ruby/systemu/systemu-2.6.2.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog
index 6945912c749f..928c7ec6091b 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.19 2014/02/14 06:42:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.20 2014/02/16 15:29:21 mrueg Exp $
+
+*systemu-2.6.2 (16 Feb 2014)
+
+ 16 Feb 2014; Manuel Rüger <mrueg@gentoo.org> +systemu-2.6.2.ebuild:
+ Version bump.
*systemu-2.6.1 (14 Feb 2014)
diff --git a/dev-ruby/systemu/systemu-2.6.2.ebuild b/dev-ruby/systemu/systemu-2.6.2.ebuild
new file mode 100644
index 000000000000..bec1c8b05aac
--- /dev/null
+++ b/dev-ruby/systemu/systemu-2.6.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-2.6.2.ebuild,v 1.1 2014/02/16 15:29:21 mrueg Exp $
+
+EAPI=5
+# Test hangs on jruby
+USE_RUBY="ruby18 ruby19 ruby20 ruby21"
+
+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
+}