public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/
Date: Tue, 19 Dec 2023 02:39:12 +0000 (UTC)	[thread overview]
Message-ID: <1702953401.1f39404312dec486ca065ee2cafeb38d40253d6d.xgqt@gentoo> (raw)

commit:     1f39404312dec486ca065ee2cafeb38d40253d6d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 02:36:41 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 02:36:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f394043

app-emacs/transient: bump to 0.5.3

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

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

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index a75d0ea00b8d..c3692eebbaac 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,4 @@
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a SHA512 afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a
 DIST transient-0.5.0.tar.gz 131312 BLAKE2B 4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8 SHA512 3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b
 DIST transient-0.5.2.tar.gz 133643 BLAKE2B 765d78c9c5bd756ff82a4857477350def4fc52a55e53f9f8b21e065a853d5ff4eacaa8507d30e4fb39ccb91a966cf71c06b5e5f3248768d1bc8476d67ef560c2 SHA512 d8cf45b302a960659ee6d306d71d32d4e8e614deca8033afe5e644f48f36fcb885e0cd9acf307b2e1ba2d3c99a32ca73cd7a0cd6ab78f8e3442fe4b01e3b04b8
+DIST transient-0.5.3.tar.gz 133756 BLAKE2B 4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f608aaaa5311e739122cb10f39e1af9b55d407eb82 SHA512 d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf

diff --git a/app-emacs/transient/transient-0.5.3.ebuild b/app-emacs/transient/transient-0.5.3.ebuild
new file mode 100644
index 000000000000..ab8accfcb76d
--- /dev/null
+++ b/app-emacs/transient/transient-0.5.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 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}.git"
+else
+	SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+	>=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+	${RDEPEND}
+	sys-apps/texinfo
+"
+
+src_prepare() {
+	mv lisp/*.el . || die
+
+	default
+}


             reply	other threads:[~2023-12-19  2:39 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19  2:39 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19 20:52 [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/ Maciej Barć
2025-03-19 20:52 Maciej Barć
2025-03-15 18:13 Arthur Zamarin
2025-03-15 17:53 Sam James
2025-03-15 17:53 Sam James
2025-02-05 14:10 Jakov Smolić
2025-02-04 12:52 Maciej Barć
2025-01-23 10:17 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-11  0:28 Maciej Barć
2024-11-27 22:10 Maciej Barć
2024-11-23 19:49 Sam James
2024-11-08 19:34 Maciej Barć
2024-10-05 21:44 Maciej Barć
2024-10-02  9:49 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-11 22:21 Sam James
2024-09-03 18:44 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-08-10 18:16 Maciej Barć
2024-08-01 16:47 Arthur Zamarin
2024-07-21 19:48 Arthur Zamarin
2024-07-15  7:10 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-06-19 12:46 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-04-29  0:27 Sam James
2024-03-25  2:27 Maciej Barć
2024-03-25  2:27 Maciej Barć
2024-01-18 17:25 Sam James
2024-01-06  9:50 Michał Górny
2024-01-06  8:16 Sam James
2023-12-06 22:47 Maciej Barć
2023-11-30 16:54 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-10-01 18:07 Arthur Zamarin
2023-08-26 15:46 Maciej Barć
2023-08-11 16:41 Maciej Barć
2023-08-11 16:41 Maciej Barć
2023-07-10  7:41 Jakov Smolić
2023-07-07 22:04 Sam James
2023-06-20 16:12 Sam James
2023-06-03 22:03 Maciej Barć
2023-06-03 22:03 Maciej Barć
2023-05-28 15:13 Maciej Barć
2023-05-13 22:06 Maciej Barć
2023-05-13 22:06 Maciej Barć
2023-01-03 23:25 Sam James
2023-01-03 23:25 Sam James
2022-10-17 19:47 Sam James
2022-10-17  5:28 Arthur Zamarin
2022-10-15 11:01 Matthew Smith
2022-10-14 21:50 Maciej Barć
2022-09-08 17:08 Maciej Barć
2022-02-14 20:50 Sam James
2021-12-03  6:49 Hans de Graaff
2021-12-03  6:49 Hans de Graaff
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-07-09  6:55 Hans de Graaff
2021-06-18  4:18 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1702953401.1f39404312dec486ca065ee2cafeb38d40253d6d.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox