Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/
Date: Wed, 02 Mar 2022 00:41:41
Message-Id: 1646181681.92385cec5d5ea99e99f5e1b76b0df136a370b9af.rich0@gentoo
1 commit: 92385cec5d5ea99e99f5e1b76b0df136a370b9af
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 00:40:54 2022 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 00:41:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92385cec
7
8 sys-process/systemd-cron: bump
9
10 Closes: https://bugs.gentoo.org/832053
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
13
14 sys-process/systemd-cron/Manifest | 1 +
15 .../systemd-cron/systemd-cron-1.15.18.ebuild | 86 ++++++++++++++++++++++
16 2 files changed, 87 insertions(+)
17
18 diff --git a/sys-process/systemd-cron/Manifest b/sys-process/systemd-cron/Manifest
19 index 3f133fef4772..71e8779a3950 100644
20 --- a/sys-process/systemd-cron/Manifest
21 +++ b/sys-process/systemd-cron/Manifest
22 @@ -1,3 +1,4 @@
23 +DIST systemd-cron-1.15.18.tar.gz 33056 BLAKE2B a400d0169c2dcb68c91358bd2af70dca133749dab801dc87b4cdf05b8ccebe5e250466bfce93938e575aa2d832af9a4977be2f02767d2d808e45b11888277c95 SHA512 7de6a5d05ee1d73c5348ecedf6029b498b26e8cdeecce87b58f206a1719c4a90fba853eb99b860734174469c99c75a4a6fa33c13b4aac45fdc71de7f3231b9e3
24 DIST systemd-cron-1.5.14.tar.gz 31634 BLAKE2B 59394128145dbd04a2b1bb10a6ac8821a97a465e3c0d43f3ca8fdfe60db273352d46b1200c966adaf772272835269c5c553b040cb0e0340ec56340181c9b7245 SHA512 772a4f8181a0f8039a8138fdc43bfe0f2bd89222fe19fa971727be265036f86435334d6230e116440f6969425fc6d59dc26e9cf230c00d030ea5d62ba351713c
25 DIST systemd-cron-1.5.15.tar.gz 32334 BLAKE2B 7802f442a4ef3d4789f4ea0d534d5c52519313873fa53a43f036e9ffeb36eeec420ff9a5a952b4b7f2f57bfcaf733432e067483dd4984be60c12853ae83a1f9c SHA512 b1c79275b88cba63b69112085d93ba52ba4a2966bdcdc722bdcd69c0270fd02bab96b8045d9ab79781b8f54a79a2ece942d97a6faa7d0cb50c31a13364b7179d
26 DIST systemd-cron-1.5.17.tar.gz 32319 BLAKE2B 763cccebcaf98998d0e787352b4d3f2bc28a7e6ef0e800fe937fb2971a5dd8af2d9880076eadb5c3eddc23957d9b6b824b87a7a8be59c241f402ad78abed248e SHA512 20f93c108689efef5a72976509ffd567ed85dd1fada5074030018b5d560cc49f60337bdf888d1d75f6ce8b9b72e6314d754c78c19fa79d584740430e44240ef3
27
28 diff --git a/sys-process/systemd-cron/systemd-cron-1.15.18.ebuild b/sys-process/systemd-cron/systemd-cron-1.15.18.ebuild
29 new file mode 100644
30 index 000000000000..cbf442435aaf
31 --- /dev/null
32 +++ b/sys-process/systemd-cron/systemd-cron-1.15.18.ebuild
33 @@ -0,0 +1,86 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
39 +inherit python-single-r1 systemd
40 +
41 +DESCRIPTION="systemd units to create timers for cron directories and crontab"
42 +HOMEPAGE="https://github.com/systemd-cron/systemd-cron/"
43 +SRC_URI="https://github.com/systemd-cron/systemd-cron/archive/refs/tags/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
48 +IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid test yearly"
49 +RESTRICT="!test? ( test )"
50 +
51 +RDEPEND=">=sys-apps/systemd-217
52 + sys-apps/debianutils
53 + !sys-process/cronie[anacron]
54 + !etc-crontab-systemd? ( !sys-process/dcron )
55 + ${PYTHON_DEPS}
56 + sys-process/cronbase"
57 +
58 +DEPEND="sys-process/cronbase
59 + test? ( sys-apps/man-db dev-python/pyflakes )"
60 +
61 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
62 +
63 +src_prepare() {
64 + python_fix_shebang --force "${S}/src/bin"
65 +
66 + sed -i \
67 + -e 's/^crontab/crontab-systemd/' \
68 + -e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
69 + -- "${S}/src/man/crontab."{1,5}".in" || die
70 +
71 + sed -i \
72 + -e 's!/crontab$!/crontab-systemd!' \
73 + -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
74 + -e 's/pyflakes3/pyflakes/' \
75 + -- "${S}/Makefile.in" || die
76 +
77 + if use etc-crontab-systemd
78 + then sed -i \
79 + -e "s!/etc/crontab!/etc/crontab-systemd!" \
80 + -- "${S}/src/man/crontab."{1,5}".in" \
81 + "${S}/src/bin/systemd-crontab-generator.py" || die
82 + fi
83 +
84 + eapply_user
85 +}
86 +
87 +my_use_enable() {
88 + if use ${1}; then
89 + echo --enable-${2:-${1}}=yes
90 + else
91 + echo --enable-${2:-${1}}=no
92 + fi
93 +}
94 +
95 +src_configure() {
96 + ./configure \
97 + --prefix="${EPREFIX}/usr" \
98 + --confdir="${EPREFIX}/etc" \
99 + --runparts="${EPREFIX}/bin/run-parts" \
100 + --mandir="${EPREFIX}/usr/share/man" \
101 + --unitdir="$(systemd_get_systemunitdir)" \
102 + --generatordir="$(systemd_get_systemgeneratordir)" \
103 + $(my_use_enable cron-boot boot) \
104 + $(my_use_enable minutely) \
105 + $(my_use_enable runparts) \
106 + $(my_use_enable yearly) \
107 + $(my_use_enable yearly quarterly) \
108 + $(my_use_enable yearly semi_annually) \
109 + $(my_use_enable setgid) \
110 + --enable-persistent=yes
111 +}
112 +
113 +pkg_postinst() {
114 + elog "This package now supports USE=runparts which is enabled by default."
115 + elog "This enables the traditional run-parts behavior."
116 + elog "If you disable this flag you will get the new behavior of having"
117 + elog "multiple jobs for each cron.* entry run in parallel with"
118 + elog "separate services/logs/etc."
119 +}