diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2022-10-03 11:48:10 +1000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2022-10-03 11:48:47 +1000 |
commit | 370fd55d28e4b63b7cac1e756bd06a9804402a10 (patch) | |
tree | 6f2242723f563d6a546a691a8b5c20bccddf1783 | |
parent | x11-drivers/nvidia-drivers: note link for >=5.18.13 sysfb issues (diff) | |
download | gentoo-370fd55d28e4b63b7cac1e756bd06a9804402a10.tar.gz gentoo-370fd55d28e4b63b7cac1e756bd06a9804402a10.tar.bz2 gentoo-370fd55d28e4b63b7cac1e756bd06a9804402a10.zip |
app-crypt/dehydrated: drop 0.7.0
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
-rw-r--r-- | app-crypt/dehydrated/dehydrated-0.7.0.ebuild | 50 | ||||
-rw-r--r-- | app-crypt/dehydrated/files/cron | 2 |
2 files changed, 0 insertions, 52 deletions
diff --git a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild b/app-crypt/dehydrated/dehydrated-0.7.0.ebuild deleted file mode 100644 index ff4c301408bd..000000000000 --- a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="A client for signing certificates with an ACME-server" -HOMEPAGE="https://github.com/lukas2511/dehydrated" -SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" -IUSE="+cron" - -RDEPEND="acct-group/dehydrated - acct-user/dehydrated - app-shells/bash - net-misc/curl - cron? ( virtual/cron )" - -PATCHES=( "${FILESDIR}"/${P}-fix-CN-extraction-for-older-openssl-versions.patch ) - -src_configure() { - default - sed -i 's,^#CONFIG_D=.*,CONFIG_D="/etc/dehydrated/config.d",' docs/examples/config || die "could not set config (CONFIG_D)" -} - -src_install() { - dobin ${PN} - insinto /etc/${PN} - doins docs/examples/{config,domains.txt,hook.sh} - fperms u+x /etc/${PN}/hook.sh - dodoc docs/*.md - - insinto /etc/${PN}/config.d - doins "${FILESDIR}"/00_gentoo.sh - - if use cron ; then - insinto /etc/cron.d - newins "${FILESDIR}"/cron ${PN} - fi -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]] ; then - einfo "See /etc/dehydrated/config for configuration." - - use cron && einfo "After finishing setup you should enable the cronjob in /etc/cron.d/dehydrated." - fi -} diff --git a/app-crypt/dehydrated/files/cron b/app-crypt/dehydrated/files/cron deleted file mode 100644 index df03b5fcee13..000000000000 --- a/app-crypt/dehydrated/files/cron +++ /dev/null @@ -1,2 +0,0 @@ -# dehydrated cron job -#0 2 * * * dehydrated /usr/bin/dehydrated --cron |