diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-22 03:04:36 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-22 03:04:36 -0500 |
| commit | 63ccd2e4ddd6295605ea83ff6f5e2337785496e5 (patch) | |
| tree | c2e8b95c36b14703e41de0de4fe7cb686ee24eea /app-emacs | |
| parent | 805088e14f2164ec415b97288657da8492869f97 (diff) | |
| download | baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.gz baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.xz baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.zip | |
Adding metadata
Diffstat (limited to 'app-emacs')
| -rw-r--r-- | app-emacs/ebuild-mode/Manifest | 2 | ||||
| -rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild | 40 | ||||
| -rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.83.ebuild | 40 | ||||
| -rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild | 2 |
4 files changed, 1 insertions, 83 deletions
diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest index a1301eab1e76..4140cca096a2 100644 --- a/app-emacs/ebuild-mode/Manifest +++ b/app-emacs/ebuild-mode/Manifest @@ -1,4 +1,2 @@ DIST ebuild-mode-1.79.tar.xz 51536 BLAKE2B fd53b083ca72854e33ecc81c86a5d972cd3efa3768fa5250b4c9771ad7989f751a12563a37048af5161f0634b6b92512566159b338cd7303fdd586a50334f193 SHA512 c659851eea7e5c6c5796cb9d6c5a6daf062cdc6aa64406125aa8f48d59433191e7b34894545e8c70e4b9deaa40b4df5a1de7560974c78e45e8ab8d9da99c78f8 -DIST ebuild-mode-1.82.tar.xz 51824 BLAKE2B 0afd22fd50519a292f80b0d9144f7836ecfe52ac52c6bbcbf12076894707a95bfc22a2dbf801c757ac7ecba421a4fd0696e1bb865d2175d0b567697c14159888 SHA512 3b9f7dcb42290934159a5797a81cad10d02b0e4b5f78378a43845d7feeb7cbf50c5a2bb43ed4dcbf58b86eb437f63cc5b32e64bbea7b4506ba7e7352d24ac8b6 -DIST ebuild-mode-1.83.tar.xz 52476 BLAKE2B 7948c896ead76c410f29b78cfb74e47f221967a52052592c74c54f1ebe295eb191123e45bd8d2675910d0f9c31d3b15af56532ded3f58a725e30b77f960b019b SHA512 fa157b99ffefb27e120804e8f570482411d72755eeb5c91c90afdf30b84fb2c701de6750cc7934a6146ec46727e5ea12f67d59c371a8f514aec28402b05ff73a DIST ebuild-mode-1.84.tar.xz 52864 BLAKE2B 915374ea20e9ba9d8a15a009a55ac081f33e0ac56395362a5b326464c25478a4cf3d16ff1144963aa13ca091cb2603d144fbe1c4f61c653a4456cf20c03c61f4 SHA512 d3218b4811e0b1f68f3f8e409e9fee825783923e6a4ad8cdcaa7f39d96580b2e7a5678814fc219992f0fe4c1dd1505c0abc725c2cec8ff251d6fbc2d9af9ef55 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild deleted file mode 100644 index b874d43dc8d1..000000000000 --- a/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp optfeature - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git" - EGIT_BRANCH="master" - EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" - S="${WORKDIR}/${PN}" -else - SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -fi - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND="app-emacs/tty-format" -BDEPEND="${RDEPEND} - sys-apps/texinfo" - -DOCS="ChangeLog" -ELISP_TEXINFO="${PN}.texi" -SITEFILE="50${PN}-gentoo-1.81.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 "XML syntax validation" app-emacs/nxml-gentoo-schemas - optfeature "generating HTML from GLEPs" dev-python/docutils-glep -} diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.83.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.83.ebuild deleted file mode 100644 index 488c6d00c080..000000000000 --- a/app-emacs/ebuild-mode/ebuild-mode-1.83.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp optfeature - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git" - EGIT_BRANCH="master" - EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" - S="${WORKDIR}/${PN}" -else - SRC_URI="https://distfiles.gentoo.org/pub/proj/emacs/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" -fi - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND="app-emacs/tty-format" -BDEPEND="${RDEPEND} - sys-apps/texinfo" - -DOCS="ChangeLog" -ELISP_TEXINFO="${PN}.texi" -SITEFILE="50${PN}-gentoo-1.81.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 "XML syntax validation" app-emacs/nxml-gentoo-schemas - optfeature "generating HTML from GLEPs" dev-python/docutils-glep -} diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild index 488c6d00c080..1008d2316a11 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then S="${WORKDIR}/${PN}" else SRC_URI="https://distfiles.gentoo.org/pub/proj/emacs/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos" fi DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" |
