Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.8-r1.ebuild ChangeLog
Date: Fri, 06 Apr 2012 18:26:34
Message-Id: 20120406182625.8B6002004B@flycatcher.gentoo.org
1 swift 12/04/06 18:26:25
2
3 Modified: cronie-1.4.8-r1.ebuild ChangeLog
4 Log:
5 Toggling SELinux support through USE=selinux (bug #403293)
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-process/cronie/cronie-1.4.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: cronie-1.4.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cronie-1.4.8-r1.ebuild 13 Feb 2012 17:44:06 -0000 1.3
23 +++ cronie-1.4.8-r1.ebuild 6 Apr 2012 18:26:25 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild,v 1.3 2012/02/13 17:44:06 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.8-r1.ebuild,v 1.4 2012/04/06 18:26:25 swift Exp $
29
30 EAPI="3"
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="ISC BSD BSD-2"
35 KEYWORDS="~amd64 ~arm ~sparc ~x86"
36 -IUSE="anacron inotify pam"
37 +IUSE="anacron inotify pam selinux"
38
39 DEPEND="pam? ( virtual/pam )
40 anacron? ( !sys-process/anacron )"
41 @@ -29,6 +29,7 @@
42 SPOOL_DIR="/var/spool/cron/crontabs" econf \
43 $(use_with inotify ) \
44 $(use_with pam ) \
45 + $(use_with selinux ) \
46 $(use_enable anacron ) \
47 --with-daemon_username=cron \
48 --with-daemon_groupname=cron \
49
50
51
52 1.24 sys-process/cronie/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.24&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.24&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.23&r2=1.24
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
61 retrieving revision 1.23
62 retrieving revision 1.24
63 diff -u -r1.23 -r1.24
64 --- ChangeLog 13 Feb 2012 17:44:06 -0000 1.23
65 +++ ChangeLog 6 Apr 2012 18:26:25 -0000 1.24
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sys-process/cronie
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.23 2012/02/13 17:44:06 polynomial-c Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.24 2012/04/06 18:26:25 swift Exp $
71 +
72 + 06 Apr 2012; <swift@g.o> cronie-1.4.8-r1.ebuild:
73 + Toggling SELinux support through USE=selinux (bug #403293)
74
75 13 Feb 2012; Lars Wendler <polynomial-c@g.o> cronie-1.4.8-r1.ebuild:
76 Don't add anacron to cron.daily