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/corfu/
Date: Thu, 17 Aug 2023 13:22:16 +0000 (UTC)	[thread overview]
Message-ID: <1692278532.dea3f6d07792adf95c1aafce8429b9eff7eb4741.xgqt@gentoo> (raw)

commit:     dea3f6d07792adf95c1aafce8429b9eff7eb4741
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 13:04:24 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 13:22:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea3f6d0

app-emacs/corfu: bump to 0.38

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

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

diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index 29aa4b84256f..76f9746b7410 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1 +1,2 @@
 DIST corfu-0.37.tar.gz 46624 BLAKE2B 256412325253f9282b39981bb1402825b193cf12e13fc4dc33bcf946931b554dfa6b95b331c553889cb2105a670632051441f0d0434882ce4e69b51ce663460d SHA512 a7ba07083fa93785ca23ffe5f959a9178aed079e00b44a2dcc90f64c6763555e27b04906aa0dab63bce8f07b30b60e60b785572b53257f86b794c800835a58b3
+DIST corfu-0.38.tar.gz 47354 BLAKE2B d36e07d494f56a91070f365801e47fb57b2e90a02e1dca325e795cc9158bf9baf577e413402592663ef66ab722e9750a1abb186816e93332f68d3a8a2bd72819 SHA512 40016e0b65a2ec9787ea236d6a6c5c499000ef7a07684a35bbe461edb5a975b6608cd82dbc3308c59e7e92076fe6fe2638cf253a8d53085f52d8d47e9e620f40

diff --git a/app-emacs/corfu/corfu-0.38.ebuild b/app-emacs/corfu/corfu-0.38.ebuild
new file mode 100644
index 000000000000..e1bbf4ca3ef1
--- /dev/null
+++ b/app-emacs/corfu/corfu-0.38.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Completion Overlay Region FUnction"
+HOMEPAGE="https://github.com/minad/corfu/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/minad/${PN}.git"
+else
+	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.3.4"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	default
+	mv extensions/*.el . || die
+}
+
+src_compile() {
+	elisp_src_compile
+	elisp-make-autoload-file
+}


             reply	other threads:[~2023-08-17 13:22 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-17 13:22 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17 10:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/corfu/ Maciej Barć
2025-10-17 10:55 Maciej Barć
2025-10-17 10:55 Maciej Barć
2025-07-27 22:49 Sam James
2025-06-13 19:00 Maciej Barć
2025-06-13 19:00 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-05-31  5:32 Arthur Zamarin
2025-05-05 23:09 Sam James
2025-04-28 13:40 Maciej Barć
2025-03-28 20:42 Maciej Barć
2025-03-04 22:45 Sam James
2025-01-28 22:08 Maciej Barć
2025-01-28 22:08 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2024-12-22 10:00 Arsen Arsenović
2024-09-04 10:04 Sam James
2024-07-31  0:03 Maciej Barć
2024-07-31  0:03 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-04-06 16:27 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2023-12-29 22:48 Maciej Barć
2023-12-29 22:48 Maciej Barć
2023-12-04  8:43 Maciej Barć
2023-12-04  8:43 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-08-17 13:22 Maciej Barć
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-03-28  0:57 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-02-20  0:53 Maciej Barć
2023-02-20  0:53 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-11-30  1:04 Maciej Barć
2022-11-30  1:04 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-08-31 15:09 Maciej Barć
2022-07-10  8:40 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=1692278532.dea3f6d07792adf95c1aafce8429b9eff7eb4741.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