commit:     90940dab01f00cb89d72caef3b22eba8ed1f4766
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 20:22:10 2022 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 20:22:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90940dab

sys-process/systemd-cron: drop 1.5.17

Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 sys-process/systemd-cron/Manifest                  |  1 -
 .../systemd-cron/systemd-cron-1.5.17.ebuild        | 86 ----------------------
 2 files changed, 87 deletions(-)

diff --git a/sys-process/systemd-cron/Manifest 
b/sys-process/systemd-cron/Manifest
index 83968371fea8..139bd10ac7fa 100644
--- a/sys-process/systemd-cron/Manifest
+++ b/sys-process/systemd-cron/Manifest
@@ -1,3 +1,2 @@
 DIST systemd-cron-1.15.19.tar.gz 33234 BLAKE2B 
d03c7024f9e4e569086e60908b07255e59259bc90182e34897746e1477e1b59da1934f239ef7c673e5df52c1831f07b2e759aeb7c514ba23dbbbeb780cb08a7b
 SHA512 
90ddb3584550714a21e88a89e804511af434432b95398f325f547ee226499f8b73e153b9cdb611a11389baf434d12bc39414244b0e5e1d4565ceaac5db12b012
-DIST systemd-cron-1.5.17.tar.gz 32319 BLAKE2B 
763cccebcaf98998d0e787352b4d3f2bc28a7e6ef0e800fe937fb2971a5dd8af2d9880076eadb5c3eddc23957d9b6b824b87a7a8be59c241f402ad78abed248e
 SHA512 
20f93c108689efef5a72976509ffd567ed85dd1fada5074030018b5d560cc49f60337bdf888d1d75f6ce8b9b72e6314d754c78c19fa79d584740430e44240ef3
 DIST systemd-cron-1.5.18.tar.gz 33056 BLAKE2B 
a400d0169c2dcb68c91358bd2af70dca133749dab801dc87b4cdf05b8ccebe5e250466bfce93938e575aa2d832af9a4977be2f02767d2d808e45b11888277c95
 SHA512 
7de6a5d05ee1d73c5348ecedf6029b498b26e8cdeecce87b58f206a1719c4a90fba853eb99b860734174469c99c75a4a6fa33c13b4aac45fdc71de7f3231b9e3

diff --git a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild 
b/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild
deleted file mode 100644
index f80bf8b733c5..000000000000
--- a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
-inherit python-single-r1 systemd
-
-DESCRIPTION="systemd units to create timers for cron directories and crontab"
-HOMEPAGE="https://github.com/systemd-cron/systemd-cron/";
-SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> 
systemd-cron-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv sparc x86"
-IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid test yearly"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=sys-apps/systemd-217
-       sys-apps/debianutils
-       !sys-process/cronie[anacron]
-       !etc-crontab-systemd? ( !sys-process/dcron )
-       ${PYTHON_DEPS}
-       sys-process/cronbase"
-
-DEPEND="sys-process/cronbase
-       test? ( sys-apps/man-db dev-python/pyflakes )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-       python_fix_shebang --force "${S}/src/bin"
-
-       sed -i \
-               -e 's/^crontab/crontab-systemd/' \
-               -e 's/^CRONTAB/CRONTAB-SYSTEMD/' \
-               -- "${S}/src/man/crontab."{1,5}".in" || die
-
-       sed -i \
-               -e 's!/crontab$!/crontab-systemd!' \
-               -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \
-               -e 's/pyflakes3/pyflakes/' \
-               -- "${S}/Makefile.in" || die
-
-       if use etc-crontab-systemd
-       then    sed -i \
-                       -e "s!/etc/crontab!/etc/crontab-systemd!" \
-                       -- "${S}/src/man/crontab."{1,5}".in" \
-                       "${S}/src/bin/systemd-crontab-generator.py" || die
-       fi
-
-       eapply_user
-}
-
-my_use_enable() {
-       if use ${1}; then
-               echo --enable-${2:-${1}}=yes
-       else
-               echo --enable-${2:-${1}}=no
-       fi
-}
-
-src_configure() {
-       ./configure \
-               --prefix="${EPREFIX}/usr" \
-               --confdir="${EPREFIX}/etc" \
-               --runparts="${EPREFIX}/bin/run-parts" \
-               --mandir="${EPREFIX}/usr/share/man" \
-               --unitdir="$(systemd_get_systemunitdir)" \
-               --generatordir="$(systemd_get_systemgeneratordir)" \
-               $(my_use_enable cron-boot boot) \
-               $(my_use_enable minutely) \
-               $(my_use_enable runparts) \
-               $(my_use_enable yearly) \
-               $(my_use_enable yearly quarterly) \
-               $(my_use_enable yearly semi_annually) \
-               $(my_use_enable setgid) \
-               --enable-persistent=yes
-}
-
-pkg_postinst() {
-       elog "This package now supports USE=runparts which is enabled by 
default."
-       elog "This enables the traditional run-parts behavior."
-       elog "If you disable this flag you will get the new behavior of having"
-       elog "multiple jobs for each cron.* entry run in parallel with"
-       elog "separate services/logs/etc."
-}

Reply via email to