gentoo-ebuilds/app-crypt/certbot-dns-nsone/certbot-dns-nsone-3.2.0-r100.ebuild
Arthur Zamarin 5b3e6ae05a
*/*: convert to ASCII only DESCRIPTION [QA GLEP-31]
In accordance with GLEP 31, the DESCRIPTION field of ebuilds should only
contain ASCII characters. This commit converts the DESCRIPTION field of
all affected ebuilds to ASCII only.

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-05-19 19:55:27 +03:00

29 lines
769 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
HOMEPAGE="
https://github.com/certbot/certbot
https://pypi.org/project/certbot-dns-nsone/
https://letsencrypt.org/
"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
# Meta package for transition
# No need to upgrade thanks to ">="
RDEPEND="
>=app-crypt/certbot-${PV}-r100[certbot-dns-nsone]
"
pkg_postinst() {
elog "This is a meta-package to help in transition to single package "
elog "app-crypt/certbot."
elog "It is advice to simply deselect this package and to emerge "
elog "app-crypt/certbot[certbot-dns-nsone] for this module."
}