diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2024-12-01 11:04:59 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2025-10-03 21:53:44 +0200 |
| commit | 5de26b36588db431c7abc59f5076f9665d7da003 (patch) | |
| tree | 2013d4d2f5d9ade8e303e6201e024bf7349a803f /app-doc | |
| parent | 0998a91aed58c999534f8360886984c012035aff (diff) | |
| download | gentoo-5de26b36588db431c7abc59f5076f9665d7da003.tar.gz gentoo-5de26b36588db431c7abc59f5076f9665d7da003.tar.bz2 gentoo-5de26b36588db431c7abc59f5076f9665d7da003.zip | |
app-doc/info-manual: new package, add 30.2
Suggested-by: Arsen Arsenović <arsen@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc')
| -rw-r--r-- | app-doc/info-manual/Manifest | 1 | ||||
| -rw-r--r-- | app-doc/info-manual/info-manual-30.2.ebuild | 21 | ||||
| -rw-r--r-- | app-doc/info-manual/metadata.xml | 25 |
3 files changed, 47 insertions, 0 deletions
diff --git a/app-doc/info-manual/Manifest b/app-doc/info-manual/Manifest new file mode 100644 index 000000000000..aee689b172de --- /dev/null +++ b/app-doc/info-manual/Manifest @@ -0,0 +1 @@ +DIST info-manual-30.2.tar.xz 32948 BLAKE2B df47565f145b625d3dab921dea5e694cc891ad29fa81f0306b7f8db507f279b5accc8aa387f4ed2f4a0d498d1041720acb913edd85f10dd58249390653e043c1 SHA512 55b3d49d15768eac044f85d4bc6d21b4467fb8cc70ecfd9e2c078769c1502c07f176ddb22fa91e8a44fd9d5c334405481f99a02b64befcbebda8a4461f764ddb diff --git a/app-doc/info-manual/info-manual-30.2.ebuild b/app-doc/info-manual/info-manual-30.2.ebuild new file mode 100644 index 000000000000..565863a3b08c --- /dev/null +++ b/app-doc/info-manual/info-manual-30.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Manual for the Info reader in GNU Emacs" +HOMEPAGE="https://www.gnu.org/software/emacs/ + https://www.gnu.org/software/texinfo/" +# We need only info.info from the Emacs tarball, but package its source too: +# bsdtar -cJvf ${P}.tar.xz -s "%.*/%${P}/%" --include="*/misc/info.texi" \ +# --include="*/misc/doclicense.texi" --include="*/emacs/docstyle.texi" \ +# --include="*/info/info.info" @emacs-${PV}.tar.xz +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="FDL-1.3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +src_install() { + doinfo info.info +} diff --git a/app-doc/info-manual/metadata.xml b/app-doc/info-manual/metadata.xml new file mode 100644 index 000000000000..0d73150690d1 --- /dev/null +++ b/app-doc/info-manual/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + The GNU Project distributes most of its manuals in the Info format. + There are two primary Info readers: The stand-alone info program + in <pkg>sys-apps/texinfo</pkg> and the info package in GNU Emacs + <pkg>app-editors/emacs</pkg>. + + This manual describes how to get around inside of Info, various + advanced Info commands, and contains references to other sources, + which explain how to generate Info files from Texinfo files. + It is provided as a separate package because the Texinfo package + does not install it (as it is bundled with GNU Emacs), but the + stand-alone Info reader refers to it. + </longdescription> + <stabilize-allarches/> + <upstream> + <remote-id type="savannah">emacs</remote-id> + </upstream> +</pkgmetadata> |
