Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/parser: parser-2.2.0_pre4.ebuild ChangeLog
Date: Thu, 04 Sep 2014 01:50:22
Message-Id: 20140904015018.C16C74A53@oystercatcher.gentoo.org
1 mrueg 14/09/04 01:50:18
2
3 Modified: parser-2.2.0_pre4.ebuild ChangeLog
4 Log:
5 Fix typo.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 dev-ruby/parser/parser-2.2.0_pre4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild?r1=1.1&r2=1.2
15
16 Index: parser-2.2.0_pre4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- parser-2.2.0_pre4.ebuild 4 Sep 2014 01:36:11 -0000 1.1
23 +++ parser-2.2.0_pre4.ebuild 4 Sep 2014 01:50:18 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild,v 1.1 2014/09/04 01:36:11 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0_pre4.ebuild,v 1.2 2014/09/04 01:50:18 mrueg Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 ruby21"
32
33 RUBY_FAKEGEM_RECIPE_DOC="yard"
34 -RUBY_FAKGEM_TASK_TEST="test"
35 +RUBY_FAKEGEM_TASK_TEST="test"
36 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
37
38 RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
39
40
41
42 1.2 dev-ruby/parser/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 4 Sep 2014 01:36:11 -0000 1.1
55 +++ ChangeLog 4 Sep 2014 01:50:18 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-ruby/parser
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.1 2014/09/04 01:36:11 mrueg Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.2 2014/09/04 01:50:18 mrueg Exp $
61 +
62 + 04 Sep 2014; Manuel RĂ¼ger <mrueg@g.o> parser-2.2.0_pre4.ebuild:
63 + Fix typo.
64
65 *parser-2.2.0_pre4 (04 Sep 2014)