Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/
Date: Sat, 02 Jan 2016 03:16:57
Message-Id: 1451705024.cb3636879e1fe4fec5c92fd166a3ab2b43fe3d1e.blueness@gentoo
1 commit: cb3636879e1fe4fec5c92fd166a3ab2b43fe3d1e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 03:23:44 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 03:23:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb363687
7
8 sys-process/fcron: version bump to 3.2.0
9
10 Package-Manager: portage-2.2.24
11
12 sys-process/fcron/Manifest | 1 +
13 sys-process/fcron/fcron-3.2.0.ebuild | 211 +++++++++++++++++++++++++++++++++++
14 2 files changed, 212 insertions(+)
15
16 diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest
17 index ece19da..8f3512a 100644
18 --- a/sys-process/fcron/Manifest
19 +++ b/sys-process/fcron/Manifest
20 @@ -1,2 +1,3 @@
21 DIST fcron-3.1.1.src.tar.gz 597094 SHA256 449e21f09f80bd419d87165ba15dad94ad8ab215b7946fcf805b5340f019e952 SHA512 ce20f0aee72521f809af2be13ba797e0f6ac65f12f7797e67a4db56c3b111d24c499c135ec1c948d8385ded415da25a258daf90051a75f603f7322c23dbca945 WHIRLPOOL e3f4d056dd9926629c7ea36de2d5d768f510f256c6cdf0b051baaf5fda776d6295dd8a3213c32765d871cd6bdfc8bbb0bc7b5b0ab1da42c78441e19458594abe
22 DIST fcron-3.1.2.src.tar.gz 592409 SHA256 1c9299baab86e2b141031193c98ccd2e1b52d97a023b45a9e80266372ab11a5d SHA512 14aec35031449bb8abb81bee781215a09a6cd1d8e08a002ca391ea84c05b9c1cd07ef383e4fc3ee4ae928b60ad75f3f91114a41336110283a07fab64dc770503 WHIRLPOOL 0ec40e9921c187d87247a2bd5b0f807dda6a780e313608ba5c0933d1c470313b9db7f6d5b0ff15b7a853e966bb738c4bbac1c80a54541f402c2c51044f53cca9
23 +DIST fcron-3.2.0.src.tar.gz 595408 SHA256 eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564 SHA512 97b200dfec02ca0aba76abf3cf71f54608fbadf46aa29d81d7316920fb1bebbba81d0118925f658cd9062f362b6075467c7f595e736b47616995a95958ae776b WHIRLPOOL 58cd9e7484181354518a53b99a2465608ba94001cf5908342b0e195b7436c0296b6a60a428f6d4136c65ce02644fa568e3a706962d76f6e59fcbe948b4bf0afc
24
25 diff --git a/sys-process/fcron/fcron-3.2.0.ebuild b/sys-process/fcron/fcron-3.2.0.ebuild
26 new file mode 100644
27 index 0000000..117234e
28 --- /dev/null
29 +++ b/sys-process/fcron/fcron-3.2.0.ebuild
30 @@ -0,0 +1,211 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +
37 +WANT_AUTOMAKE=none
38 +
39 +inherit cron pam eutils flag-o-matic user autotools systemd
40 +
41 +MY_P=${P/_/-}
42 +DESCRIPTION="A command scheduler with extended capabilities over cron and anacron"
43 +HOMEPAGE="http://fcron.free.fr/"
44 +SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
48 +IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
49 +
50 +DEPEND="selinux? ( sys-libs/libselinux )
51 + mta? ( virtual/mta )
52 + pam? ( virtual/pam )
53 + readline? ( sys-libs/readline:= )"
54 +
55 +# see bug 282214 for the reason to depend on bash
56 +RDEPEND="${DEPEND}
57 + app-shells/bash
58 + app-misc/editor-wrapper
59 + pam? ( sys-auth/pambase )"
60 +
61 +S="${WORKDIR}/${MY_P}"
62 +
63 +pkg_setup() {
64 + enewgroup fcron
65 + enewuser fcron -1 -1 -1 fcron
66 + rootuser=$(egetent passwd 0 | cut -d ':' -f 1)
67 + [[ ${rootuser} ]] || rootuser=root
68 + rootgroup=$(egetent group 0 | cut -d ':' -f 1)
69 + [[ ${rootgroup} ]] || rootgroup=root
70 +}
71 +
72 +src_prepare() {
73 + # respect LDFLAGS
74 + sed -i "s:\(@LIBS@\):\$(LDFLAGS) \1:" Makefile.in || die "sed failed"
75 +
76 + sed -i -e 's:/etc/fcrontab:/etc/fcron/fcrontab:' script/check_system_crontabs.sh || die
77 +
78 + epatch "${FILESDIR}"/${PN}-3.1.1-noreadline.patch
79 + eautoconf
80 +}
81 +
82 +src_configure() {
83 + local myconf
84 +
85 + # Don't try to pass --with-debug as it'll play with cflags as
86 + # well, and run foreground which is a _very_ nasty idea for
87 + # Gentoo.
88 + use debug && append-flags -DDEBUG
89 +
90 + # bindir is used just for calling fcronsighup
91 + econf \
92 + --with-cflags="${CFLAGS}" \
93 + --bindir=/usr/libexec \
94 + --sbindir=/usr/libexec \
95 + $(use_with pam) \
96 + $(use_with mta sendmail) \
97 + $(use_with selinux) \
98 + $(use_with readline) \
99 + --without-audit \
100 + --sysconfdir=/etc/fcron \
101 + --with-username=fcron \
102 + --with-groupname=fcron \
103 + --with-piddir=/var/run \
104 + --with-spooldir=/var/spool/fcron \
105 + --with-fifodir=/var/run \
106 + --with-fcrondyn=yes \
107 + --disable-checks \
108 + --with-editor=/usr/libexec/editor \
109 + --with-shell=/bin/sh \
110 + --without-db2man --without-dsssl-dir \
111 + --with-rootname=${rootuser} \
112 + --with-rootgroup=${rootgroup} \
113 + $(systemd_with_unitdir)
114 +}
115 +
116 +src_compile() {
117 + default
118 +
119 + # bug #216460
120 + sed -i \
121 + -e 's:/usr/local/etc/fcron:/etc/fcron/fcron:g' \
122 + -e 's:/usr/local/etc:/etc:g' \
123 + -e 's:/usr/local/:/usr/:g' \
124 + doc/*/*/*.{txt,1,5,8,html} \
125 + || die "unable to fix documentation references"
126 +}
127 +
128 +src_install() {
129 + keepdir /var/spool/fcron
130 +
131 + exeinto /usr/libexec
132 + doexe fcron fcronsighup
133 +
134 + dobin fcrondyn fcrontab
135 +
136 + insinto /etc/fcron
137 + doins files/fcron.{allow,deny,conf}
138 +
139 + if use system-crontab; then
140 + dosym fcrontab /usr/bin/crontab
141 +
142 + exeinto /usr/libexec
143 + newexe script/check_system_crontabs.sh check_system_crontabs
144 +
145 + insinto /etc/fcron
146 + newins "${FILESDIR}"/fcrontab.2 fcrontab
147 +
148 + fowners ${rootuser}:fcron /etc/fcron/fcrontab
149 + fperms 0640 /etc/fcron/fcrontab
150 +
151 + insinto /etc
152 + doins "${FILESDIR}"/crontab
153 + fi
154 +
155 + fowners fcron:fcron \
156 + /var/spool/fcron \
157 + /usr/bin/fcron{dyn,tab}
158 +
159 + # fcronsighup needs to be suid root, because it sends a HUP to the
160 + # running fcron daemon, but only has to be called by the fcron group
161 + # anyway
162 + fowners ${rootuser}:fcron \
163 + /usr/libexec/fcronsighup \
164 + /etc/fcron/fcron.{allow,deny,conf} \
165 + /etc/fcron
166 +
167 + fperms 6770 /var/spool/fcron
168 + fperms 6775 /usr/bin/fcron{dyn,tab}
169 +
170 + fperms 4710 /usr/libexec/fcronsighup
171 +
172 + fperms 0750 /etc/fcron
173 + fperms 0640 /etc/fcron/fcron.{allow,deny,conf}
174 +
175 + pamd_mimic system-services fcron auth account session
176 + cat > "${T}"/fcrontab.pam <<- EOF
177 + # Don't ask for the user's password; fcrontab will only allow to
178 + # change user if running as root.
179 + auth sufficient pam_permit.so
180 +
181 + # Still use the system-auth stack for account and session as the
182 + # sysadmin might have set up stuff properly, and also avoids
183 + # sidestepping limits (since fcrontab will run \$EDITOR).
184 + account include system-auth
185 + session include system-auth
186 + EOF
187 + newpamd "${T}"/fcrontab.pam fcrontab
188 +
189 + newinitd "${FILESDIR}"/fcron.init.3 fcron
190 + systemd_newunit "${S}/script/fcron.init.systemd" fcron.service
191 +
192 + dodoc MANIFEST VERSION "${FILESDIR}"/crontab \
193 + doc/en/txt/{readme,thanks,faq,todo,relnotes,changes}.txt
194 + newdoc files/fcron.conf fcron.conf.sample
195 + dohtml doc/en/HTML/*.html
196 + doman doc/en/man/*.{1,5,8}
197 +
198 + for lang in fr; do
199 + use linguas_${lang} || continue
200 +
201 + doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
202 + docinto html/${lang}
203 + dohtml doc/${lang}/HTML/*.html || die
204 + done
205 +}
206 +
207 +pkg_postinst() {
208 + elog "If it's the first time you install fcron make sure to execute"
209 + elog " emerge --config ${CATEGORY}/${PN}"
210 + elog "to configure the proper settings."
211 + if ! use system-crontab; then
212 + echo ""
213 + ewarn "Remember that fcron will *not* use /etc/cron.d in this configuration"
214 + echo ""
215 + fi
216 +}
217 +
218 +pkg_config() {
219 + if [[ $(fcrontab -l -u systab 2>/dev/null) ]]; then
220 + eerror "We're not going to make any change to your systab as long as"
221 + eerror "it contains data; please clear it before proceeding."
222 + return 1
223 + fi
224 +
225 + if use system-crontab; then
226 + elog "This is going to set up fcron to execute check_system_crontabs."
227 + elog "In this configuration, you're no longer free to edit the systab"
228 + elog "at your leisure, as it'll be rewritten the moment the crontabs"
229 + elog "are modified."
230 + /usr/libexec/check_system_crontabs -v -i -f
231 + else
232 + elog "This is going to set up fcron to set up a default systab that"
233 + elog "executes /etc/cron.{hourly,daily,weekly,monthly}."
234 + fcrontab -u systab - <<- EOF
235 + 0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
236 + 1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
237 + 15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
238 + 30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
239 + EOF
240 + fi
241 +}