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