commit:     584590ec8109be349f75b89fe84088018ab35c6f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 20:54:03 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 21:37:09 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584590ec

app-emacs/corfu: drop old 2.6

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

 app-emacs/corfu/Manifest         |  1 -
 app-emacs/corfu/corfu-2.6.ebuild | 46 ----------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest
index 1f96e0e04c15..ddfcf789044e 100644
--- a/app-emacs/corfu/Manifest
+++ b/app-emacs/corfu/Manifest
@@ -1,3 +1,2 @@
-DIST corfu-2.6.gh.tar.gz 53468 BLAKE2B 
984330f71ed36bcd4affe7452970c0549a631b823c5c81e25e07ceb186f9e5ca02dc1c7d4b26d2861b9cee9857eeebc0078e21b5b7507ec60def9a5e580ad69b
 SHA512 
d4c80aaf1f5a90c58b4bb61073f4455bf46b0c9d1fca2c75603117edc6a421983a657f729b3bc02a67ad65346622611d47ae64bc0c13de9ba4752383055f56eb
 DIST corfu-2.7.gh.tar.gz 53857 BLAKE2B 
b2448cb9f11cda128669b5a9e16759a0c61218f97619c6205dacb30e18c4c6dd43dc264d8d73e46ddd21bca8959d763fc12e5d6c0dd78e00863056789667b89a
 SHA512 
3262295093a6dd56f4fb540b749b326b193b05c14639d05b80c3da83b52ca04c090795d72625a045c83d480f2769936173d1143aa8b534b3c25e36984be7677f
 DIST corfu-2.8.gh.tar.gz 53837 BLAKE2B 
8f5c3ce89468eee9bd7d89848c39560509cefeb9fed5844fb6b83a16857a29ef14c25cba90f1d6d212e5677786d6a04b7b3575aa4ab18fb223268a2f8aa61033
 SHA512 
a0d5488bccbec2de3592b9b42a4511b1574bdb2d45634f0beb748ef8a6b7e11077e7aaefb5bf1c24d44efb4c28b531bc689ab16fda179ec362003b375ec9e846

diff --git a/app-emacs/corfu/corfu-2.6.ebuild b/app-emacs/corfu/corfu-2.6.ebuild
deleted file mode 100644
index 25aa7c5a2975..000000000000
--- a/app-emacs/corfu/corfu-2.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.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
-"
-BDEPEND="
-       ${RDEPEND}
-"
-
-DOCS=( CHANGELOG.org README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-       default
-
-       mv ./extensions/*.el . || die
-}
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}

Reply via email to