Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
Date: Fri, 30 Aug 2013 09:24:02
Message-Id: 1377854622.e35dd80c46fbed7c265bc6744e6607d6daba5349.graaff@gentoo
1 commit: e35dd80c46fbed7c265bc6744e6607d6daba5349
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Aug 30 09:23:42 2013 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 09:23:42 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e35dd80c
7
8 rspec dependency is only needed for USE=test.
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 dev-ruby/ri_cal/ChangeLog | 3 +++
14 dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
18 index 79a924b..201b513 100644
19 --- a/dev-ruby/ri_cal/ChangeLog
20 +++ b/dev-ruby/ri_cal/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 30 Aug 2013; Hans de Graaff <graaff@g.o> ri_cal-0.8.8-r1.ebuild:
26 + rspec dependency is only needed for USE=test.
27 +
28 30 Aug 2013; Hans de Graaff <graaff@g.o> -ri_cal-0.8.8.ebuild:
29 Cleanup.
30
31
32 diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
33 index 58351ff..d4af045 100644
34 --- a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
35 +++ b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2012 Gentoo Foundation
38 +# Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41
42 @@ -29,7 +29,7 @@ RUBY_PATCHES=( ${P}-rails32.patch )
43 # versions of activesupport do this as well.
44 ruby_add_rdepend "dev-ruby/tzinfo"
45
46 -ruby_add_bdepend "dev-ruby/rspec:0"
47 +ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
48
49 each_ruby_test() {
50 ${RUBY} -S spec spec || die