summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-21 20:40:38 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-21 20:40:38 +0200
commit980ce6f4f9be9c7ed95c3636cc4e82fb35d94477 (patch)
tree1f9827c74fe2abefb3671b7d3c4788bce34f9a4b /sys-process
parentsys-process/cronbase: use correct deps (diff)
downloadgentoo-980ce6f4f9be9c7ed95c3636cc4e82fb35d94477.tar.gz
gentoo-980ce6f4f9be9c7ed95c3636cc4e82fb35d94477.tar.bz2
gentoo-980ce6f4f9be9c7ed95c3636cc4e82fb35d94477.zip
sys-process/cronbase: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronbase/cronbase-0.3.7-r7.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-process/cronbase/cronbase-0.3.7-r7.ebuild b/sys-process/cronbase/cronbase-0.3.7-r7.ebuild
deleted file mode 100644
index 635c29bdff85..000000000000
--- a/sys-process/cronbase/cronbase-0.3.7-r7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Base for all cron ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-DEPEND="
- acct-group/cron
- acct-user/cron
-"
-
-src_install() {
- newsbin "${FILESDIR}"/run-crons-${PV} run-crons
-
- diropts -m0750
- keepdir /etc/cron.{hourly,daily,weekly,monthly}
-
- keepdir /var/spool/cron/lastrun
- diropts -m0750 -o root -g cron
- keepdir /var/spool/cron
-}