From 5264c18a325553759d67fb4e059db03cf3fc5c81 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Feb 2025 00:14:44 +0000 Subject: gentoo auto-resync : 18:02:2025 - 00:14:44 --- app-xemacs/Manifest.gz | Bin 21438 -> 21437 bytes app-xemacs/ebuild-mode/Manifest | 4 +- app-xemacs/ebuild-mode/ebuild-mode-1.76.ebuild | 51 ------------------------- app-xemacs/ebuild-mode/ebuild-mode-1.78.ebuild | 51 +++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 app-xemacs/ebuild-mode/ebuild-mode-1.76.ebuild create mode 100644 app-xemacs/ebuild-mode/ebuild-mode-1.78.ebuild (limited to 'app-xemacs') diff --git a/app-xemacs/Manifest.gz b/app-xemacs/Manifest.gz index dac4029a7655..3c93f194ce2f 100644 Binary files a/app-xemacs/Manifest.gz and b/app-xemacs/Manifest.gz differ diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index ea59cd512ca1..6da00ca09418 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,5 +1,5 @@ -DIST ebuild-mode-1.76.tar.xz 50404 BLAKE2B 9aeda48858155286c9df2075b61f596723d457ac1592ab581e1589d291db2f54d3c5d81dd610a41506d43d5d90943404a8f74fc4b742d7ed33f4e623930d1fc7 SHA512 e9659878109de92789204d6bd9493465b1d078a5ac5a10937397478a20766bab453bdfc8d3352625570b37b8bf8aadc28369652979032427a1c8d6d13242aa64 DIST ebuild-mode-1.77.tar.xz 50840 BLAKE2B 29ecc60dc232def8ef811da88efd68b6ffe66fa5df6a53390e6d01b858160f16f3f5f1f481f3d34628ccbd7228113867df3f81b0587d1f5ced721d129111f3a9 SHA512 f40f294158a36783f6d08297d51f0a0931209368449a6edeb50235568c4347b27070d20227c0d6d32d3581609dc288effefb8dda982d2e45b046243ce0e3495d -EBUILD ebuild-mode-1.76.ebuild 1367 BLAKE2B e7eaa62b8bd771ba7395be45f404e774a827a8fd80ac8b5ed394426e35c64992f561806beb70eb052788ba4d403b6712fd2409c1a320ebfc2373427a0dadaee5 SHA512 27f1be3c876c9fea36fe2480305bae23c4fa72c28609fa17990e45a11af4cc55576d783554189940e1dfb7539d71ca4c9fd5d1ac4980002ce5a3babba9ebd247 +DIST ebuild-mode-1.78.tar.xz 51124 BLAKE2B 21267b78de39be96a726ef7d044fe85a43c0782e0a10b427af25b00366f271f6f8a04a2493026ae633a3accd644ff6c73f2050896c59844b6decc78e4dd8279d SHA512 a4a637f6c138e4dfde58cee9484927dce9271f3c1d801d105c73c5a9cefef530e6eced74a55223a638613d9381f590741ba4ea96f638f2c5976f4fe71757a07c EBUILD ebuild-mode-1.77.ebuild 1367 BLAKE2B 9bf6bd2e111e29a0a77259f0cb6ce067312ba3c36c95e31260cccc2792bdf889e9aef48f906f6d431d64dee440989dcf0c7b29547762f497cb534ad26ac5e0c2 SHA512 ce474e9f49c83f908ff3ad18867938683946068245f3b42f3f7712b303f3b2061eb5d020b9a3c6c42b3ac427db2bfb04798dd43fa983bcb889e2aef9b6f09b2b +EBUILD ebuild-mode-1.78.ebuild 1367 BLAKE2B 9bf6bd2e111e29a0a77259f0cb6ce067312ba3c36c95e31260cccc2792bdf889e9aef48f906f6d431d64dee440989dcf0c7b29547762f497cb534ad26ac5e0c2 SHA512 ce474e9f49c83f908ff3ad18867938683946068245f3b42f3f7712b303f3b2061eb5d020b9a3c6c42b3ac427db2bfb04798dd43fa983bcb889e2aef9b6f09b2b MISC metadata.xml 443 BLAKE2B 80d7f482f6c34ad6d4a6073d2db913563da67e857e40bc68d04a603f9854bc7e6e06fcc025c92185b19c5705eccf92f4dc3852f3da895c7535222831e1bee119 SHA512 e712bc0b67b050d864c5a341728b3991f59b9be7bc9922c8eb7b67fea130b50ee76918b5a617df9bbde085e489592001dfc833189eeda1b89af31a3ab6c7c5bc diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.76.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.76.ebuild deleted file mode 100644 index 2ddee443a60e..000000000000 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.76.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit 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="amd64 ~hppa x86" - -RDEPEND=">=app-editors/xemacs-21.5.35 - app-xemacs/sh-script" -BDEPEND="${RDEPEND}" - -EMACS="${EPREFIX}/usr/bin/xemacs" -EMACSFLAGS="-batch -q -no-site-file" - -src_compile() { - ${EMACS} ${EMACSFLAGS} \ - -eval "(add-to-list 'load-path nil)" \ - -f batch-byte-compile \ - ebuild-mode.el gentoo-newsitem-mode.el || die - - ${EMACS} ${EMACSFLAGS} \ - -eval "(setq autoload-package-name \"${PN}\")" \ - -eval "(setq generated-autoload-file \"${S}/auto-autoloads.el\")" \ - -l autoload -f batch-update-autoloads \ - ebuild-mode.el gentoo-newsitem-mode.el || die -} - -src_test() { - emake check EMACS="${EMACS}" EMACSFLAGS="${EMACSFLAGS}" -} - -src_install() { - insinto /usr/lib/xemacs/site-packages/lisp/${PN} - doins ebuild-mode.{el,elc} ebuild-mode-keywords.el \ - gentoo-newsitem-mode.{el,elc} - doins auto-autoloads.el -} - -pkg_postinst() { - optfeature "ebuild commands support" sys-apps/portage - optfeature "additional development tools" dev-util/pkgdev - optfeature "ebuild QA utilities" dev-util/pkgcheck -} diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.78.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.78.ebuild new file mode 100644 index 000000000000..67ffead8cd81 --- /dev/null +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.78.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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="amd64 ~hppa x86" + +RDEPEND=">=app-editors/xemacs-21.5.35 + app-xemacs/sh-script" +BDEPEND="${RDEPEND}" + +EMACS="${EPREFIX}/usr/bin/xemacs" +EMACSFLAGS="-batch -q -no-site-file" + +src_compile() { + ${EMACS} ${EMACSFLAGS} \ + -eval "(add-to-list 'load-path nil)" \ + -f batch-byte-compile \ + ebuild-mode.el gentoo-newsitem-mode.el || die + + ${EMACS} ${EMACSFLAGS} \ + -eval "(setq autoload-package-name \"${PN}\")" \ + -eval "(setq generated-autoload-file \"${S}/auto-autoloads.el\")" \ + -l autoload -f batch-update-autoloads \ + ebuild-mode.el gentoo-newsitem-mode.el || die +} + +src_test() { + emake check EMACS="${EMACS}" EMACSFLAGS="${EMACSFLAGS}" +} + +src_install() { + insinto /usr/lib/xemacs/site-packages/lisp/${PN} + doins ebuild-mode.{el,elc} ebuild-mode-keywords.el \ + gentoo-newsitem-mode.{el,elc} + doins auto-autoloads.el +} + +pkg_postinst() { + optfeature "ebuild commands support" sys-apps/portage + optfeature "additional development tools" dev-util/pkgdev + optfeature "ebuild QA utilities" dev-util/pkgcheck +} -- cgit v1.2.3