# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="28.1"

inherit elisp git-r3

DESCRIPTION="Convenient infix arguments and suffix commands in Emacs"
HOMEPAGE="https://github.com/magit/transient"

EGIT_REPO_URI="https://github.com/akater/transient.git"
EGIT_BRANCH="emacs-28-eieio-compliance"
KEYWORDS="~amd64 ~x86"

LICENSE="GPL-3"
SLOT="0"

S="${WORKDIR}/${P}/lisp"
ELISP_TEXINFO="../docs/transient.texi"
DOCS="../README.org"

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

BDEPEND="
	>=app-emacs/compat-30.1
	>=app-emacs/cond-let-0.2
	>=app-emacs/seq-2.24
	sys-apps/texinfo"