app-doc/elisp-manual - 30.2 (gentoo)

Search

Install

Install this version:

emerge -a =app-doc/elisp-manual-30.2

Package Information

Description:
The GNU Emacs Lisp Reference Manual
Homepage:
https://www.gnu.org/software/emacs/manual/
License:
FDL-1.3+

Ebuild Details

Version EAPI Keywords Slot
30.2 9 amd64 ppc ~riscv x86 30
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

DESCRIPTION="The GNU Emacs Lisp Reference Manual"
HOMEPAGE="https://www.gnu.org/software/emacs/manual/"
# taken from doc/lispref/ (and some files from doc/emacs/) of emacs-${PV}
SRC_URI="https://distfiles.gentoo.org/pub/proj/emacs/${P}.tar.xz
	https://distfiles.gentoo.org/pub/proj/emacs/${P}-patches-1.tar.xz"
S="${WORKDIR}/lispref"

LICENSE="FDL-1.3+"
SLOT="${PV%%.*}"
KEYWORDS="amd64 ppc ~riscv x86"

BDEPEND="sys-apps/texinfo"

PATCHES=("${WORKDIR}/patch")

src_compile() {
	makeinfo --no-split -I "${WORKDIR}"/emacs elisp.texi || die
}

src_install() {
	doinfo elisp${SLOT}.info
	dodoc README
}

Dependencies

BDEPEND

sys-apps/texinfo

Manifest for 30.2

Type File Size Source URLs
DIST elisp-manual-30.2-patches-1.tar.xz 2132 bytes https://distfiles.gentoo.org/pub/proj/emacs/elisp-manual-30.2-patches-1.tar.xz
DIST elisp-manual-30.2.tar.xz 1343736 bytes https://distfiles.gentoo.org/pub/proj/emacs/elisp-manual-30.2.tar.xz