Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rye: ChangeLog rye-0.8.14.ebuild
Date: Tue, 02 Mar 2010 07:24:00
Message-Id: E1NmMSQ-0007FF-13@stork.gentoo.org
1 graaff 10/03/02 07:23:54
2
3 Modified: ChangeLog
4 Added: rye-0.8.14.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/rye/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 14 Feb 2010 14:33:21 -0000 1.2
23 +++ ChangeLog 2 Mar 2010 07:23:53 -0000 1.3
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.2 2010/02/14 14:33:21 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.3 2010/03/02 07:23:53 graaff Exp $
29 +
30 +*rye-0.8.14 (02 Mar 2010)
31 +
32 + 02 Mar 2010; Hans de Graaff <graaff@g.o> +rye-0.8.14.ebuild:
33 + Version bump.
34
35 14 Feb 2010; Diego E. Pettenò <flameeyes@g.o> rye-0.8.13.ebuild:
36 Don't depend on tryouts since we're not going to run tests for now.
37
38
39
40 1.1 dev-ruby/rye/rye-0.8.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/rye-0.8.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rye/rye-0.8.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rye-0.8.14.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.14.ebuild,v 1.1 2010/03/02 07:23:53 graaff 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 }