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, 05 Jun 2025 17:04:31 +0000 (UTC) [thread overview]
Message-ID: <1749142999.67b9b0c31f2e93024a6cfa8e167fa758f47b069c.xgqt@gentoo> (raw)
commit: 67b9b0c31f2e93024a6cfa8e167fa758f47b069c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 12:33:14 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 17:03:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b9b0c3
app-emacs/corfu: drop old 1.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/corfu/Manifest | 1 -
app-emacs/corfu/corfu-1.7.ebuild | 46 ----------------------------------------
2 files changed, 47 deletions(-)
diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index 5a40446864be..d0fa5e2aa551 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1,3 +1,2 @@
-DIST corfu-1.7.gh.tar.gz 51084 BLAKE2B 1dbbe13706dca042ba9c585ac03bf8fe8b458ee89910a6a2e824a8999d2b37db6c0f195bc84c6ca96377aa00e1563f94d1ba1f943f21f6b30a79c8e40832086d SHA512 470940655b24b95f010dee9d12313cf3772a72b0ce8c1e9e2f081cc01350e5089b1680049ccddd5a8abca346e686b024729d9018a36856617987a88f32abfde1
DIST corfu-2.0.gh.tar.gz 51005 BLAKE2B f0a679ed111bfe47e68ffdf3ae4552bdd8ee1ef56d2ce4fa4f9ae846fc9c0b1eda590453b8c1d660fb01d6b8b2d0ba4f11bab8d4d547793a95fc37e9bd365daa SHA512 9a0082d7fb91aca90108d0930868c2443e80894dbf78397540167e1f985eb3ab0061fe4ff4b533b8f509970bc9c94e8d035a77091cfa3743d1b3357b388b57c9
DIST corfu-2.1.gh.tar.gz 51522 BLAKE2B 4c9dcc18d707d706e28074c2cc389d47fad79175cb2d45ceb51e8cbef03af4009a2e25a02f177cb786b4b3de7fcd9e56a077eb6f4a0d02457de9534c3d00ccf9 SHA512 5a94feeafaa5cbf40abf664fbea89895ef685ca5b6a68db961348f308b3a932c1aafba785fa3fc2fe3cb643a5c1c45555e1bdd1cde4600f3e5f841084ec2d509
diff --git a/app-emacs/corfu/corfu-1.7.ebuild b/app-emacs/corfu/corfu-1.7.ebuild
deleted file mode 100644
index db6688123644..000000000000
--- a/app-emacs/corfu/corfu-1.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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="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}"
-else
- SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.2.0
-"
-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
-}
next reply other threads:[~2025-06-05 17:05 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-05 17:04 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-27 22:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/corfu/ 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-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-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=1749142999.67b9b0c31f2e93024a6cfa8e167fa758f47b069c.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