From 0ff1c6c7b8ab09f7ccb0da62bb4fb9a628f8934b Mon Sep 17 00:00:00 2001 From: "Vance M. Allen" Date: Sat, 1 Aug 2020 15:55:46 -0600 Subject: Add support for virtual/cron-0-r1, needed for vixie-cron Signed-off-by: Vance M. Allen --- virtual/cron/Manifest | 1 + virtual/cron/cron-0-r1.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 virtual/cron/Manifest create mode 100644 virtual/cron/cron-0-r1.ebuild (limited to 'virtual/cron') diff --git a/virtual/cron/Manifest b/virtual/cron/Manifest new file mode 100644 index 0000000..47c36ba --- /dev/null +++ b/virtual/cron/Manifest @@ -0,0 +1 @@ +EBUILD cron-0-r1.ebuild 409 BLAKE2B 50458430be9e3a8f7608df9e4a1a2ef74ae7b8dbfee0b9bb45412aca1e15002bf8de3be5ad76b25abe632c4ce7a54303800e840943ada27ea33117fc814044d6 SHA512 86857530ecbe29e3a1f37cf1243f0ac10d472346b446b0d7322f8c2bd5403d889d5f6671caf46f82348869762b11d3564174089b9a3ea9162d6d36af0479560b diff --git a/virtual/cron/cron-0-r1.ebuild b/virtual/cron/cron-0-r1.ebuild new file mode 100644 index 0000000..02b62d1 --- /dev/null +++ b/virtual/cron/cron-0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Virtual for cron" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" + +RDEPEND="|| ( sys-process/cronie + sys-process/vixie-cron + sys-process/bcron + sys-process/dcron + sys-process/fcron + sys-process/systemd-cron )" -- cgit v1.2.3-65-gdbad