app-crypt/certbot-apache - 3.2.0-r100 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/certbot-apache-3.2.0-r100

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/certbot-apache-3.2.0-r100

Or alternatively:

emerge --autounmask-write -a =app-crypt/certbot-apache-3.2.0-r100

Package Information

Description:
Apache plugin for Certbot (Let's Encrypt client)
Homepage:
https://github.com/certbot/certbot https://pypi.org/project/certbot-apache/ https://letsencrypt.org/
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
3.2.0-r100 8 amd64 ~arm ~arm64 ~ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Apache plugin for Certbot (Let's Encrypt client)"
HOMEPAGE="
	https://github.com/certbot/certbot
	https://pypi.org/project/certbot-apache/
	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-apache]
"

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-apache] for this module."
}

Dependencies

RDEPEND

	>=app-crypt/certbot-3.2.0-r100-r100[certbot-apache]