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/hoe: hoe-2.6.1.ebuild ChangeLog
Date: Sat, 28 Aug 2010 07:42:27
Message-Id: 20100828074222.2320720051@flycatcher.gentoo.org
1 graaff 10/08/28 07:42:22
2
3 Modified: hoe-2.6.1.ebuild ChangeLog
4 Log:
5 Fix file ordering issues with tests, fixing bug 323059.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-ruby/hoe/hoe-2.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild?r1=1.3&r2=1.4
14
15 Index: hoe-2.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- hoe-2.6.1.ebuild 18 Aug 2010 11:05:02 -0000 1.3
22 +++ hoe-2.6.1.ebuild 28 Aug 2010 07:42:22 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v 1.3 2010/08/18 11:05:02 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v 1.4 2010/08/28 07:42:22 graaff Exp $
28
29 EAPI=2
30 USE_RUBY="ruby18 ree18 ruby19 jruby"
31 @@ -22,6 +22,8 @@
32 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
33 IUSE=""
34
35 +RUBY_PATCHES=( "${P}-test-file-ordering.patch" )
36 +
37 # - also requires dev-ruby/hoe-seattlerb for 1.9;
38 # - dev-ruby/gemcutter is an optional dependency at both runtime and
39 # test-time, at least for us;
40
41
42
43 1.89 dev-ruby/hoe/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.89&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.89&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.88&r2=1.89
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
52 retrieving revision 1.88
53 retrieving revision 1.89
54 diff -u -r1.88 -r1.89
55 --- ChangeLog 22 Aug 2010 16:40:40 -0000 1.88
56 +++ ChangeLog 28 Aug 2010 07:42:22 -0000 1.89
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-ruby/hoe
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.88 2010/08/22 16:40:40 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.89 2010/08/28 07:42:22 graaff Exp $
62 +
63 + 28 Aug 2010; Hans de Graaff <graaff@g.o> hoe-2.6.1.ebuild,
64 + +files/hoe-2.6.1-test-file-ordering.patch:
65 + Fix file ordering issues with tests, fixing bug 323059.
66
67 22 Aug 2010; Diego E. Pettenò <flameeyes@g.o> hoe-2.6.0-r1.ebuild:
68 Remove ruby19/ree18 support from 2.6.0-r1 so that it can be marked stable.