Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fcron: metadata.xml fcron-3.1.2-r2.ebuild ChangeLog
Date: Mon, 30 Sep 2013 16:34:01
Message-Id: 20130930163353.A65792004C@flycatcher.gentoo.org
1 zerochaos 13/09/30 16:33:53
2
3 Modified: metadata.xml fcron-3.1.2-r2.ebuild ChangeLog
4 Log:
5 add optional mta support, fixes build failure bug 484630 and related bug 481600
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.10 sys-process/fcron/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/metadata.xml?r1=1.9&r2=1.10
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/metadata.xml,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- metadata.xml 3 Mar 2013 16:28:06 -0000 1.9
23 +++ metadata.xml 30 Sep 2013 16:33:53 -0000 1.10
24 @@ -11,6 +11,9 @@
25 longer force foreground execution, and fcron will be able to run
26 as a service properly.
27 </flag>
28 + <flag name="mta">
29 + Enable mta support for sending emails from fcron
30 + </flag>
31 <flag name="pam">
32 Enable PAM support for fcron. This means that fcron will pass
33 through the "fcron" stack before executing the jobs, and
34
35
36
37 1.3 sys-process/fcron/fcron-3.1.2-r2.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild?r1=1.2&r2=1.3
42
43 Index: fcron-3.1.2-r2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- fcron-3.1.2-r2.ebuild 28 Sep 2013 19:51:10 -0000 1.2
50 +++ fcron-3.1.2-r2.ebuild 30 Sep 2013 16:33:53 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v 1.2 2013/09/28 19:51:10 ago Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v 1.3 2013/09/30 16:33:53 zerochaos Exp $
56
57 EAPI=5
58
59 @@ -15,9 +15,10 @@
60
61 LICENSE="GPL-2"
62 KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
63 -IUSE="debug pam selinux linguas_fr +system-crontab readline"
64 +IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
65
66 DEPEND="selinux? ( sys-libs/libselinux )
67 + mta? ( virtual/mta )
68 pam? ( virtual/pam )
69 readline? ( sys-libs/readline )"
70
71 @@ -62,6 +63,7 @@
72 --bindir=/usr/libexec \
73 --sbindir=/usr/libexec \
74 $(use_with pam) \
75 + $(use_with mta sendmail) \
76 $(use_with selinux) \
77 $(use_with readline) \
78 --without-audit \
79 @@ -74,7 +76,6 @@
80 --with-fcrondyn=yes \
81 --disable-checks \
82 --with-editor=/usr/libexec/editor \
83 - --with-sendmail=/usr/sbin/sendmail \
84 --with-shell=/bin/sh \
85 --without-db2man --without-dsssl-dir \
86 --with-rootname=${rootuser} \
87
88
89
90 1.115 sys-process/fcron/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.115&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.115&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.114&r2=1.115
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
99 retrieving revision 1.114
100 retrieving revision 1.115
101 diff -u -r1.114 -r1.115
102 --- ChangeLog 28 Sep 2013 19:51:10 -0000 1.114
103 +++ ChangeLog 30 Sep 2013 16:33:53 -0000 1.115
104 @@ -1,6 +1,11 @@
105 # ChangeLog for sys-process/fcron
106 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.114 2013/09/28 19:51:10 ago Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.115 2013/09/30 16:33:53 zerochaos Exp $
109 +
110 + 30 Sep 2013; Rick Farina <zerochaos@g.o> fcron-3.1.2-r2.ebuild,
111 + metadata.xml:
112 + add optional mta support, fixes build failure bug 484630 and related bug
113 + 481600
114
115 28 Sep 2013; Agostino Sarubbo <ago@g.o> fcron-3.1.2-r2.ebuild:
116 Stable for amd64, wrt bug #480120