summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:08:44 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:08:44 +0000
commita569f7f6ff6eec1542f94aa7bcc9155dc483a6c7 (patch)
tree3fd0c3edaa326ec146f1505c63e83642edae85fe /dev-ruby/systemu
parentinitial ebuild, thanks to Gábor Vészi (diff)
downloadgentoo-2-a569f7f6ff6eec1542f94aa7bcc9155dc483a6c7.tar.gz
gentoo-2-a569f7f6ff6eec1542f94aa7bcc9155dc483a6c7.tar.bz2
gentoo-2-a569f7f6ff6eec1542f94aa7bcc9155dc483a6c7.zip
initial ebuild, thanks to Gábor Vészi
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r--dev-ruby/systemu/ChangeLog10
-rw-r--r--dev-ruby/systemu/metadata.xml5
-rw-r--r--dev-ruby/systemu/systemu-1.2.0.ebuild19
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/systemu/ChangeLog b/dev-ruby/systemu/ChangeLog
new file mode 100644
index 000000000000..7d48e683de3b
--- /dev/null
+++ b/dev-ruby/systemu/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/systemu
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.1 2010/07/03 12:08:44 hollow Exp $
+
+*systemu-1.2.0 (03 Jul 2010)
+
+ 03 Jul 2010; Benedikt Böhm <hollow@gentoo.org> +systemu-1.2.0.ebuild,
+ +metadata.xml:
+ initial ebuild, thanks to Gábor Vészi
+
diff --git a/dev-ruby/systemu/metadata.xml b/dev-ruby/systemu/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/dev-ruby/systemu/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/systemu/systemu-1.2.0.ebuild b/dev-ruby/systemu/systemu-1.2.0.ebuild
new file mode 100644
index 000000000000..87a92481fad3
--- /dev/null
+++ b/dev-ruby/systemu/systemu-1.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-1.2.0.ebuild,v 1.1 2010/07/03 12:08:44 hollow Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Univeral 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=""