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: ChangeLog rye-0.9.0.ebuild
Date: Sun, 22 Aug 2010 14:06:32
Message-Id: 20100822140627.DB0842004E@flycatcher.gentoo.org
1 flameeyes 10/08/22 14:06:27
2
3 Modified: ChangeLog
4 Added: rye-0.9.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-ruby/rye/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rye/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rye/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 11 Jul 2010 19:21:30 -0000 1.10
23 +++ ChangeLog 22 Aug 2010 14:06:27 -0000 1.11
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.10 2010/07/11 19:21:30 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rye/ChangeLog,v 1.11 2010/08/22 14:06:27 flameeyes Exp $
29 +
30 +*rye-0.9.0 (22 Aug 2010)
31 +
32 + 22 Aug 2010; Diego E. Pettenò <flameeyes@g.o> +rye-0.9.0.ebuild:
33 + Version bump.
34
35 11 Jul 2010; Hans de Graaff <graaff@g.o> -rye-0.8.17.ebuild,
36 -rye-0.8.18.ebuild:
37
38
39
40 1.1 dev-ruby/rye/rye-0.9.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rye/rye-0.9.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rye/rye-0.9.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rye-0.9.0.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.9.0.ebuild,v 1.1 2010/08/22 14:06:27 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/annoy
79 dev-ruby/storable
80 dev-ruby/sysinfo"
81
82 #ruby_add_bdepend "test? ( dev-ruby/tryouts:2 )"
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/v${PV} -> ${PN}-git-${PV}.tgz"
92 #S="${WORKDIR}/delano-${PN}-*"
93
94 each_ruby_test() {
95 ${RUBY} -S try || die "tests failed"
96 }