ebuild-tools-99999999akater
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="24"
MY_PN="emacs-${PN}"
inherit elisp-common akater-live-release
DESCRIPTION="Functions to deal with ebuilds in Emacs Lisp"
HOMEPAGE="https://gitlab.com/akater/emacs-ebuild-tools"
EGIT_REPO_URI="https://gitlab.com/akater/${MY_PN}.git"
KEYWORDS="amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
IUSE="test"
DOCS="" # README.org is a relative symlink
BDEPEND="
app-emacs/file-tree
app-emacs/akater-misc
app-emacs/mmxx-macros
app-emacs/shmu
"
RDEPEND="${BDEPEND}
|| ( sys-apps/coreutils sys-apps/busybox sys-apps/toybox )
app-emacs/shmu[privileged]
app-emacs/akater-conf
app-emacs/eix
app-portage/eix
app-emacs/gentoo-cache
"
DEPEND="test? ( app-emacs/ort app-emacs/org-src-elisp-extras )"
SITEFILE="50${PN}-gentoo.el"