mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/ebuild-mode: add 1.84
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
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
|
||||
|
||||
40
app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild
Normal file
40
app-emacs/ebuild-mode/ebuild-mode-1.84.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user