Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fcron: metadata.xml ChangeLog
Date: Fri, 27 Aug 2010 17:52:47
Message-Id: 20100827175244.582E020051@flycatcher.gentoo.org
1 zmedico 10/08/27 17:52:44
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Use valid atoms in flag restrict attributes.
6
7 (Portage version: 2.2_rc69_p73/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 sys-process/fcron/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?r1=1.5&r2=1.6
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/metadata.xml,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- metadata.xml 4 May 2010 11:44:37 -0000 1.5
23 +++ metadata.xml 27 Aug 2010 17:52:44 -0000 1.6
24 @@ -11,13 +11,13 @@
25 <email>flameeyes@g.o</email>
26 </maintainer>
27 <use>
28 - <flag name="debug" restrict="&lt;fcron-3.0.5">
29 + <flag name="debug" restrict="&lt;sys-process/fcron-3.0.5">
30 Enable debug code, output and allocation checks. Warning: in
31 ebuilds before 3.0.5, enabling this flag will prevent fcron from
32 running as a proper service.
33 </flag>
34
35 - <flag name="debug" restrict="&gt;=fcron-3.0.5">
36 + <flag name="debug" restrict="&gt;=sys-process/fcron-3.0.5">
37 Enable debug code and output. Since version 3.0.5 this will no
38 longer force foreground execution, and fcron will be able to run
39 as a service properly.
40
41
42
43 1.86 sys-process/fcron/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.86&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.86&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.85&r2=1.86
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
52 retrieving revision 1.85
53 retrieving revision 1.86
54 diff -u -r1.85 -r1.86
55 --- ChangeLog 18 Aug 2010 04:33:09 -0000 1.85
56 +++ ChangeLog 27 Aug 2010 17:52:44 -0000 1.86
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-process/fcron
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.85 2010/08/18 04:33:09 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.86 2010/08/27 17:52:44 zmedico Exp $
62 +
63 + 27 Aug 2010; Zac Medico <zmedico@g.o> metadata.xml:
64 + Use valid atoms in flag restrict attributes.
65
66 18 Aug 2010; Jeroen Roovers <jer@g.o> fcron-3.0.6-r1.ebuild:
67 Stable for HPPA (bug #330727).