gentoo/app-crypt/certbot-nginx/certbot-nginx-3.2.0-r100.ebuild
Sam James de7615bae8
app-crypt/certbot-nginx: Stabilize 3.2.0-r100 arm, #952978
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-06 16:34:38 +01:00

30 lines
740 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Nginx plugin for Certbot (Let's Encrypt client)"
HOMEPAGE="
https://github.com/certbot/certbot
https://pypi.org/project/certbot-nginx/
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-nginx]
"
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-nginx] for this module."
}