From b50dd652d8e73a93ecd53b7520f2e841a05911f0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Sep 2023 22:26:54 +0100 Subject: gentoo auto-resync : 06:09:2023 - 22:26:53 --- sys-process/cronbase/Manifest | 2 +- sys-process/cronbase/cronbase-0.3.7-r10.ebuild | 43 ++++++++++++++++++++++++++ sys-process/cronbase/cronbase-0.3.7-r9.ebuild | 27 ---------------- 3 files changed, 44 insertions(+), 28 deletions(-) create mode 100644 sys-process/cronbase/cronbase-0.3.7-r10.ebuild delete mode 100644 sys-process/cronbase/cronbase-0.3.7-r9.ebuild (limited to 'sys-process/cronbase') diff --git a/sys-process/cronbase/Manifest b/sys-process/cronbase/Manifest index f96002b6232b..81cdb54b06d2 100644 --- a/sys-process/cronbase/Manifest +++ b/sys-process/cronbase/Manifest @@ -1,3 +1,3 @@ AUX run-crons-0.3.7 4939 BLAKE2B 3ccfa317d63e7cc4381ebd590e75f94cf482123377095f1fb6376e2cce0213161a1867db8b684cf3791bcda5540899074bd852677dc4e93bf04fb53c71159867 SHA512 69284eccc7b510a039967d14b01a88419a2e6437fe5643474c82335ff1388c21b024e2dcfe232e00f4a9f6b3b92d4d2f445b0561de5872197c2369f24f30c931 -EBUILD cronbase-0.3.7-r9.ebuild 576 BLAKE2B 02655187298a72b07d0a8633ab04f663faba1f9d229e0ad0e30878f5c45c426bd3829834d12393657efa1786f24bac0869c27dad679f1b85c8c205847a921cb4 SHA512 c1dbaa9078ea126dd0782c1ab53966f6161ac9a8419162e8fa991147246da760cb901f6f78bb0292eb3e1bb4d7dafab6cae1a0cdb3bf35cc39566b0f6eb202a9 +EBUILD cronbase-0.3.7-r10.ebuild 863 BLAKE2B 035f2a64b5396fe7a0ea96f611ae774d7f7a08cbeeaecaa57e7e9f1f9ec7e312641f3e6287603a21c025bdafac9982c1a63039c9b22fde91ca07c56133f98bb0 SHA512 5034bf30979e960d8fc6de25a90212a1d1ff5b7fca40c82e34b29a8b6cf6ed9e54bbb6f25f998b88b4ce65a5c17e660b15aa8766fe1586f564cea9775cfead8c MISC metadata.xml 258 BLAKE2B b3ebb9691cf2c860b26172c2fc7ead843959a83806b7c06f4eec2ea349a6d2f39afe2f4b08c09bc7f65d18bece520b8b6306c8c7c2075d653f04b09af43db8fd SHA512 02ab38ca1547c68e87cbcad1dd4bb121e90d1fcca941cbfd29583ea803ed50617aa6a29df11915af5e95d63fc817df2250c7b8189157d705ef86e477d6a1685e diff --git a/sys-process/cronbase/cronbase-0.3.7-r10.ebuild b/sys-process/cronbase/cronbase-0.3.7-r10.ebuild new file mode 100644 index 000000000000..416f6483ad62 --- /dev/null +++ b/sys-process/cronbase/cronbase-0.3.7-r10.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit readme.gentoo-r1 + +DESCRIPTION="Base for all cron ebuilds" +HOMEPAGE="https://wiki.gentoo.org/wiki/Cron" +S="${WORKDIR}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +DEPEND="acct-group/cron" +RDEPEND=" + ${DEPEND} + acct-user/cron +" + +DOC_CONTENTS=" + To add a user to the cron group so it can create cron jobs, run: + + usermod -a -G cron + + For more information, visit the wiki page: + https://wiki.gentoo.org/wiki/Cron +" + +src_install() { + newsbin "${FILESDIR}"/run-crons-${PV} run-crons + + diropts -m0750 + keepdir /etc/cron.{hourly,daily,weekly,monthly} + + keepdir /var/spool/cron/lastrun + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/sys-process/cronbase/cronbase-0.3.7-r9.ebuild b/sys-process/cronbase/cronbase-0.3.7-r9.ebuild deleted file mode 100644 index e81da30e523f..000000000000 --- a/sys-process/cronbase/cronbase-0.3.7-r9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 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 ~loong ~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 -} -- cgit v1.2.3