summaryrefslogtreecommitdiff
path: root/app-emacs/consult
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emacs/consult
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emacs/consult')
-rw-r--r--app-emacs/consult/Manifest2
-rw-r--r--app-emacs/consult/consult-3.4.ebuild39
-rw-r--r--app-emacs/consult/consult-3.5.ebuild39
-rw-r--r--app-emacs/consult/consult-9999.ebuild39
-rw-r--r--app-emacs/consult/files/50consult-gentoo.el2
-rw-r--r--app-emacs/consult/metadata.xml28
6 files changed, 0 insertions, 149 deletions
diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
deleted file mode 100644
index 55e5b6547713..000000000000
--- a/app-emacs/consult/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST consult-3.4.gh.tar.gz 115372 BLAKE2B fa4cbcc42b91e9f8e10fe69e53775319a7a7d20802b5cadd4dd7f400776ecebd4b956a223fa0b7943ba4503fe6fb8ca10ff243ffd04e5ecedd01bf1a06b29b10 SHA512 46c5d4a245014b353ea0957292f4ccf4c345d477bf77abe1f04a3dc7328f9676303d5561aa56396a34a04470311e7f22ceecfcdfd19ca161b636cb7616c32221
-DIST consult-3.5.gh.tar.gz 115370 BLAKE2B 859c8e6dc569a2eb9362423f8c43423e25f38ad6893c7a679897dc0d06ea1b338f7293cf47ef1c31d845c05d2a8cced6b30eb214a37d229ea969e2c8af4621ea SHA512 6db716006f1f503ef8dfc7ed607bf75168dcf5abf45ad342bc8343c6c00dd1a3bac0dee897319bc37042e06c114d21b1337e66b5e9f2d7ee858752964a910208
diff --git a/app-emacs/consult/consult-3.4.ebuild b/app-emacs/consult/consult-3.4.ebuild
deleted file mode 100644
index a21948cf74cd..000000000000
--- a/app-emacs/consult/consult-3.4.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
-}
diff --git a/app-emacs/consult/consult-3.5.ebuild b/app-emacs/consult/consult-3.5.ebuild
deleted file mode 100644
index 313fa62a75ce..000000000000
--- a/app-emacs/consult/consult-3.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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
-}
diff --git a/app-emacs/consult/consult-9999.ebuild b/app-emacs/consult/consult-9999.ebuild
deleted file mode 100644
index 313fa62a75ce..000000000000
--- a/app-emacs/consult/consult-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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
-}
diff --git a/app-emacs/consult/files/50consult-gentoo.el b/app-emacs/consult/files/50consult-gentoo.el
deleted file mode 100644
index 485f96d1d4b1..000000000000
--- a/app-emacs/consult/files/50consult-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/consult-autoloads" nil t)
diff --git a/app-emacs/consult/metadata.xml b/app-emacs/consult/metadata.xml
deleted file mode 100644
index 0837c060b0d9..000000000000
--- a/app-emacs/consult/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <stabilize-allarches />
- <longdescription>
- Consult provides search and navigation commands based on the Emacs
- completion function completing-read. Completion allows you to quickly
- select an item from a list of candidates. Consult offers asynchronous
- and interactive consult-grep and consult-ripgrep commands, and the
- line-based search command consult-line. Furthermore Consult provides an
- advanced buffer switching command consult-buffer to switch between
- buffers, recently opened files, bookmarks and buffer-like candidates
- from other sources. Some of the Consult commands are enhanced versions
- of built-in Emacs commands. For example the command consult-imenu
- presents a flat list of the Imenu with live preview, grouping and
- narrowing. Consult is fully compatible with completion systems centered
- around the standard Emacs completing-read API, notably the default
- completion system, Vertico, Mct, and Icomplete.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/minad/consult/issues/</bugs-to>
- </upstream>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>