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/crack: ChangeLog crack-0.1.6.ebuild
Date: Mon, 01 Feb 2010 09:05:43
Message-Id: E1NbsE0-00077Y-GB@stork.gentoo.org
1 flameeyes 10/02/01 09:05:40
2
3 Modified: ChangeLog
4 Added: crack-0.1.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-ruby/crack/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/crack/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/crack/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/crack/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 28 Jan 2010 01:21:39 -0000 1.8
23 +++ ChangeLog 1 Feb 2010 09:05:39 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/crack
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.8 2010/01/28 01:21:39 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/ChangeLog,v 1.9 2010/02/01 09:05:39 flameeyes Exp $
29 +
30 +*crack-0.1.6 (01 Feb 2010)
31 +
32 + 01 Feb 2010; Diego E. Pettenò <flameeyes@g.o> +crack-0.1.6.ebuild:
33 + Version bump.
34
35 *crack-0.1.5 (28 Jan 2010)
36
37
38
39
40 1.1 dev-ruby/crack/crack-0.1.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/crack/crack-0.1.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/crack/crack-0.1.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: crack-0.1.6.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/crack/crack-0.1.6.ebuild,v 1.1 2010/02/01 09:05:39 flameeyes Exp $
50
51 EAPI="2"
52
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_DOCDIR="rdoc"
56 RUBY_FAKEGEM_EXTRADOC="README.rdoc History"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Really simple JSON and XML parsing, ripped from Merb and Rails."
61 HOMEPAGE="http://rubyforge.org/projects/crack"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/matchy"
69
70 all_ruby_prepare() {
71 # By default this gem wants to use the fork of matchy from the
72 # same author of itself, but we don't package that (as it's
73 # neither released on gemcutter nor tagged). On the other hand it
74 # works fine with the mcmire gem that we package as
75 # dev-ruby/matchy.
76 sed -i -e 's:jnunemaker-matchy:mcmire-matchy:' test/test_helper.rb || die
77 }