app-emacs/gentoo-cache - 99999999 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/gentoo-cache-99999999

Package Information

Description:
Elisp package that provides cached data about underlying Gentoo system to Emacs
Homepage:
https://gitlab.com/akater/emacs-gentoo-cache
License:
GPL-3

Ebuild Details

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

EAPI=8
NEED_EMACS="25"
MY_PN="emacs-${PN}"

inherit elisp-common akater-live-release

DESCRIPTION="Elisp package that provides cached data about underlying Gentoo system to Emacs"
HOMEPAGE="https://gitlab.com/akater/emacs-gentoo-cache"

EGIT_REPO_URI="https://gitlab.com/akater/${MY_PN}.git"

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

IUSE="test +threads"

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

SITEFILE="50${PN}-gentoo.el"

BDEPEND="
	app-emacs/akater-conf
	app-emacs/akater-misc
	app-emacs/eix
	app-emacs/mmxx-macros
	app-emacs/shmu
"
RDEPEND="
	threads? ( app-editors/emacs[threads] )
	app-emacs/akater-misc
	app-emacs/shmu
	app-portage/eix
"

DEPEND="test? ( app-emacs/ort app-emacs/org-src-elisp-extras )"

USE Flags

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

Global/Standard Flags

threads
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

test? ( app-emacs/ort app-emacs/org-src-elisp-extras )

RDEPEND

	threads? ( app-editors/emacs[threads] )
	app-emacs/akater-misc
	app-emacs/shmu
	app-portage/eix

BDEPEND

	app-emacs/akater-conf
	app-emacs/akater-misc
	app-emacs/eix
	app-emacs/mmxx-macros
	app-emacs/shmu