Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/
Date: Mon, 02 Sep 2019 00:29:51
Message-Id: 1567384172.2b0a5a4f650ac45cdf3b79bfe9bae08578b3003f.mattst88@gentoo
1 commit: 2b0a5a4f650ac45cdf3b79bfe9bae08578b3003f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 00:29:01 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 00:29:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0a5a4f
7
8 sys-process/systemd-cron: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-process/systemd-cron/Manifest | 3 -
13 .../systemd-cron/systemd-cron-1.5.10.ebuild | 74 ----------------------
14 sys-process/systemd-cron/systemd-cron-1.5.3.ebuild | 74 ----------------------
15 sys-process/systemd-cron/systemd-cron-1.5.4.ebuild | 74 ----------------------
16 4 files changed, 225 deletions(-)
17
18 diff --git a/sys-process/systemd-cron/Manifest b/sys-process/systemd-cron/Manifest
19 index 7d7c2585b2c..054d8089a53 100644
20 --- a/sys-process/systemd-cron/Manifest
21 +++ b/sys-process/systemd-cron/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST systemd-cron-1.5.10.tar.gz 31191 BLAKE2B c58a0cfec82534baf3daba6f706d054347f3bc5a2d272eb003228b48fc58c9df61ed2045526403295aed3edc9a0c84eaa589c5aea66562bf35d531b4f5ffacd7 SHA512 9a4bbf78c81adf74e589cd9431b5742d5dab63b0346a2330403a7e24bdab62833096445d9fd3e5f6a91f722b3f8176e52734dcc5e2ee0ec23b555e6d01805094
24 DIST systemd-cron-1.5.12.tar.gz 31417 BLAKE2B d0776d2c4aa2d86289dd8ab5dade47f083ee7abc16f54c9527130f587049064d6100eaccd4a3a0a461d21ac8286910d3cb0590db14ea1d3a32e591b7ede0a59e SHA512 6f85cef0870cde5ff6b397fb640a30a8a567e09e3cac48456498f1f102395f12f174731ca9cc8e826bb6c49a0d3a6dd49a9aec63e7b75648b7dccfaa499dcea4
25 DIST systemd-cron-1.5.14.tar.gz 31634 BLAKE2B 59394128145dbd04a2b1bb10a6ac8821a97a465e3c0d43f3ca8fdfe60db273352d46b1200c966adaf772272835269c5c553b040cb0e0340ec56340181c9b7245 SHA512 772a4f8181a0f8039a8138fdc43bfe0f2bd89222fe19fa971727be265036f86435334d6230e116440f6969425fc6d59dc26e9cf230c00d030ea5d62ba351713c
26 -DIST systemd-cron-1.5.3.tar.gz 29105 BLAKE2B c7c95df9be0383aa39a8525d3a5179a04ef1edc77d6c0e34095eb0fe26045c139e4d0c340d6999405baa99d00181cc6c2fb14d87ad401a685aaf3ad7adb5e006 SHA512 ea0241f93b8d92497fa020d84630ee153dc299d9b16b17567784a4dcb5ddf0a4589e7e033428562a862218ef79b192245178df2d7dcc69f779ef9156921674c7
27 -DIST systemd-cron-1.5.4.tar.gz 30436 BLAKE2B 5ce72e30e68cafbf812690704de4841d0436a97e6a9df12802374a0ef7fe2af4294310e4c14c68d5aa2508c9664402c17dcacb7b6a637f7b83853d97c78c557f SHA512 e6fe60de9d6cbc223b8358bd6b1a060e11f1ea16a8f0b24662914ddb18d827f7b4c62fd40dbefed3d0ac38b1e748998ec5e0430d4ea751e8a20b94b9803bcb89
28
29 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild
30 deleted file mode 100644
31 index dc4017fa0a1..00000000000
32 --- a/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild
33 +++ /dev/null
34 @@ -1,74 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( pypy3 python3_{5,6} )
40 -inherit eutils python-single-r1 systemd
41 -
42 -DESCRIPTION="systemd units to create timers for cron directories and crontab"
43 -HOMEPAGE="https://github.com/systemd-cron/systemd-cron/"
44 -SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
50 -
51 -RDEPEND=">=sys-apps/systemd-217
52 - sys-apps/debianutils
53 - !etc-crontab-systemd? ( !sys-process/dcron )
54 - ${PYTHON_DEPS}
55 - sys-process/cronbase"
56 -
57 -DEPEND="sys-process/cronbase
58 - test? ( sys-apps/man-db dev-python/pyflakes )"
59 -
60 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
61 -
62 -src_prepare() {
63 - python_fix_shebang --force "${S}/src/bin"
64 -
65 - sed -i \
66 - -e 's/^crontab/crontab-systemd/' \
67 - -e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
68 - -- "${S}/src/man/crontab."{1,5}".in" || die
69 -
70 - sed -i \
71 - -e 's!/crontab$!/crontab-systemd!' \
72 - -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
73 - -e 's/pyflakes3/pyflakes/' \
74 - -- "${S}/Makefile.in" || die
75 -
76 - if use etc-crontab-systemd
77 - then sed -i \
78 - -e "s!/etc/crontab!/etc/crontab-systemd!" \
79 - -- "${S}/src/man/crontab."{1,5}".in" \
80 - "${S}/src/bin/systemd-crontab-generator.py" || die
81 - fi
82 -
83 - epatch_user
84 -}
85 -
86 -my_use_enable() {
87 - if use ${1}; then
88 - echo --enable-${2:-${1}}=yes
89 - else
90 - echo --enable-${2:-${1}}=no
91 - fi
92 -}
93 -
94 -src_configure() {
95 - ./configure \
96 - --prefix="${EPREFIX}/usr" \
97 - --confdir="${EPREFIX}/etc" \
98 - --runparts="${EPREFIX}/bin/run-parts" \
99 - --mandir="${EPREFIX}/usr/share/man" \
100 - --unitdir="$(systemd_get_unitdir)" \
101 - $(my_use_enable cron-boot boot) \
102 - $(my_use_enable minutely) \
103 - $(my_use_enable yearly) \
104 - $(my_use_enable yearly quarterly) \
105 - $(my_use_enable yearly semi_annually) \
106 - $(my_use_enable setgid) \
107 - --enable-persistent=yes
108 -}
109
110 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild
111 deleted file mode 100644
112 index eeecd44aa31..00000000000
113 --- a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild
114 +++ /dev/null
115 @@ -1,74 +0,0 @@
116 -# Copyright 1999-2019 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=5
120 -PYTHON_COMPAT=( pypy3 )
121 -inherit eutils python-single-r1 systemd
122 -
123 -DESCRIPTION="systemd units to create timers for cron directories and crontab"
124 -HOMEPAGE="https://github.com/systemd-cron/systemd-cron/"
125 -SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz"
126 -
127 -LICENSE="MIT"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~x86"
130 -IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
131 -
132 -RDEPEND=">=sys-apps/systemd-217
133 - sys-apps/debianutils
134 - !etc-crontab-systemd? ( !sys-process/dcron )
135 - ${PYTHON_DEPS}
136 - sys-process/cronbase"
137 -
138 -DEPEND="sys-process/cronbase
139 - test? ( sys-apps/man-db dev-python/pyflakes )"
140 -
141 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
142 -
143 -src_prepare() {
144 - python_fix_shebang --force "${S}/src/bin"
145 -
146 - sed -i \
147 - -e 's/^crontab/crontab-systemd/' \
148 - -e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
149 - -- "${S}/src/man/crontab."{1,5}".in" || die
150 -
151 - sed -i \
152 - -e 's!/crontab$!/crontab-systemd!' \
153 - -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
154 - -e 's/pyflakes3/pyflakes/' \
155 - -- "${S}/Makefile.in" || die
156 -
157 - if use etc-crontab-systemd
158 - then sed -i \
159 - -e "s!/etc/crontab!/etc/crontab-systemd!" \
160 - -- "${S}/src/man/crontab."{1,5}".in" \
161 - "${S}/src/bin/systemd-crontab-generator.py" || die
162 - fi
163 -
164 - epatch_user
165 -}
166 -
167 -my_use_enable() {
168 - if use ${1}; then
169 - echo --enable-${2:-${1}}=yes
170 - else
171 - echo --enable-${2:-${1}}=no
172 - fi
173 -}
174 -
175 -src_configure() {
176 - ./configure \
177 - --prefix="${EPREFIX}/usr" \
178 - --confdir="${EPREFIX}/etc" \
179 - --runparts="${EPREFIX}/bin/run-parts" \
180 - --mandir="${EPREFIX}/usr/share/man" \
181 - --unitdir="$(systemd_get_unitdir)" \
182 - $(my_use_enable cron-boot boot) \
183 - $(my_use_enable minutely) \
184 - $(my_use_enable yearly) \
185 - $(my_use_enable yearly quarterly) \
186 - $(my_use_enable yearly semi_annually) \
187 - $(my_use_enable setgid) \
188 - --enable-persistent=yes
189 -}
190
191 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild
192 deleted file mode 100644
193 index 96e862e9114..00000000000
194 --- a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild
195 +++ /dev/null
196 @@ -1,74 +0,0 @@
197 -# Copyright 1999-2019 Gentoo Authors
198 -# Distributed under the terms of the GNU General Public License v2
199 -
200 -EAPI=5
201 -PYTHON_COMPAT=( pypy3 python3_{5,6} )
202 -inherit eutils python-single-r1 systemd
203 -
204 -DESCRIPTION="systemd units to create timers for cron directories and crontab"
205 -HOMEPAGE="https://github.com/systemd-cron/systemd-cron/"
206 -SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz"
207 -
208 -LICENSE="MIT"
209 -SLOT="0"
210 -KEYWORDS="amd64 x86"
211 -IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
212 -
213 -RDEPEND=">=sys-apps/systemd-217
214 - sys-apps/debianutils
215 - !etc-crontab-systemd? ( !sys-process/dcron )
216 - ${PYTHON_DEPS}
217 - sys-process/cronbase"
218 -
219 -DEPEND="sys-process/cronbase
220 - test? ( sys-apps/man-db dev-python/pyflakes )"
221 -
222 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
223 -
224 -src_prepare() {
225 - python_fix_shebang --force "${S}/src/bin"
226 -
227 - sed -i \
228 - -e 's/^crontab/crontab-systemd/' \
229 - -e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
230 - -- "${S}/src/man/crontab."{1,5}".in" || die
231 -
232 - sed -i \
233 - -e 's!/crontab$!/crontab-systemd!' \
234 - -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
235 - -e 's/pyflakes3/pyflakes/' \
236 - -- "${S}/Makefile.in" || die
237 -
238 - if use etc-crontab-systemd
239 - then sed -i \
240 - -e "s!/etc/crontab!/etc/crontab-systemd!" \
241 - -- "${S}/src/man/crontab."{1,5}".in" \
242 - "${S}/src/bin/systemd-crontab-generator.py" || die
243 - fi
244 -
245 - epatch_user
246 -}
247 -
248 -my_use_enable() {
249 - if use ${1}; then
250 - echo --enable-${2:-${1}}=yes
251 - else
252 - echo --enable-${2:-${1}}=no
253 - fi
254 -}
255 -
256 -src_configure() {
257 - ./configure \
258 - --prefix="${EPREFIX}/usr" \
259 - --confdir="${EPREFIX}/etc" \
260 - --runparts="${EPREFIX}/bin/run-parts" \
261 - --mandir="${EPREFIX}/usr/share/man" \
262 - --unitdir="$(systemd_get_unitdir)" \
263 - $(my_use_enable cron-boot boot) \
264 - $(my_use_enable minutely) \
265 - $(my_use_enable yearly) \
266 - $(my_use_enable yearly quarterly) \
267 - $(my_use_enable yearly semi_annually) \
268 - $(my_use_enable setgid) \
269 - --enable-persistent=yes
270 -}