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/consult/
Date: Tue, 28 Jan 2025 22:08:56 +0000 (UTC)	[thread overview]
Message-ID: <1738102131.358496e1fa3564929898c9e5102b10dce71bdfb0.xgqt@gentoo> (raw)

commit:     358496e1fa3564929898c9e5102b10dce71bdfb0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 22:01:11 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 22:08:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358496e1

app-emacs/consult: bump to 2.0

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

 app-emacs/consult/Manifest           |  1 +
 app-emacs/consult/consult-2.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 8d67e19109f0..2053f71ba4dd 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-1.8.tar.gz 104909 BLAKE2B b946274cc83e0b3372895c30e2d3b303bc9c5f7c4da7a8f4fc9521ac96f60e3c07e17df6bee7f9ec3594ff3d3fcdbdc21ea1cd6ccb74c8cc0d13bfd42b0ddd9d SHA512 3497be58ab11338453864a77b35e23f60f4c9ba901f4a335428671d629bc8d92f3dddb47ded9876a7964603935714851ebbc4bedcded254fb6cb0ef80b415601
 DIST consult-1.9.tar.gz 106013 BLAKE2B 17b55f08821a77a3267547111f335b422adc62698faa1901f9197e6dece441d0d087215cc91188e90cc5bdd0ce9b41903d73338cc48c0d082d290cfd588e3e63 SHA512 bc85c2a5cab4b1b94bf53aee822d3efa2f38d9efc39f10596023b755d94de092ab0715cab17b625ffeb2c3bfdcbe57925d1f2dd4857363d62f8ea03f85d6e959
+DIST consult-2.0.gh.tar.gz 110667 BLAKE2B e697c8b71beefd7e09a5f8368e913852448f2aa8717283929c87a8a0dcaa92af56ab68ba9c919044afbe0306cacc2d999ff7a0f38a29bc46af510aaf9f81766c SHA512 71b6951d8b429fdc54ca1a2b77adfc6be5cd92be22f70d6c01e7333c3de43754176aa8e1caa3913e2bfca84aee2440a48d8545bb2c9818c73dfe8816924549f4

diff --git a/app-emacs/consult/consult-2.0.ebuild b/app-emacs/consult/consult-2.0.ebuild
new file mode 100644
index 000000000000..ceaa32d1900a
--- /dev/null
+++ b/app-emacs/consult/consult-2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="28.1"
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read for GNU Emacs"
+HOMEPAGE="https://github.com/minad/consult/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/minad/${PN}"
+else
+	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+	>=app-emacs/compat-30.0.2.0
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+	elisp_src_compile
+	elisp-make-autoload-file
+}


             reply	other threads:[~2025-01-28 22:09 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 22:08 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-19 14:53 [gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/ Arthur Zamarin
2025-10-19 12:50 Maciej Barć
2025-09-13  1:30 Sam James
2025-09-09 21:26 Maciej Barć
2025-09-09 21:26 Maciej Barć
2025-08-07 22:22 Sam James
2025-08-07 20:54 Maciej Barć
2025-07-27 22:49 Sam James
2025-07-04 20:26 Arthur Zamarin
2025-07-01  0:33 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-05-22 23:01 Maciej Barć
2025-05-16 19:36 Arthur Zamarin
2025-04-28 13:40 Maciej Barć
2025-04-28 13:40 Maciej Barć
2025-04-28  4:20 Sam James
2025-04-09 21:40 Maciej Barć
2025-03-15 19:55 Maciej Barć
2025-03-15 19:55 Maciej Barć
2025-03-15 19:55 Maciej Barć
2025-03-04 22:43 Sam James
2025-02-05 14:10 Jakov Smolić
2025-01-28 22:08 Maciej Barć
2025-01-28 22:08 Maciej Barć
2024-12-27 18:52 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-07-31  0:03 Maciej Barć
2024-07-31  0:03 Maciej Barć
2024-07-31  0:03 Maciej Barć
2024-06-25 22:03 Sam James
2024-05-25 14:06 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-05-24  0:34 Sam James
2024-05-19 23:14 Maciej Barć
2024-04-22 23:01 Maciej Barć
2024-04-22 23:01 Maciej Barć
2024-04-22 23:01 Maciej Barć
2024-04-17 23:29 Sam James
2024-04-04  9:01 Jakov Smolić
2024-03-13 16:40 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-02-27 23:21 Sam James
2024-02-24 21:50 Maciej Barć
2024-02-03  8:22 Arthur Zamarin
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-06  9:07 Sam James
2023-12-29 22:48 Maciej Barć
2023-12-04  8:43 Maciej Barć
2023-12-04  8:43 Maciej Barć
2023-12-04  8:43 Maciej Barć
2023-08-16 21:24 Sam James
2023-07-03  7:58 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-07-02 23:48 Maciej Barć
2023-07-02 23:48 Maciej Barć
2023-04-22 23:18 Maciej Barć
2023-04-22 23:18 Maciej Barć
2023-03-12 22:52 Maciej Barć
2023-03-12 22:52 Maciej Barć
2023-02-07 21:49 Maciej Barć
2023-02-07 21:49 Maciej Barć
2023-01-07  3:22 Maciej Barć
2023-01-07  3:22 Maciej Barć
2023-01-03  0:38 Maciej Barć
2023-01-03  0:38 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-09-14 16:03 Maciej Barć
2022-05-29  7:41 Matthew Smith

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=1738102131.358496e1fa3564929898c9e5102b10dce71bdfb0.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