commit:     42a5c8c045507986265e89056ff100b7faf8a9fe
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  8 20:01:16 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 21:19:39 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a5c8c0

app-emacs/transient: bump to 0.12.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/transient/Manifest                |  1 +
 app-emacs/transient/transient-0.12.0.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index b0b83bdf2623..6e0d9f2f2c86 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.10.1.gh.tar.gz 172350 BLAKE2B 
bf03c567c6a8b83a4d845ae5711d70985c65a462146fb138d5e640f6847bd6a7cf43f8b28a5c5d3b5a6c3b6f9b17dd7ef7cdb738b4323d6781ede8c447d0fe3b
 SHA512 
48e441df7780b5003334ca74617e6402f582173297f68462d3d377649b82e26bfe18878372021ea10ad201337bbbcb491fccb45dbc63581c165dcd39554bef80
 DIST transient-0.11.0.gh.tar.gz 172120 BLAKE2B 
8113c42bf0fc51786df763780c1c51224d9912ddde9269635e22a6a57263170dc993271a740339d0750aa4ce0f68b96879d8575e8a36740dc7c712f7e2ccb3b6
 SHA512 
9199b28865f25c6d7c4fa3bf69fa6fc99e0f2ea65c1f8accc380d7bb885ac616c1a04f140a71e29779091606ae3d86698c93df70499b771f97b961ffdda66851
+DIST transient-0.12.0.gh.tar.gz 172373 BLAKE2B 
d4664684ba690c1e6cc4559eaab72fdd434fbca4a5ff86162536ca121253c6331ee82b56617cdde98ca5bba8510cf4f365cd37ba7ab2759717396bf69b69a58d
 SHA512 
64ec80e1b6a602c5462be59060513310e526bce7c16c9577d1a7bfbb3785f0cfbea41a2f89aef8a20d3819a3421c5847696a8f776e909d85412741bee44e817c

diff --git a/app-emacs/transient/transient-0.12.0.ebuild 
b/app-emacs/transient/transient-0.12.0.ebuild
new file mode 100644
index 000000000000..2d40531a560f
--- /dev/null
+++ b/app-emacs/transient/transient-0.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+       https://github.com/magit/transient/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/magit/${PN}";
+else
+       SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+       app-emacs/compat
+"
+BDEPEND="
+       ${RDEPEND}
+       sys-apps/texinfo
+"
+
+DOCS=( CHANGELOG README.org "docs/${PN}.org" )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+       mv ./lisp/*.el . || die
+
+       elisp_src_prepare
+}

Reply via email to