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/mocha: ChangeLog mocha-0.9.8-r2.ebuild
Date: Thu, 29 Jul 2010 02:24:03
Message-Id: 20100729022357.94D8F2CF37@corvid.gentoo.org
1 flameeyes 10/07/29 02:23:57
2
3 Modified: ChangeLog mocha-0.9.8-r2.ebuild
4 Log:
5 Move patch to dev.gentoo.org as it's quite big.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 dev-ruby/mocha/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 29 Jul 2010 02:15:32 -0000 1.20
22 +++ ChangeLog 29 Jul 2010 02:23:56 -0000 1.21
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/mocha
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.20 2010/07/29 02:15:32 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.21 2010/07/29 02:23:56 flameeyes Exp $
28 +
29 + 29 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
30 + mocha-0.9.8-r2.ebuild, -files/mocha-0.9.8+ruby-1.9.2.patch:
31 + Move patch to dev.gentoo.org as it's quite big.
32
33 29 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
34 mocha-0.9.8-r2.ebuild, +files/mocha-0.9.8+ruby-1.9.2.patch:
35
36
37
38 1.8 dev-ruby/mocha/mocha-0.9.8-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild?r1=1.7&r2=1.8
43
44 Index: mocha-0.9.8-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- mocha-0.9.8-r2.ebuild 29 Jul 2010 02:15:32 -0000 1.7
51 +++ mocha-0.9.8-r2.ebuild 29 Jul 2010 02:23:56 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild,v 1.7 2010/07/29 02:15:32 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.9.8-r2.ebuild,v 1.8 2010/07/29 02:23:56 flameeyes Exp $
57
58 EAPI=2
59 USE_RUBY="ruby18 ree18 ruby19 jruby"
60 @@ -15,6 +15,9 @@
61 DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock"
62 HOMEPAGE="http://mocha.rubyforge.org/"
63
64 +SRC_URI="${SRC_URI}
65 + http://dev.gentoo.org/~flameeyes/patches/${PN}/${P}+ruby-1.9.2.patch.bz2"
66 +
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
70 @@ -24,7 +27,7 @@
71 test? ( virtual/ruby-test-unit )
72 doc? ( dev-ruby/coderay )"
73
74 -RUBY_PATCHES=( "${FILESDIR}"/${P}+ruby-1.9.2.patch )
75 +RUBY_PATCHES=( "${DISTDIR}"/${P}+ruby-1.9.2.patch.bz2 )
76
77 all_ruby_compile() {
78 all_fakegem_compile