From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/corfu/
Date: Sun, 10 Jul 2022 08:40:39 +0000 (UTC) [thread overview]
Message-ID: <1657442343.28410d857142012bce38a78abf686737872eb25c.matthew@gentoo> (raw)
commit: 28410d857142012bce38a78abf686737872eb25c
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:58:34 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 08:39:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28410d85
app-emacs/corfu: add 0.26
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-emacs/corfu/Manifest | 1 +
app-emacs/corfu/corfu-0.26.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index 0ce16439238a..165a6da827fb 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1 +1,2 @@
DIST corfu-0.25.tar.gz 38366 BLAKE2B 297c8c556d32ee9f0a42265bbcd9b7cdd19881b8d85a9c92b6be84cb52e5558996cb16da596d13349fd1c9c72c7b6247e003ab48fcc41fd4acbe2d151b8e2e90 SHA512 602a9072cfa6a75672e1879e8da95b59355cc720482c8946311446c5722d13d0db6171eab8d899b689a689fe306d11f9b063e6bdc07dc710d9ee8f6f15b5aeee
+DIST corfu-0.26.tar.gz 38840 BLAKE2B 47dfcd2430cfd37c912cc2101760692bb1e4ef788bafec64760c81b02412119156b99d57a129e31d7109a62a073dfeb836453076f8bc59ece835015b4ec19ac0 SHA512 3996528e5ee9992462bc2cb241c36b7a05aeca460de0a04db542e6cd9eb7352067283ea4d8c668053003a7afc2dacc97e3b634842b847c05450fd8472ae8249a
diff --git a/app-emacs/corfu/corfu-0.26.ebuild b/app-emacs/corfu/corfu-0.26.ebuild
new file mode 100644
index 000000000000..7cc6d4bc7c42
--- /dev/null
+++ b/app-emacs/corfu/corfu-0.26.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Completion Overlay Region FUnction"
+HOMEPAGE="https://github.com/minad/corfu"
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+ default
+ mv extensions/*.el . || die
+}
+
+src_compile() {
+ elisp_src_compile
+ elisp-make-autoload-file
+}
next reply other threads:[~2022-07-10 8:40 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 8:40 Matthew Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-31 15:09 [gentoo-commits] repo/gentoo:master commit in: app-emacs/corfu/ Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-11-30 1:04 Maciej Barć
2022-11-30 1:04 Maciej Barć
2022-12-04 5:35 Maciej Barć
2022-12-04 5:35 Maciej Barć
2023-02-20 0:53 Maciej Barć
2023-02-20 0:53 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-07-02 23:48 Maciej Barć
2023-07-02 23:48 Maciej Barć
2023-07-03 7:58 Maciej Barć
2023-07-03 7:58 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-12-29 22:48 Maciej Barć
2023-12-29 22:48 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-04-06 16:27 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-05-25 14:06 Maciej Barć
2024-07-31 0:03 Maciej Barć
2024-07-31 0:03 Maciej Barć
2024-09-04 10:04 Sam James
2024-12-22 10:00 Arsen Arsenović
2025-01-22 17:34 Arthur Zamarin
2025-01-28 22:08 Maciej Barć
2025-01-28 22:08 Maciej Barć
2025-03-04 22:45 Sam James
2025-03-28 20:42 Maciej Barć
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=1657442343.28410d857142012bce38a78abf686737872eb25c.matthew@gentoo \
--to=matthew@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