Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/systemu: metadata.xml systemu-1.2.0.ebuild ChangeLog
Date: Sat, 03 Jul 2010 12:08:47
Message-Id: 20100703120844.9F0642C621@corvid.gentoo.org
1 hollow 10/07/03 12:08:44
2
3 Added: metadata.xml systemu-1.2.0.ebuild ChangeLog
4 Log:
5 initial ebuild, thanks to Gábor Vészi
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-ruby/systemu/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>ruby</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-ruby/systemu/systemu-1.2.0.ebuild
25
26 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/systemu-1.2.0.ebuild?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/systemu-1.2.0.ebuild?rev=1.1&content-type=text/plain
28
29 Index: systemu-1.2.0.ebuild
30 ===================================================================
31 # Copyright 1999-2010 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/systemu-1.2.0.ebuild,v 1.1 2010/07/03 12:08:44 hollow Exp $
34
35 EAPI="2"
36 USE_RUBY="ruby18"
37
38 RUBY_FAKEGEM_TASK_DOC=""
39 RUBY_FAKEGEM_TASK_TEST=""
40
41 inherit ruby-fakegem
42
43 DESCRIPTION="Univeral capture of STDOUT and STDERR and handling of child process PID"
44 HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
45
46 LICENSE="Ruby"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86"
49 IUSE=""
50
51
52
53 1.1 dev-ruby/systemu/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/ChangeLog?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/systemu/ChangeLog?rev=1.1&content-type=text/plain
57
58 Index: ChangeLog
59 ===================================================================
60 # ChangeLog for dev-ruby/systemu
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/systemu/ChangeLog,v 1.1 2010/07/03 12:08:44 hollow Exp $
63
64 *systemu-1.2.0 (03 Jul 2010)
65
66 03 Jul 2010; Benedikt Böhm <hollow@g.o> +systemu-1.2.0.ebuild,
67 +metadata.xml:
68 initial ebuild, thanks to Gábor Vészi