Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fcron: ChangeLog fcron-3.0.6-r1.ebuild fcron-3.0.6.ebuild
Date: Sun, 01 Aug 2010 17:03:08
Message-Id: 20100801161940.E157A2CE15@corvid.gentoo.org
1 flameeyes 10/08/01 16:19:40
2
3 Modified: ChangeLog fcron-3.0.6-r1.ebuild
4 Removed: fcron-3.0.6.ebuild
5 Log:
6 Remove old version and fix a message.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.82 sys-process/fcron/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 14 May 2010 11:11:07 -0000 1.81
23 +++ ChangeLog 1 Aug 2010 16:19:40 -0000 1.82
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-process/fcron
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.81 2010/05/14 11:11:07 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.82 2010/08/01 16:19:40 flameeyes Exp $
29 +
30 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o> -fcron-3.0.6.ebuild,
31 + fcron-3.0.6-r1.ebuild:
32 + Remove old version and fix a message.
33
34 *fcron-3.0.6-r1 (14 May 2010)
35
36
37
38
39 1.2 sys-process/fcron/fcron-3.0.6-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: fcron-3.0.6-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- fcron-3.0.6-r1.ebuild 14 May 2010 11:11:07 -0000 1.1
52 +++ fcron-3.0.6-r1.ebuild 1 Aug 2010 16:19:40 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild,v 1.1 2010/05/14 11:11:07 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild,v 1.2 2010/08/01 16:19:40 flameeyes Exp $
58
59 inherit cron pam eutils
60
61 @@ -216,7 +216,7 @@
62 chown fcron:fcron "${ROOT}"usr/bin/fcron{tab,dyn} >&/dev/null
63 chown ${rootuser:-root}:fcron "${ROOT}"usr/bin/fcronsighup >&/dev/null
64 chmod 6755 "${ROOT}"usr/bin/fcron{tab,dyn,sighup} >&/dev/null
65 - ewarn "Fixing permissions and ownership of ${ROOT}etc/{fcron,fcrontab,crontab}"
66 + ewarn "Fixing permissions and ownership of ${ROOT}etc/{fcron,crontab}"
67 chown -R ${rootuser:-root}:fcron "${ROOT}"etc/{fcron,crontab} >&/dev/null
68 chmod -R g+rX,o= "${ROOT}"etc/fcron "${ROOT}"etc/{fcron,crontab} >&/dev/null
69 ewarn