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, 3 Sep 2024 18:44:43 +0000 (UTC) [thread overview]
Message-ID: <1725389070.8fcd4203723d39867ea0529416b3fe709a6c4c10.xgqt@gentoo> (raw)
commit: 8fcd4203723d39867ea0529416b3fe709a6c4c10
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 15:14:20 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 18:44:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcd4203
app-emacs/transient: bump to 0.7.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/transient/Manifest | 1 +
app-emacs/transient/transient-0.7.5.ebuild | 42 ++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 46be633b0373..ce11ea43472a 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,4 @@
DIST transient-0.7.2.tar.gz 138256 BLAKE2B c3b425a9b6089b54eb7377d47c7763fda87d9800246de866330dd2ca6ac8561fad5d7429b0b1f0c5f10072e836825d025b08676bd973a793d93e9b32616bcf07 SHA512 2863701146ecf4ac5f4a8025f47737667bc3ee0ca1de70e747a3299c9bb7831c0d9a3853553d79790c929ca9e5fe9f534e2c7499bc37a22ca2fb8d1d28b269fd
DIST transient-0.7.3.tar.gz 139105 BLAKE2B 7ab629632e90b009cb1a306e99c86b997ddf49573188f6923109abfd1be8b32ea857644d807f33b240139150f57e267c8ed674cb15d2888cb82694b653466227 SHA512 d219b821a2cae2529044c390436a28a1213e0d649113ac1f761888298f76ef518e820ff933aa4471ec830f0690c6d0c75e5344aee8c5693677f36d3a3458df2b
DIST transient-0.7.4.tar.gz 139828 BLAKE2B 6ac959237be5f46d4ba381b8c8855ac0b6387405101024e1807af83c98ed7419cbd463fb7c8874b2196d0f5879610903940df34260a70487f3505495d5e47343 SHA512 711bed7c75417778894035fb8fd1006ac78e73c4e545785b94b4f0f8aa1f1903a1426ff5175310e1ab665e29ad4756ffd4ec4b897c1720e33531ec2ce3faf82a
+DIST transient-0.7.5.tar.gz 141189 BLAKE2B 55535f6121467a1f380ec8d6a4afbb810556f914dc30a7c2fb913f2238bd47809f3d8aadfe35cfdae087525048e83beb14380cd3fdf6cae59643191147df4789 SHA512 18d051235b15e95312fcd60ddfa0f0ba85351d6102117717c81f621528a46a6d0f03d918002a7af2702135ebcf53c498f079a12d99ffc68711e20b196045e032
diff --git a/app-emacs/transient/transient-0.7.5.ebuild b/app-emacs/transient/transient-0.7.5.ebuild
new file mode 100644
index 000000000000..f99ae40b0465
--- /dev/null
+++ b/app-emacs/transient/transient-0.7.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 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-30.0.0.0
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+src_prepare() {
+ mv lisp/*.el . || die
+
+ elisp_src_prepare
+}
next reply other threads:[~2024-09-03 18:44 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 18:44 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 19:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/ 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: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-19 2:39 Maciej Barć
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=1725389070.8fcd4203723d39867ea0529416b3fe709a6c4c10.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