Diff elisp-manual-24.5 with a elisp-manual-25.3
/usr/portage/app-doc/elisp-manual/elisp-manual-25.3.ebuild 2023-10-09 14:52:28.268368319 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
DESCRIPTION="The GNU Emacs Lisp Reference Manual" |
7 | 7 |
HOMEPAGE="https://www.gnu.org/software/emacs/manual/" |
8 |
# taken from doc/lispref/ of emacs-${PV} |
|
8 |
# taken from doc/lispref/ (and some files from doc/emacs/) of emacs-${PV} |
|
9 | 9 |
SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" |
10 | 10 |
S="${WORKDIR}/lispref" |
11 | 11 | |
12 | 12 |
LICENSE="FDL-1.3+" |
13 |
SLOT="24" |
|
13 |
SLOT="25" |
|
14 | 14 |
KEYWORDS="amd64 ppc x86" |
15 | 15 | |
16 | 16 |
BDEPEND="sys-apps/texinfo" |
17 | 17 | |
18 | 18 |
PATCHES=("${FILESDIR}/${P}-direntry.patch") |
19 | 19 | |
20 |
src_prepare() { |
|
21 |
default |
|
22 |
echo "@set EMACSVER ${PV}" >emacsver.texi || die |
|
23 |
} |
|
24 | ||
25 | 20 |
src_compile() { |
26 |
makeinfo elisp.texi || die |
|
21 |
makeinfo -I "${WORKDIR}"/emacs elisp.texi || die |
|
27 | 22 |
} |
28 | 23 | |
29 | 24 |
src_install() { |
30 | 25 |
doinfo elisp${SLOT}.info* |
31 |
dodoc ChangeLog README |
|
26 |
dodoc README |
|
32 | 27 |
} |