From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D1021581B9 for ; Thu, 18 Sep 2025 21:50:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 19C383423E9 for ; Thu, 18 Sep 2025 21:50:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C79D9110582; Thu, 18 Sep 2025 21:50:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B854A110582 for ; Thu, 18 Sep 2025 21:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72E8F3423E9 for ; Thu, 18 Sep 2025 21:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E563D3A0A for ; Thu, 18 Sep 2025 21:50:30 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1758232225.56672e29fd72c3f4d9c6e181fad6b47ab137500c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/transient/Manifest app-emacs/transient/transient-0.10.0.ebuild X-VCS-Directories: app-emacs/transient/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 56672e29fd72c3f4d9c6e181fad6b47ab137500c X-VCS-Branch: master Date: Thu, 18 Sep 2025 21:50:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1138584-7d31-416c-bc15-7a6894693da7 X-Archives-Hash: 85296c9b8f4121636e42efbc5f4148a6 commit: 56672e29fd72c3f4d9c6e181fad6b47ab137500c Author: Maciej Barć gentoo org> AuthorDate: Thu Sep 18 21:14:23 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Sep 18 21:50:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56672e29 app-emacs/transient: bump to 0.10.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/transient/Manifest | 1 + app-emacs/transient/transient-0.10.0.ebuild | 42 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index 998d371f2b04..11e17a654664 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -1 +1,2 @@ +DIST transient-0.10.0.gh.tar.gz 172294 BLAKE2B 3647e907a0482996f49479944ec973bfdabb8c9dad519a4297baffcc1363c1cb0e422a942c46108d6a279dc723efddfe043c7f24a80590379108536de90dcb79 SHA512 f478b0ec5da8fb9248dee534c740071fa158d0e4420365d35c247c0d8f112063d40e559ef116a78dd0d9ede95c5003a2c74081e5c82a0e7e610c65daf72fd640 DIST transient-0.9.4.gh.tar.gz 169192 BLAKE2B 370162e67ef8f6ea0f44049d8bc8ef0c8c0293a1e5979060636bfd424a8a6cd6b3b9e117b45160175d12e8a81b44ec3cf1afcf39cfbd4f2cc545ebaa74895adc SHA512 bddf08350a681c40a52e8aca424118490bb82b70a2bf9deaa8cb28fdacad39a307a006853235caef2bd11d677f36c39acb6489f982cea4c741f628c29c5f51c5 diff --git a/app-emacs/transient/transient-0.10.0.ebuild b/app-emacs/transient/transient-0.10.0.ebuild new file mode 100644 index 000000000000..fd7ffba53b9f --- /dev/null +++ b/app-emacs/transient/transient-0.10.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 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 ~amd64-linux ~x86-linux" +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 +}