From b49088575eb777ced2551f484da86317332d6087 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jul 2021 02:11:45 +0100 Subject: gentoo resync : 24.07.2021 --- sys-process/cronbase/Manifest | 4 ++-- sys-process/cronbase/cronbase-0.3.7-r6.ebuild | 32 --------------------------- sys-process/cronbase/cronbase-0.3.7-r8.ebuild | 29 ++++++++++++++++++++++++ sys-process/cronbase/files/run-crons-0.3.7 | 2 +- 4 files changed, 32 insertions(+), 35 deletions(-) delete mode 100644 sys-process/cronbase/cronbase-0.3.7-r6.ebuild create mode 100644 sys-process/cronbase/cronbase-0.3.7-r8.ebuild mode change 100755 => 100644 sys-process/cronbase/files/run-crons-0.3.7 (limited to 'sys-process/cronbase') diff --git a/sys-process/cronbase/Manifest b/sys-process/cronbase/Manifest index 8c3c6f662e35..c9a4a45e2faa 100644 --- a/sys-process/cronbase/Manifest +++ b/sys-process/cronbase/Manifest @@ -1,3 +1,3 @@ -AUX run-crons-0.3.7 4942 BLAKE2B 41be25ff5b647179dda723d44fc1441293ab8287427de9febedf49596cd816cbfad0fb98d1bb60602bd198bcef72eb8d5c9cfe01c66e09270bf653c2c6a6f650 SHA512 eb4f298fb67d7ff3e82d19e6a27f3f1df4b1abab86bd78f3ea85aecaead42a6c194773c21d63d081b62b0eb45cf2bdeb78b43b58906500e6bb52613f7e6bf164 -EBUILD cronbase-0.3.7-r6.ebuild 663 BLAKE2B 28f92096e74f005ce6d32f3c6cfa8210998174b375df729ec99bef5112ef465308bd805987e5b648843f86110e33f6f8f9132541716ec6092cabce536a6ad6fb SHA512 e1ec5a7b5a33831b5c92e12a9bc209b3b72b8f373b10651c9c90902295a63f50a0512aabd8f8f3f57c594a6ef7ff00400316dc04e55b6f9d0e6e97148688639d +AUX run-crons-0.3.7 4939 BLAKE2B 3ccfa317d63e7cc4381ebd590e75f94cf482123377095f1fb6376e2cce0213161a1867db8b684cf3791bcda5540899074bd852677dc4e93bf04fb53c71159867 SHA512 69284eccc7b510a039967d14b01a88419a2e6437fe5643474c82335ff1388c21b024e2dcfe232e00f4a9f6b3b92d4d2f445b0561de5872197c2369f24f30c931 +EBUILD cronbase-0.3.7-r8.ebuild 627 BLAKE2B b66f40beeea925765de0713c705fa79e8d170f6264a1aa7ffe8dcf96473678c5cab94086aae62cbd1089d860dc330c5f168b8e738d9660ce6ec4d5a490558710 SHA512 cf43bf57ea7924edb5b62a9d8c441a798bffdfcf4c9c04f7dfe9cbd6770c13c682e4d18a69808ba320a4e2bd062775d1141934e6eb6935ee775570db9303fee6 MISC metadata.xml 253 BLAKE2B 1d5af623950024db87f3016a93014ce876894828c8bac85ae8b157f8e2851ca96384c8e195c9693e09e7a76f4fb7033ee466057b930198a6416135eebbb6a8c1 SHA512 66f53c08df7430d7052861b4c483e36d54db4d937be2fd4e3a6135d36992e041aa88d60205b47c3749b54c36925ca4c45c88fa7b44fee283de48ab8aa75b738b diff --git a/sys-process/cronbase/cronbase-0.3.7-r6.ebuild b/sys-process/cronbase/cronbase-0.3.7-r6.ebuild deleted file mode 100644 index ff274f0d977a..000000000000 --- a/sys-process/cronbase/cronbase-0.3.7-r6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit user - -DESCRIPTION="base for all cron ebuilds" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -S=${WORKDIR} - -pkg_setup() { - enewgroup cron 16 - enewuser cron 16 -1 /var/spool/cron 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 -} diff --git a/sys-process/cronbase/cronbase-0.3.7-r8.ebuild b/sys-process/cronbase/cronbase-0.3.7-r8.ebuild new file mode 100644 index 000000000000..ec0f921d2255 --- /dev/null +++ b/sys-process/cronbase/cronbase-0.3.7-r8.ebuild @@ -0,0 +1,29 @@ +# 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" +RDEPEND=" + ${DEPEND} + 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 +} diff --git a/sys-process/cronbase/files/run-crons-0.3.7 b/sys-process/cronbase/files/run-crons-0.3.7 old mode 100755 new mode 100644 index 42c88100df1c..d979a42690b6 --- a/sys-process/cronbase/files/run-crons-0.3.7 +++ b/sys-process/cronbase/files/run-crons-0.3.7 @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # this script looks into /etc/cron.[hourly|daily|weekly|monthly] -- cgit v1.2.3