commit:     acbf3b57f23370cb569a983455371a7c8749402d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 21:27:50 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 22:23:50 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbf3b57

app-emacs/consult: drop old 3.2

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

 app-emacs/consult/Manifest           |  1 -
 app-emacs/consult/consult-3.2.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 036f201f62c3..2e7d717a2550 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1 @@
-DIST consult-3.2.gh.tar.gz 115006 BLAKE2B 
30b446edeac9b9ff154c85ace163637507bcf8d972baf48d268f35677c304cec2b7399064a62939441202600ebe2ca2acb0fe370df67237eb7f28b15fb27e1b7
 SHA512 
d674fdd02282aa1b13e09bcdf37da3eb89fc8cc7e85cf1d414f8f23f5e814c68f39c15c514abfbe3ddcf2affee2130192146b65be7fddfaf4d6661caecdd577a
 DIST consult-3.3.gh.tar.gz 115572 BLAKE2B 
d007d6276ce7d3656c1a38e5eea9c718acb83bbbd3bf716fcf7f43100052ffb14c11bf0eb6a3aa76d9aba59da2c5849baf60c769fbc873a6811933490a8d3847
 SHA512 
32619e5d1dbf92433db480477d90c81d005b581838fd8c17113226aa52de5e56945f4ccdb91b3dad5b1b992023773ae268d41df487ac84cd85467b47efecd2e1

diff --git a/app-emacs/consult/consult-3.2.ebuild 
b/app-emacs/consult/consult-3.2.ebuild
deleted file mode 100644
index 732ee7571ba8..000000000000
--- a/app-emacs/consult/consult-3.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 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 via email to