commit: 5de26b36588db431c7abc59f5076f9665d7da003 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 10:04:59 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 19:53:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de26b36
app-doc/info-manual: new package, add 30.2 Suggested-by: Arsen Arsenović <arsen <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-doc/info-manual/Manifest | 1 + app-doc/info-manual/info-manual-30.2.ebuild | 21 +++++++++++++++++++++ app-doc/info-manual/metadata.xml | 25 +++++++++++++++++++++++++ 3 files changed, 47 insertions(+) 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>[email protected]</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>
