app-emacs/ebuild-run-mode - 20221116 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/ebuild-run-mode-20221116

Package Information

Description:
Major mode for Emacs buffers where ebuild commands are run
Homepage:
https://gitlab.com/akater/emacs-ebuild-run-mode/-/blob/master/ebuild-run-mode.org
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
20221116 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="24.1"

inherit elisp-common

MY_PN="emacs-${PN}"
DESCRIPTION="Major mode for Emacs buffers where ebuild commands are run"
HOMEPAGE="https://gitlab.com/akater/emacs-ebuild-run-mode/-/blob/master/ebuild-run-mode.org"
SRC_URI="https://gitlab.com/akater/${MY_PN}/-/archive/v${PV}/${MY_PN}-v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-v${PV}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
DOCS="" # README.org is a relative symlink

RDEPEND="
	>=app-emacs/ebuild-mode-1.53
"

export ORG_IMMUTABLE_SOURCES_DIRECTORY="${SITEETC}/${PN}"

pkg_postinst() {
	elisp-site-regen
	if declare -f readme.gentoo_print_elog >/dev/null; then
		readme.gentoo_print_elog
	fi
}

pkg_postrm() {
	elisp-site-regen
}

Inherited Eclasses

Dependencies

RDEPEND

	>=app-emacs/ebuild-mode-1.53

Manifest for 20221116

Type File Size Source URLs
DIST ebuild-run-mode-20221116.tar.gz 17830 bytes https://gitlab.com/akater/emacs-ebuild-run-mode/-/archive/v20221116/emacs-ebuild-run-mode-v20221116.tar.gz