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