summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:10:38 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:10:38 +0000
commit211a2203820167411c9f155bdf511aa4194eaef2 (patch)
treefff3080c25009435c6225e12e812385965a5fdbe /dev-ruby/systemu
parentalpha/arm/ia64/s390/sh/sparc stable wrt #320299 (diff)
downloadhistorical-211a2203820167411c9f155bdf511aa4194eaef2.tar.gz
historical-211a2203820167411c9f155bdf511aa4194eaef2.tar.bz2
historical-211a2203820167411c9f155bdf511aa4194eaef2.zip
initial ebuild, thanks to Gábor Vészi
Package-Manager: portage-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=""