From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/
Date: Fri, 5 Feb 2021 18:12:25 +0000 (UTC) [thread overview]
Message-ID: <1612548741.ccd64c52c0f7f372bb9c3115c9e5c10407f5dcd6.whissi@gentoo> (raw)
commit: ccd64c52c0f7f372bb9c3115c9e5c10407f5dcd6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 18:12:21 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 18:12:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd64c52
app-crypt/dehydrated: drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-crypt/dehydrated/Manifest | 1 -
app-crypt/dehydrated/dehydrated-0.6.5.ebuild | 68 ----------------------------
2 files changed, 69 deletions(-)
diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest
index 0feddd582c2..a30f779bfc9 100644
--- a/app-crypt/dehydrated/Manifest
+++ b/app-crypt/dehydrated/Manifest
@@ -1,2 +1 @@
-DIST dehydrated-0.6.5.tar.gz 82274 BLAKE2B 3c8138bafdaab9c60db1463860d6c16dd0fb8e686f368e55a4fa010d004f350d03cdd161dde38361411506959f896a25ef802b76432c0fcd89a69d75fe1be9c9 SHA512 da8ff3ecb7ddeb25356469fa272aef4e7c3705049caf88d09656dbc4baf29e0efa135e6f154c78cec82da17a27a78f2145ee3b7bd71521a080e10550d09b8a53
DIST dehydrated-0.7.0.tar.gz 86574 BLAKE2B 35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488 SHA512 47740d2d31ca73482a4fc5ed0dfce986af907dd5449cb3a5230bf9683845686c8122fc32e6219a4439574ef11d6fb104ee09591c5ff667927a2c9c13ba005511
diff --git a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild
deleted file mode 100644
index 6f4d78f26c1..00000000000
--- a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit user
-
-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 x86"
-IUSE="+cron"
-
-DEPEND="cron? ( virtual/cron )"
-RDEPEND="
- ${DEPEND}
- app-shells/bash
- net-misc/curl
-"
-
-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
-
- dodir /etc/"${PN}"/config.d
- keepdir /etc/"${PN}"/config.d
-
- default
-}
-
-pkg_preinst() {
- enewgroup "${PN}"
- enewuser "${PN}" -1 -1 /var/lib/"${PN}" "${PN}"
-}
-
-pkg_postinst() {
- if [[ "${REPLACING_VERSIONS}" =~ (0\.3\.1|0\.4\.0) ]]; then
- ewarn ""
- ewarn "The new default BASEDIR is now '/var/lib/dehydrated'"
- ewarn "Please consider migrating your data with a command like"
- ewarn ""
- ewarn " 'mv -v /etc/dehydrated/{accounts,archive,certs,lock} /var/lib/dehydrated'"
- ewarn ""
- ewarn "and make sure BASEDIR is set to '/var/lib/dehydrated'"
- ewarn ""
- fi
- einfo "See /etc/dehydrated/config for configuration."
- use cron && einfo "After finishing setup you should enable the cronjob in /etc/cron.d/dehydrated."
-}
next reply other threads:[~2021-02-05 18:12 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-05 18:12 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 0:17 [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ Sam James
2022-10-03 1:46 Marc Schiffbauer
2022-07-01 5:59 Arthur Zamarin
2021-06-21 23:58 Marek Szuba
2021-02-05 10:40 Sam James
2021-02-04 19:43 Thomas Deutschmann
2021-02-04 19:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-07-06 10:43 Thomas Deutschmann
2019-06-27 21:45 Thomas Deutschmann
2019-05-20 11:35 Mikle Kolyada
2019-05-13 1:41 Thomas Deutschmann
2019-05-09 21:55 Aaron Bauman
2019-01-03 23:05 Stephen Klimaszewski
2018-06-14 20:25 Marc Schiffbauer
2018-06-14 20:25 Marc Schiffbauer
2018-05-03 8:49 Marc Schiffbauer
2018-05-03 8:10 Marc Schiffbauer
2018-05-03 8:06 Marc Schiffbauer
2018-03-26 19:02 Thomas Deutschmann
2018-03-26 19:02 Thomas Deutschmann
2017-02-28 8:38 Marc Schiffbauer
2017-02-22 20:53 Marc Schiffbauer
2017-02-06 23:48 Marc Schiffbauer
2017-02-06 23:17 Patrice Clement
2016-10-21 22:10 Marc Schiffbauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612548741.ccd64c52c0f7f372bb9c3115c9e5c10407f5dcd6.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox