Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: catalyst-2.0.12.2.ebuild ChangeLog catalyst-9999.ebuild
Date: Thu, 31 Jan 2013 15:01:49
Message-Id: 20130131150144.DD35A2171D@flycatcher.gentoo.org
1 jer 13/01/31 15:01:43
2
3 Modified: catalyst-2.0.12.2.ebuild ChangeLog
4 catalyst-9999.ebuild
5 Log:
6 Install catalyst-spec.5 by W. Trevor King (bug #454856).
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.3 dev-util/catalyst/catalyst-2.0.12.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild?r1=1.2&r2=1.3
16
17 Index: catalyst-2.0.12.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- catalyst-2.0.12.2.ebuild 2 Jan 2013 15:29:58 -0000 1.2
24 +++ catalyst-2.0.12.2.ebuild 31 Jan 2013 15:01:43 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.2 2013/01/02 15:29:58 zerochaos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.3 2013/01/31 15:01:43 jer Exp $
30
31 # catalyst-9999 -> latest Git
32 # catalyst-2.9999 -> catalyst_2 branch from Git
33 @@ -91,7 +91,7 @@
34 insinto /usr/share/doc/${PF}/examples
35 doins examples/* || die
36 dodoc README ChangeLog AUTHORS
37 - doman files/catalyst.1
38 + doman files/catalyst.1 files/catalyst-spec.5
39 # Here is where we actually enable ccache
40 use ccache && \
41 dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
42
43
44
45 1.259 dev-util/catalyst/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.259&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.259&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.258&r2=1.259
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
54 retrieving revision 1.258
55 retrieving revision 1.259
56 diff -u -r1.258 -r1.259
57 --- ChangeLog 2 Jan 2013 15:29:58 -0000 1.258
58 +++ ChangeLog 31 Jan 2013 15:01:43 -0000 1.259
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-util/catalyst
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.258 2013/01/02 15:29:58 zerochaos Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.259 2013/01/31 15:01:43 jer Exp $
64 +
65 + 31 Jan 2013; Jeroen Roovers <jer@g.o> catalyst-2.0.12.2.ebuild,
66 + catalyst-9999.ebuild:
67 + Install catalyst-spec.5 by W. Trevor King (bug #454856).
68
69 02 Jan 2013; Rick Farina <zerochaos@g.o> catalyst-2.0.12.2.ebuild:
70 fix stupid backticks in quote
71
72
73
74 1.25 dev-util/catalyst/catalyst-9999.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.25&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.25&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?r1=1.24&r2=1.25
79
80 Index: catalyst-9999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v
83 retrieving revision 1.24
84 retrieving revision 1.25
85 diff -u -r1.24 -r1.25
86 --- catalyst-9999.ebuild 14 Oct 2012 05:51:29 -0000 1.24
87 +++ catalyst-9999.ebuild 31 Jan 2013 15:01:43 -0000 1.25
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2012 Gentoo Foundation
90 +# Copyright 1999-2013 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.24 2012/10/14 05:51:29 mattst88 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.25 2013/01/31 15:01:43 jer Exp $
94
95 # catalyst-9999 -> latest Git
96 # catalyst-2.9999 -> catalyst_2 branch from Git
97 @@ -91,7 +91,7 @@
98 insinto /usr/share/doc/${PF}/examples
99 doins examples/* || die
100 dodoc README ChangeLog AUTHORS
101 - doman files/catalyst.1
102 + doman files/catalyst.1 files/catalyst-spec.5
103 # Here is where we actually enable ccache
104 use ccache && \
105 dosed 's:options="autoresume kern:options="autoresume ccache kern:' \