commit:     db09b2a94299de646d4e1b5e99fa18b4699efb03
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 16:39:11 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db09b2a9

app-emacs/consult: drop old 1.8

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

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

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 2053f71ba4dd..abccdcee6d3a 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-1.8.tar.gz 104909 BLAKE2B 
b946274cc83e0b3372895c30e2d3b303bc9c5f7c4da7a8f4fc9521ac96f60e3c07e17df6bee7f9ec3594ff3d3fcdbdc21ea1cd6ccb74c8cc0d13bfd42b0ddd9d
 SHA512 
3497be58ab11338453864a77b35e23f60f4c9ba901f4a335428671d629bc8d92f3dddb47ded9876a7964603935714851ebbc4bedcded254fb6cb0ef80b415601
 DIST consult-1.9.tar.gz 106013 BLAKE2B 
17b55f08821a77a3267547111f335b422adc62698faa1901f9197e6dece441d0d087215cc91188e90cc5bdd0ce9b41903d73338cc48c0d082d290cfd588e3e63
 SHA512 
bc85c2a5cab4b1b94bf53aee822d3efa2f38d9efc39f10596023b755d94de092ab0715cab17b625ffeb2c3bfdcbe57925d1f2dd4857363d62f8ea03f85d6e959
 DIST consult-2.0.gh.tar.gz 110667 BLAKE2B 
e697c8b71beefd7e09a5f8368e913852448f2aa8717283929c87a8a0dcaa92af56ab68ba9c919044afbe0306cacc2d999ff7a0f38a29bc46af510aaf9f81766c
 SHA512 
71b6951d8b429fdc54ca1a2b77adfc6be5cd92be22f70d6c01e7333c3de43754176aa8e1caa3913e2bfca84aee2440a48d8545bb2c9818c73dfe8816924549f4

diff --git a/app-emacs/consult/consult-1.8.ebuild 
b/app-emacs/consult/consult-1.8.ebuild
deleted file mode 100644
index 91fc4479473f..000000000000
--- a/app-emacs/consult/consult-1.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27
-
-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}.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-28.1
-"
-BDEPEND="
-       ${RDEPEND}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}

Reply via email to