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/shoulda-context: ChangeLog shoulda-context-1.1.6.ebuild
Date: Thu, 28 Nov 2013 07:25:56
Message-Id: 20131128072542.8FC2B2004B@flycatcher.gentoo.org
1 graaff 13/11/28 07:25:42
2
3 Modified: ChangeLog
4 Added: shoulda-context-1.1.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.3 dev-ruby/shoulda-context/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 26 Nov 2013 19:42:20 -0000 1.2
24 +++ ChangeLog 28 Nov 2013 07:25:42 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/shoulda-context
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.2 2013/11/26 19:42:20 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.3 2013/11/28 07:25:42 graaff Exp $
30 +
31 +*shoulda-context-1.1.6 (28 Nov 2013)
32 +
33 + 28 Nov 2013; Hans de Graaff <graaff@g.o>
34 + +shoulda-context-1.1.6.ebuild:
35 + Version bump.
36
37 26 Nov 2013; Hans de Graaff <graaff@g.o> shoulda-context-1.1.4.ebuild:
38 Don't install the conversion script in /usr/bin to avoid file collisions with
39
40
41
42 1.1 dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shoulda-context-1.1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.1 2013/11/28 07:25:42 graaff Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby19 ruby20 jruby"
56
57 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
58 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="init.rb rails tasks"
61
62 # Don't install the conversion script to avoid collisions with older
63 # shoulda.
64 RUBY_FAKEGEM_BINWRAP=""
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Context framework extracted from Shoulda"
69 HOMEPAGE="http://thoughtbot.com/projects/shoulda"
70
71 LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~amd64"
74 IUSE="doc test"
75
76 ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )"
77
78 each_ruby_test() {
79 ruby-ng_testrb-2 -Itest test/shoulda/*_test.rb || die
80 }