Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rye: rye-0.8.15.ebuild ChangeLog
Date: Sun, 04 Apr 2010 18:26:02
Message-Id: E1NyUWG-0007en-2w@stork.gentoo.org
1 flameeyes 10/04/04 18:26:00
2
3 Modified: ChangeLog
4 Added: rye-0.8.15.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/rye/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 2 Mar 2010 07:23:53 -0000 1.3
23 +++ ChangeLog 4 Apr 2010 18:25:59 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/rye
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.3 2010/03/02 07:23:53 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.4 2010/04/04 18:25:59 flameeyes Exp $
29 +
30 +*rye-0.8.15 (04 Apr 2010)
31 +
32 + 04 Apr 2010; Diego E. Pettenò <flameeyes@g.o> +rye-0.8.15.ebuild:
33 + Version bump.
34
35 *rye-0.8.14 (02 Mar 2010)
36
37
38
39
40 1.1 dev-ruby/rye/rye-0.8.15.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/rye-0.8.15.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/rye-0.8.15.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rye-0.8.15.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/rye-0.8.15.ebuild,v 1.1 2010/04/04 18:25:59 flameeyes Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18 ruby19"
54
55 RUBY_FAKEGEM_TASK_TEST=""
56
57 RUBY_FAKEGEM_TASK_DOC="rdoc"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
60
61 RUBY_FAKEGEM_BINWRAP=""
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Safely run SSH commands on a bunch of machines at the same time"
66 HOMEPAGE="http://solutious.com/"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 ruby_add_rdepend "
74 >=dev-ruby/net-scp-1.0.2
75 >=dev-ruby/net-ssh-2.0.13
76 >=dev-ruby/highline-1.5.1
77 >=dev-ruby/sysinfo-0.7.0
78 dev-ruby/storable
79 dev-ruby/sysinfo
80 dev-ruby/drydock"
81
82 #ruby_add_bdepend test dev-ruby/tryouts
83
84 # Tests require local login to the system, which means either root or
85 # portage users should have ssh access. This is definitely a no-go
86 RESTRICT=test
87
88 # Tests are not in the released gem, but since we don't run them we
89 # don't need the whole sources as it is.
90
91 #SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
92 #S="${WORKDIR}/delano-${PN}-d8996da"
93
94 each_ruby_test() {
95 ${RUBY} -S sergeant || die "tests failed"
96 }