Install this version:
emerge -a =app-emacs/x509-mode-0.20230814
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/x509-mode-0.20230814
Or alternatively:
emerge --autounmask-write -a =app-emacs/x509-mode-0.20230814
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.20230814 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT=57395a72087875108245f384acd9327db8b59abb
inherit elisp
IUSE=""
DESCRIPTION="View certificates and CRLs using OpenSSL in Emacs"
HOMEPAGE="https://github.com/jobbflykt/x509-mode"
SRC_URI="https://github.com/jobbflykt/x509-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/x509-mode-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"
RDEPEND="dev-libs/openssl"
# Tries to download elpa data
RESTRICT="test"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | x509-mode-0.20230814.tar.gz | 551710 bytes | https://github.com/jobbflykt/x509-mode/archive/57395a72087875108245f384acd9327db8b59abb.tar.gz |