app-emacs/etemplate - 99999999 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/etemplate-99999999

Package Information

Description:
Create systems of org files from templates
Homepage:
https://gitlab.com/akater/etemplate
License:
GPL-3+

Ebuild Details

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

EAPI=8
NEED_EMACS="26"

inherit elisp-common akater-live-release

DESCRIPTION="Create systems of org files from templates"
HOMEPAGE="https://gitlab.com/akater/etemplate"

EGIT_REPO_URI="https://gitlab.com/akater/etemplate.git"

KEYWORDS="amd64 ~x86"
LICENSE="GPL-3+"
SLOT="0"

IUSE="test"

DOCS="" # README.org is a relative symlink

BDEPEND="
	app-emacs/eieio-akater-extras
	app-emacs/mmxx-macros
"

RDEPEND="${BDEPEND}"

DEPEND="test? ( app-emacs/ort )"

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
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-emacs/etemplate | euse -E <flag> -p app-emacs/etemplate | euse -D <flag> -p app-emacs/etemplate

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

test? ( app-emacs/ort )

RDEPEND

	app-emacs/eieio-akater-extras
	app-emacs/mmxx-macros

BDEPEND

	app-emacs/eieio-akater-extras
	app-emacs/mmxx-macros