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: shoulda-2.11.3.ebuild ChangeLog
Date: Sun, 29 May 2011 07:08:13
Message-Id: 20110529070803.339A620054@flycatcher.gentoo.org
1 graaff 11/05/29 07:08:03
2
3 Modified: ChangeLog
4 Added: shoulda-2.11.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-ruby/shoulda/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 18 Feb 2011 07:10:54 -0000 1.11
24 +++ ChangeLog 29 May 2011 07:08:03 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/shoulda
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.11 2011/02/18 07:10:54 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.12 2011/05/29 07:08:03 graaff Exp $
30 +
31 +*shoulda-2.11.3 (29 May 2011)
32 +
33 + 29 May 2011; Hans de Graaff <graaff@g.o> +shoulda-2.11.3.ebuild:
34 + Version bump.
35
36 *shoulda-2.11.2 (18 Feb 2011)
37
38
39
40
41 1.1 dev-ruby/shoulda/shoulda-2.11.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: shoulda-2.11.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3.ebuild,v 1.1 2011/05/29 07:08:03 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ree18 ruby19 jruby"
55
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Making tests easy on the fingers and eyes"
62 HOMEPAGE="http://thoughtbot.com/projects/shoulda"
63 SRC_URI="https://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
64 S="${WORKDIR}/thoughtbot-${PN}-*"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
69 IUSE=""
70
71 # tests seem to be quite broken :( They require working version of
72 # various rails versions. There appear to be unit and matcher tests but
73 # they can't be run on their own.
74 RESTRICT=test