commit: 334600067ca466db0226a578c9bb5b5822d3f1c0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 15:59:12 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 15:59:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33460006
Revert "app-emacs/ebuild-mode: drop 1.79" This reverts commit c9a9cb58caf51318c75882150dba9ba127d493b4. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/ebuild-mode/Manifest | 1 + app-emacs/ebuild-mode/ebuild-mode-1.79.ebuild | 30 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest index cf7680122442..28f109e02b34 100644 --- a/app-emacs/ebuild-mode/Manifest +++ b/app-emacs/ebuild-mode/Manifest @@ -1,2 +1,3 @@ +DIST ebuild-mode-1.79.tar.xz 51536 BLAKE2B fd53b083ca72854e33ecc81c86a5d972cd3efa3768fa5250b4c9771ad7989f751a12563a37048af5161f0634b6b92512566159b338cd7303fdd586a50334f193 SHA512 c659851eea7e5c6c5796cb9d6c5a6daf062cdc6aa64406125aa8f48d59433191e7b34894545e8c70e4b9deaa40b4df5a1de7560974c78e45e8ab8d9da99c78f8 DIST ebuild-mode-1.80.tar.xz 51640 BLAKE2B fa9d42898131f0f62a51bb0b172b2ab076aafb8e6d999eb58c3f328bdadd698909589aa9cd58fbb9a166d4441414762a15be841133aa1b9c08354db41cdd2df6 SHA512 8b22a8a8f012e24410e419e28d42d1b38b016fc392390270baea0e26fc101207b0c727787b57f01b61e9cc3b149390fca08e75e651dc76dfb35b80574d650d3f DIST ebuild-mode-1.81.tar.xz 52380 BLAKE2B b088e0e40e73c3eb1d8b0584a13e581cda1f1e7fc65050c0a1dd3e25fa81baf554efbf8719e5987794387d4a85c7a012bef50e9dbc109cdf4b3cddc9c7d65035 SHA512 3817f99037a4f143a5016c0bb8f895bc96e3330dd3eb698bbaf65767bcebcb6a06edc3f769dc6abef59296ec13e1e2f8d637deb390120b008d273992f2e840d1 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.79.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.79.ebuild new file mode 100644 index 000000000000..98fae2595a5d --- /dev/null +++ b/app-emacs/ebuild-mode/ebuild-mode-1.79.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp optfeature + +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos" + +BDEPEND="sys-apps/texinfo" + +DOCS="ChangeLog keyword-generation.sh" +ELISP_TEXINFO="${PN}.texi" +SITEFILE="50${PN}-gentoo-1.72.el" + +pkg_postinst() { + elisp_pkg_postinst + optfeature "ebuild commands support" sys-apps/portage + optfeature "additional development tools" dev-util/pkgdev + optfeature "ebuild QA utilities" dev-util/pkgcheck + optfeature "decode ANSI colors in build.log" app-emacs/tty-format + optfeature "XML syntax validation" app-emacs/nxml-gentoo-schemas + optfeature "generating HTML from GLEPs" dev-python/docutils-glep +}
