From 7930b14d364a5bea5512738978fef79d8b7ecd7b Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Tue, 15 Dec 2020 13:51:59 +0100 Subject: [PATCH] add cronwrapper ebuild --- sys-apps/cronwrapper/Manifest | 2 ++ sys-apps/cronwrapper/cronwrapper-0.1.0.ebuild | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 sys-apps/cronwrapper/Manifest create mode 100644 sys-apps/cronwrapper/cronwrapper-0.1.0.ebuild diff --git a/sys-apps/cronwrapper/Manifest b/sys-apps/cronwrapper/Manifest new file mode 100644 index 0000000..e0787bb --- /dev/null +++ b/sys-apps/cronwrapper/Manifest @@ -0,0 +1,2 @@ +DIST v0.1.0.tar.gz 4201 BLAKE2B bc63ba44a9152d49133ade98ac66e6d35850095e46660267be1375ff244a32f9a9c71f8f40220c0e87f323448a860ea0a0eeb3fbe94970d6ab62caa537016ba1 SHA512 8b70c118ac9eb1ca3795bd4bf70f9a8e1f8a4e9dca2e01f27f580b64a0411c339c36703f622117383b8082cdb6e9f5329d890fda97179f2c686225b614dec1b7 +EBUILD cronwrapper-0.1.0.ebuild 453 BLAKE2B 0eb3b3ab152402fb8ea417c5a5c86162a3dc89ae0bf891e3e6071210a3a05cf53a3c78c5040a9a14ae76ca39388640698389340fc55042d661f8a48bc490d20a SHA512 1bffa1c8ff36cfbe3240970d42ab843acaa58bf95336f5ada541e54a35885a312b738183092677fa16679c54295707c5d3df786fc7ad53c228dd466083964a94 diff --git a/sys-apps/cronwrapper/cronwrapper-0.1.0.ebuild b/sys-apps/cronwrapper/cronwrapper-0.1.0.ebuild new file mode 100644 index 0000000..f97d3ad --- /dev/null +++ b/sys-apps/cronwrapper/cronwrapper-0.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Tool for managing cronjob in a sane way" +HOMEPAGE="https://gitea.fulh.ax/feffe/cronwrapper" +SRC_URI="https://gitea.fulh.ax/feffe/cronwrapper/archive/v${PV}.tar.gz" + +S="${WORKDIR}/cronwrapper" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="" +RDEPEND="" +BDEPEND="" +