Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog
Date: Tue, 28 Dec 2010 08:08:43
Message-Id: 20101228080834.A1C8E20054@flycatcher.gentoo.org
1 grobian 10/12/28 08:08:34
2
3 Modified: ruby_parser-2.0.5.ebuild ChangeLog
4 Log:
5 Added Prefix keywords
6
7 (Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.4 dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?r1=1.3&r2=1.4
15
16 Index: ruby_parser-2.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ruby_parser-2.0.5.ebuild 23 Oct 2010 15:49:09 -0000 1.3
23 +++ ruby_parser-2.0.5.ebuild 28 Dec 2010 08:08:34 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.3 2010/10/23 15:49:09 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.4 2010/12/28 08:08:34 grobian Exp $
29
30 EAPI=2
31
32 @@ -21,7 +21,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
37 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
38 IUSE=""
39
40 ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"
41
42
43
44 1.18 dev-ruby/ruby_parser/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 23 Oct 2010 15:49:09 -0000 1.17
57 +++ ChangeLog 28 Dec 2010 08:08:34 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/ruby_parser
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.17 2010/10/23 15:49:09 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.18 2010/12/28 08:08:34 grobian Exp $
63 +
64 + 28 Dec 2010; Fabian Groffen <grobian@g.o> ruby_parser-2.0.5.ebuild:
65 + Added Prefix keywords
66
67 23 Oct 2010; Jeroen Roovers <jer@g.o> ruby_parser-2.0.4-r1.ebuild,
68 ruby_parser-2.0.5.ebuild: