Install this version:
emerge -a =app-emacs/epresent-20210928
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/epresent-20210928
Or alternatively:
emerge --autounmask-write -a =app-emacs/epresent-20210928
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20210928 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT=77ead97419092eccb35f2ba1710cb4a5bd8be86b
inherit elisp
DESCRIPTION="Presentations in Emacs -- based on Org-mode"
HOMEPAGE="https://github.com/eschulte/epresent"
SRC_URI="https://github.com/eschulte/epresent/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/epresent-${COMMIT}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.org"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | epresent-20210928.tar.gz | 18550 bytes | https://github.com/eschulte/epresent/archive/77ead97419092eccb35f2ba1710cb4a5bd8be86b.tar.gz |