app-emacs/eix - 99999999 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/eix-99999999

Package Information

Description:
Emacs Lisp interface to app-portage/eix
Homepage:
https://gitlab.com/akater/elisp-eix
License:
GPL-2

Ebuild Details

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

EAPI=8
NEED_EMACS="24"
MY_PN="elisp-${PN}"

inherit elisp-common akater-live-release

DESCRIPTION="Emacs Lisp interface to app-portage/eix"
HOMEPAGE="https://gitlab.com/akater/elisp-eix"

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

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

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

BDEPEND="
	app-emacs/shmu[privileged]
	app-emacs/mmxx-macros
"
RDEPEND="${BDEPEND}
	>=app-portage/eix-0.34.4
"

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

Inherited Eclasses

Dependencies

RDEPEND

	app-emacs/shmu[privileged]
	app-emacs/mmxx-macros

	>=app-portage/eix-0.34.4

BDEPEND

	app-emacs/shmu[privileged]
	app-emacs/mmxx-macros