[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-04-22 Thread Maciej Barć
commit: a0f4817e8b5fc75b8b872a4589a4a27bac61741e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 22 22:34:11 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 22 22:34:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f4817e

app-emacs/consult: bump to 1.5

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.5.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 7e0689d18763..1e3566d6db4f 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1 +1,2 @@
 DIST consult-1.4.tar.gz 103709 BLAKE2B 
5326856b6bafc0a52d525971d84bd2fd3e0450aa1e8060d9ad49dabc6620fb2b721e5a26ba8d219bd889723109af766ba7fb8faa510301031f9372c798a8853d
 SHA512 
4721820d288a357ea3432a850556a85cb037c1ddc262cada62d75e80641f1b402dd6edfceabb89b8dc386ae391081e02d2550f8773f9760ae267f3af8e381cb6
+DIST consult-1.5.tar.gz 103884 BLAKE2B 
3244582f7b5db6e17ef8b42d1482088c263fce02124596728c3afa17673a1e17565b82b2ba37a6843af72279cf36df49febda389c42d5a6c6be8a7a0ca3ad05f
 SHA512 
2e2b96a7bb6b0a311796a76a1f5609f4c7ad48eb1d3c98c6431aeec1803222c437a552483f198de7d195e5a4cded79e00b673382a9cfbefe18864fa2d170f2bf

diff --git a/app-emacs/consult/consult-1.5.ebuild 
b/app-emacs/consult/consult-1.5.ebuild
new file mode 100644
index ..7f3ed9bf0123
--- /dev/null
+++ b/app-emacs/consult/consult-1.5.ebuild
@@ -0,0 +1,39 @@
+# 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}" == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-04-22 Thread Maciej Barć
commit: dff965108ba0c613d0dac6a365aabcc0e048e4f9
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 22 22:32:23 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 22 22:32:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff96510

app-emacs/consult: drop old 1.2

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

 app-emacs/consult/Manifest   |  1 -
 app-emacs/consult/consult-1.2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 04b74d90a450..01adc66dc065 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-1.2.tar.gz 103598 BLAKE2B 
684ac2c9aca7901ee7ad2d2601327ff57c9fe08b20c6314526b1166bec0276bdf129bd80d09a54b15a1cf91030ed7d2377d91ed49d8ba4e177e3438264587302
 SHA512 
f8c927bbe447b9337faa511bec59188198d2a6ee0acd142bd48603f09634b7219e183c509245fa7026145c3ca688a6ab152fc0ededc0bf81ee3fb019ef1d675f
 DIST consult-1.3.tar.gz 103808 BLAKE2B 
180f775ac76a4e0c40b8bbeeb254a8eccc3afd01ed8de792f4847e3cdee85201384816fca54bbf29d8b5a4aa8f091e298710e10d8dc1b495b1517cdd91e4500c
 SHA512 
fab8811d4a95ba947334c9098971f24071f0a86df16e44e92a3acaa1b05e4169d41f0d8c05251ed0053a5299f1e0db3b70ff51cfb9165be7a848872412235aee
 DIST consult-1.4.tar.gz 103709 BLAKE2B 
5326856b6bafc0a52d525971d84bd2fd3e0450aa1e8060d9ad49dabc6620fb2b721e5a26ba8d219bd889723109af766ba7fb8faa510301031f9372c798a8853d
 SHA512 
4721820d288a357ea3432a850556a85cb037c1ddc262cada62d75e80641f1b402dd6edfceabb89b8dc386ae391081e02d2550f8773f9760ae267f3af8e381cb6

diff --git a/app-emacs/consult/consult-1.2.ebuild 
b/app-emacs/consult/consult-1.2.ebuild
deleted file mode 100644
index ec7220ffd0b6..
--- a/app-emacs/consult/consult-1.2.ebuild
+++ /dev/null
@@ -1,33 +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} == ** ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-04-22 Thread Maciej Barć
commit: 758cfab2b7b5fab126f41e5aedff0c6726284ecf
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 22 22:32:40 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 22 22:32:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758cfab2

app-emacs/consult: drop old 1.3

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

 app-emacs/consult/Manifest   |  1 -
 app-emacs/consult/consult-1.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 01adc66dc065..7e0689d18763 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1 @@
-DIST consult-1.3.tar.gz 103808 BLAKE2B 
180f775ac76a4e0c40b8bbeeb254a8eccc3afd01ed8de792f4847e3cdee85201384816fca54bbf29d8b5a4aa8f091e298710e10d8dc1b495b1517cdd91e4500c
 SHA512 
fab8811d4a95ba947334c9098971f24071f0a86df16e44e92a3acaa1b05e4169d41f0d8c05251ed0053a5299f1e0db3b70ff51cfb9165be7a848872412235aee
 DIST consult-1.4.tar.gz 103709 BLAKE2B 
5326856b6bafc0a52d525971d84bd2fd3e0450aa1e8060d9ad49dabc6620fb2b721e5a26ba8d219bd889723109af766ba7fb8faa510301031f9372c798a8853d
 SHA512 
4721820d288a357ea3432a850556a85cb037c1ddc262cada62d75e80641f1b402dd6edfceabb89b8dc386ae391081e02d2550f8773f9760ae267f3af8e381cb6

diff --git a/app-emacs/consult/consult-1.3.ebuild 
b/app-emacs/consult/consult-1.3.ebuild
deleted file mode 100644
index ec7220ffd0b6..
--- a/app-emacs/consult/consult-1.3.ebuild
+++ /dev/null
@@ -1,33 +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} == ** ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-04-17 Thread Sam James
commit: 6d9fc758a8e21bd80bac5449ee20ff2009117da8
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 17 23:28:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 17 23:28:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9fc758

app-emacs/consult: Stabilize 1.4 ALLARCHES, #930161

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult/consult-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult/consult-1.4.ebuild 
b/app-emacs/consult/consult-1.4.ebuild
index e1f29886c2e1..ec7220ffd0b6 100644
--- a/app-emacs/consult/consult-1.4.ebuild
+++ b/app-emacs/consult/consult-1.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-04-04 Thread Jakov Smolić
commit: 45855edbca23479938599712e022f2aaf9821b1f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr  4 09:01:38 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr  4 09:01:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45855edb

app-emacs/consult: Stabilize 1.3 ALLARCHES, #928552

Signed-off-by: Jakov Smolić  gentoo.org>

 app-emacs/consult/consult-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult/consult-1.3.ebuild 
b/app-emacs/consult/consult-1.3.ebuild
index e1f29886c2e1..ec7220ffd0b6 100644
--- a/app-emacs/consult/consult-1.3.ebuild
+++ b/app-emacs/consult/consult-1.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-03-13 Thread Maciej Barć
commit: b97dc0cc05d6b179f78787abc146252647c6b6b2
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Mar 13 14:30:57 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Mar 13 16:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97dc0cc

app-emacs/consult: drop old 1.1

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

 app-emacs/consult/Manifest   |  1 -
 app-emacs/consult/consult-1.1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 3ad43dad88b3..9166dcec8741 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-1.1.tar.gz 103352 BLAKE2B 
8ad8eff3d65013de40f9ee10abaa6ea39acb6b96543d533bc4a272139778445863d26d06a88a759215ee46a95cc68595e8b3eb4e91db911b6b6f104e97a47cce
 SHA512 
687266605f2b8fa9260362aabacd8508acb5239fa72061efbc002d311cf5ebef6fce8795729ab3fc2915de3455e1744dc9980dba422495340349e8c426c44a28
 DIST consult-1.2.tar.gz 103598 BLAKE2B 
684ac2c9aca7901ee7ad2d2601327ff57c9fe08b20c6314526b1166bec0276bdf129bd80d09a54b15a1cf91030ed7d2377d91ed49d8ba4e177e3438264587302
 SHA512 
f8c927bbe447b9337faa511bec59188198d2a6ee0acd142bd48603f09634b7219e183c509245fa7026145c3ca688a6ab152fc0ededc0bf81ee3fb019ef1d675f
 DIST consult-1.3.tar.gz 103808 BLAKE2B 
180f775ac76a4e0c40b8bbeeb254a8eccc3afd01ed8de792f4847e3cdee85201384816fca54bbf29d8b5a4aa8f091e298710e10d8dc1b495b1517cdd91e4500c
 SHA512 
fab8811d4a95ba947334c9098971f24071f0a86df16e44e92a3acaa1b05e4169d41f0d8c05251ed0053a5299f1e0db3b70ff51cfb9165be7a848872412235aee

diff --git a/app-emacs/consult/consult-1.1.ebuild 
b/app-emacs/consult/consult-1.1.ebuild
deleted file mode 100644
index ec7220ffd0b6..
--- a/app-emacs/consult/consult-1.1.ebuild
+++ /dev/null
@@ -1,33 +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} == ** ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-03-13 Thread Maciej Barć
commit: 2adda4356435bc19a92f2434e267c262f0214000
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Mar 13 14:31:39 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Mar 13 16:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adda435

app-emacs/consult: bump to 1.4

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 9166dcec8741..04b74d90a450 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-1.2.tar.gz 103598 BLAKE2B 
684ac2c9aca7901ee7ad2d2601327ff57c9fe08b20c6314526b1166bec0276bdf129bd80d09a54b15a1cf91030ed7d2377d91ed49d8ba4e177e3438264587302
 SHA512 
f8c927bbe447b9337faa511bec59188198d2a6ee0acd142bd48603f09634b7219e183c509245fa7026145c3ca688a6ab152fc0ededc0bf81ee3fb019ef1d675f
 DIST consult-1.3.tar.gz 103808 BLAKE2B 
180f775ac76a4e0c40b8bbeeb254a8eccc3afd01ed8de792f4847e3cdee85201384816fca54bbf29d8b5a4aa8f091e298710e10d8dc1b495b1517cdd91e4500c
 SHA512 
fab8811d4a95ba947334c9098971f24071f0a86df16e44e92a3acaa1b05e4169d41f0d8c05251ed0053a5299f1e0db3b70ff51cfb9165be7a848872412235aee
+DIST consult-1.4.tar.gz 103709 BLAKE2B 
5326856b6bafc0a52d525971d84bd2fd3e0450aa1e8060d9ad49dabc6620fb2b721e5a26ba8d219bd889723109af766ba7fb8faa510301031f9372c798a8853d
 SHA512 
4721820d288a357ea3432a850556a85cb037c1ddc262cada62d75e80641f1b402dd6edfceabb89b8dc386ae391081e02d2550f8773f9760ae267f3af8e381cb6

diff --git a/app-emacs/consult/consult-1.4.ebuild 
b/app-emacs/consult/consult-1.4.ebuild
new file mode 100644
index ..e1f29886c2e1
--- /dev/null
+++ b/app-emacs/consult/consult-1.4.ebuild
@@ -0,0 +1,33 @@
+# 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-02-27 Thread Sam James
commit: 9c06f507de6368923b9b1e7b6022247418b5ea0a
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 27 23:20:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 27 23:20:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c06f507

app-emacs/consult: Stabilize 1.2 ALLARCHES, #925645

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult/consult-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult/consult-1.2.ebuild 
b/app-emacs/consult/consult-1.2.ebuild
index e1f29886c2e1..ec7220ffd0b6 100644
--- a/app-emacs/consult/consult-1.2.ebuild
+++ b/app-emacs/consult/consult-1.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-02-24 Thread Maciej Barć
commit: 750f28e9a8640c113d0ca81ad0eab0f2dc877f91
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Feb 24 21:06:49 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Feb 24 21:50:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750f28e9

app-emacs/consult: bump to 1.3

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 4bdff09cdcf1..3ad43dad88b3 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-1.1.tar.gz 103352 BLAKE2B 
8ad8eff3d65013de40f9ee10abaa6ea39acb6b96543d533bc4a272139778445863d26d06a88a759215ee46a95cc68595e8b3eb4e91db911b6b6f104e97a47cce
 SHA512 
687266605f2b8fa9260362aabacd8508acb5239fa72061efbc002d311cf5ebef6fce8795729ab3fc2915de3455e1744dc9980dba422495340349e8c426c44a28
 DIST consult-1.2.tar.gz 103598 BLAKE2B 
684ac2c9aca7901ee7ad2d2601327ff57c9fe08b20c6314526b1166bec0276bdf129bd80d09a54b15a1cf91030ed7d2377d91ed49d8ba4e177e3438264587302
 SHA512 
f8c927bbe447b9337faa511bec59188198d2a6ee0acd142bd48603f09634b7219e183c509245fa7026145c3ca688a6ab152fc0ededc0bf81ee3fb019ef1d675f
+DIST consult-1.3.tar.gz 103808 BLAKE2B 
180f775ac76a4e0c40b8bbeeb254a8eccc3afd01ed8de792f4847e3cdee85201384816fca54bbf29d8b5a4aa8f091e298710e10d8dc1b495b1517cdd91e4500c
 SHA512 
fab8811d4a95ba947334c9098971f24071f0a86df16e44e92a3acaa1b05e4169d41f0d8c05251ed0053a5299f1e0db3b70ff51cfb9165be7a848872412235aee

diff --git a/app-emacs/consult/consult-1.3.ebuild 
b/app-emacs/consult/consult-1.3.ebuild
new file mode 100644
index ..e1f29886c2e1
--- /dev/null
+++ b/app-emacs/consult/consult-1.3.ebuild
@@ -0,0 +1,33 @@
+# 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-02-03 Thread Arthur Zamarin
commit: f911b6191749da98c03fcef93f18b04c9b480181
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 08:21:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 08:21:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f911b619

app-emacs/consult: Stabilize 1.1 ALLARCHES, #923640

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/consult/consult-1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/consult/consult-1.1.ebuild 
b/app-emacs/consult/consult-1.1.ebuild
index 7b1398601c9b..ec7220ffd0b6 100644
--- a/app-emacs/consult/consult-1.1.ebuild
+++ b/app-emacs/consult/consult-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-01-23 Thread Maciej Barć
commit: 32355b98aa1e93a2b963f40d1050e06a84231937
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan 23 21:00:23 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan 23 22:06:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32355b98

app-emacs/consult: drop old 0.35

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.35.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 2f608ad9a0ef..1ca0f03c3158 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721
 DIST consult-1.0.tar.gz 103340 BLAKE2B 
bb4f31b8145fc490e3413e813ae17b904fae17dc5bb9b8381fea916ff5e49ba2e25ab41f5a6711a7bebae8a0a7e5074d1274482d89dd1818c872bc0c1860db78
 SHA512 
354486706863ed7bd9e6445afeb777a2b1dc9ae805c0cb20ed9f0f501cde5fa6e10800ae0f036c46121920c7b0c1a4733c2e97f8138166bc0d84c31f711d6f10
 DIST consult-1.1.tar.gz 103352 BLAKE2B 
8ad8eff3d65013de40f9ee10abaa6ea39acb6b96543d533bc4a272139778445863d26d06a88a759215ee46a95cc68595e8b3eb4e91db911b6b6f104e97a47cce
 SHA512 
687266605f2b8fa9260362aabacd8508acb5239fa72061efbc002d311cf5ebef6fce8795729ab3fc2915de3455e1744dc9980dba422495340349e8c426c44a28

diff --git a/app-emacs/consult/consult-0.35.ebuild 
b/app-emacs/consult/consult-0.35.ebuild
deleted file mode 100644
index 262e2c7172cb..
--- a/app-emacs/consult/consult-0.35.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 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} == ** ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-01-23 Thread Maciej Barć
commit: 5ddd5373069419a3717657d8b65b95ffb94d32a5
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan 23 21:00:58 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan 23 22:06:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddd5373

app-emacs/consult: bump to 1.2

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 1ca0f03c3158..621bc786e8e6 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-1.0.tar.gz 103340 BLAKE2B 
bb4f31b8145fc490e3413e813ae17b904fae17dc5bb9b8381fea916ff5e49ba2e25ab41f5a6711a7bebae8a0a7e5074d1274482d89dd1818c872bc0c1860db78
 SHA512 
354486706863ed7bd9e6445afeb777a2b1dc9ae805c0cb20ed9f0f501cde5fa6e10800ae0f036c46121920c7b0c1a4733c2e97f8138166bc0d84c31f711d6f10
 DIST consult-1.1.tar.gz 103352 BLAKE2B 
8ad8eff3d65013de40f9ee10abaa6ea39acb6b96543d533bc4a272139778445863d26d06a88a759215ee46a95cc68595e8b3eb4e91db911b6b6f104e97a47cce
 SHA512 
687266605f2b8fa9260362aabacd8508acb5239fa72061efbc002d311cf5ebef6fce8795729ab3fc2915de3455e1744dc9980dba422495340349e8c426c44a28
+DIST consult-1.2.tar.gz 103598 BLAKE2B 
684ac2c9aca7901ee7ad2d2601327ff57c9fe08b20c6314526b1166bec0276bdf129bd80d09a54b15a1cf91030ed7d2377d91ed49d8ba4e177e3438264587302
 SHA512 
f8c927bbe447b9337faa511bec59188198d2a6ee0acd142bd48603f09634b7219e183c509245fa7026145c3ca688a6ab152fc0ededc0bf81ee3fb019ef1d675f

diff --git a/app-emacs/consult/consult-1.2.ebuild 
b/app-emacs/consult/consult-1.2.ebuild
new file mode 100644
index ..e1f29886c2e1
--- /dev/null
+++ b/app-emacs/consult/consult-1.2.ebuild
@@ -0,0 +1,33 @@
+# 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2024-01-06 Thread Sam James
commit: 91baf8b09f97f9e85a32a9baf2d6e59804f1ee3a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  6 09:07:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  6 09:07:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91baf8b0

app-emacs/consult: Stabilize 1.0 ALLARCHES, #921411

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult/consult-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/consult/consult-1.0.ebuild 
b/app-emacs/consult/consult-1.0.ebuild
index 7b1398601c9b..ec7220ffd0b6 100644
--- a/app-emacs/consult/consult-1.0.ebuild
+++ b/app-emacs/consult/consult-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2024-01-06 Thread Sam James
commit: d2ce34a4502ccc20e06eb4d1614758a0836bfa44
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  6 09:07:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  6 09:07:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ce34a4

app-emacs/consult-flycheck: Stabilize 1.0 ALLARCHES, #921412

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild
index d866bc663de1..94b3f5f29cfc 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
app-emacs/consult



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-12-29 Thread Maciej Barć
commit: f47bbcf675b0977c877caa9aa19e5484523041d9
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Dec 29 22:43:57 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Dec 29 22:48:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47bbcf6

app-emacs/consult: bump to 1.1

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 00b1089ff380..2f608ad9a0ef 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721
 DIST consult-1.0.tar.gz 103340 BLAKE2B 
bb4f31b8145fc490e3413e813ae17b904fae17dc5bb9b8381fea916ff5e49ba2e25ab41f5a6711a7bebae8a0a7e5074d1274482d89dd1818c872bc0c1860db78
 SHA512 
354486706863ed7bd9e6445afeb777a2b1dc9ae805c0cb20ed9f0f501cde5fa6e10800ae0f036c46121920c7b0c1a4733c2e97f8138166bc0d84c31f711d6f10
+DIST consult-1.1.tar.gz 103352 BLAKE2B 
8ad8eff3d65013de40f9ee10abaa6ea39acb6b96543d533bc4a272139778445863d26d06a88a759215ee46a95cc68595e8b3eb4e91db911b6b6f104e97a47cce
 SHA512 
687266605f2b8fa9260362aabacd8508acb5239fa72061efbc002d311cf5ebef6fce8795729ab3fc2915de3455e1744dc9980dba422495340349e8c426c44a28

diff --git a/app-emacs/consult/consult-1.1.ebuild 
b/app-emacs/consult/consult-1.1.ebuild
new file mode 100644
index ..7b1398601c9b
--- /dev/null
+++ b/app-emacs/consult/consult-1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-12-04 Thread Maciej Barć
commit: 15c412c09db69383668a2100425e4bc6b17cfdd0
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:20:08 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c412c0

app-emacs/consult: drop old 0.32

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.32.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 2ab6ac89209b..d45b00a320c2 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
 DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71
 DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721

diff --git a/app-emacs/consult/consult-0.32.ebuild 
b/app-emacs/consult/consult-0.32.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.32.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2023-12-04 Thread Maciej Barć
commit: ca528c16f4f0256c93fff8d9d72b276d634e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:20:58 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca528c16

app-emacs/consult-flycheck: drop old 0.8-r1

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

 app-emacs/consult-flycheck/Manifest|  1 -
 .../consult-flycheck-0.8-r1.ebuild | 25 --
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult-flycheck/Manifest 
b/app-emacs/consult-flycheck/Manifest
index 393975c0af1f..0ffb5031c170 100644
--- a/app-emacs/consult-flycheck/Manifest
+++ b/app-emacs/consult-flycheck/Manifest
@@ -1,2 +1 @@
-DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 
9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4
 SHA512 
304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217
 DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 
6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a
 SHA512 
ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
deleted file mode 100644
index b28863a7366a..
--- a/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26
-
-inherit elisp
-
-DESCRIPTION="Consult integration for Flycheck"
-HOMEPAGE="https://github.com/minad/consult-flycheck;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-emacs/consult
-   app-emacs/flycheck
-"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-12-04 Thread Maciej Barć
commit: 1fd41bda73f4573ba02f57bdfee53fb9c003e238
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:20:16 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd41bda

app-emacs/consult: drop old 0.34

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.34.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index d45b00a320c2..8af8cdf4335a 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1 @@
-DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71
 DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721

diff --git a/app-emacs/consult/consult-0.34.ebuild 
b/app-emacs/consult/consult-0.34.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.34.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2023-12-04 Thread Maciej Barć
commit: 72b4fa74994ae50dabcc1a1e8a487af45cb76bf2
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:23:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b4fa74

app-emacs/consult-flycheck: bump to 1.0

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

 app-emacs/consult-flycheck/Manifest|  1 +
 .../consult-flycheck/consult-flycheck-1.0.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult-flycheck/Manifest 
b/app-emacs/consult-flycheck/Manifest
index 0ffb5031c170..b6b3db564058 100644
--- a/app-emacs/consult-flycheck/Manifest
+++ b/app-emacs/consult-flycheck/Manifest
@@ -1 +1,2 @@
 DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 
6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a
 SHA512 
ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199
+DIST consult-flycheck-1.0.tar.gz 2289 BLAKE2B 
28848ab2aba8a96aee38e5d9654c096a232a31d62518ff60bf578dfce577bb7d67bdd69013e708b09be99d652c8563a39fb3e31addcb60e0fbb991816bcd31e3
 SHA512 
fb6d4ac8650b84331683938ac111482f8fedd68661a0bf9982a05e520109b270daa48972b1b56f25308f9c9cce7e6d968c337367035441a2a24fae80ad91c09c

diff --git a/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild
new file mode 100644
index ..d866bc663de1
--- /dev/null
+++ b/app-emacs/consult-flycheck/consult-flycheck-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Consult integration for Flycheck"
+HOMEPAGE="https://github.com/minad/consult-flycheck;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/flycheck
+"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-12-04 Thread Maciej Barć
commit: eae884c250aa221846c940d6d133711dc2ea837f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:20:33 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae884c2

app-emacs/consult: bump to 1.0

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

 app-emacs/consult/Manifest   |  1 +
 app-emacs/consult/consult-1.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 8af8cdf4335a..00b1089ff380 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1 +1,2 @@
 DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721
+DIST consult-1.0.tar.gz 103340 BLAKE2B 
bb4f31b8145fc490e3413e813ae17b904fae17dc5bb9b8381fea916ff5e49ba2e25ab41f5a6711a7bebae8a0a7e5074d1274482d89dd1818c872bc0c1860db78
 SHA512 
354486706863ed7bd9e6445afeb777a2b1dc9ae805c0cb20ed9f0f501cde5fa6e10800ae0f036c46121920c7b0c1a4733c2e97f8138166bc0d84c31f711d6f10

diff --git a/app-emacs/consult/consult-1.0.ebuild 
b/app-emacs/consult/consult-1.0.ebuild
new file mode 100644
index ..7b1398601c9b
--- /dev/null
+++ b/app-emacs/consult/consult-1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2023-08-16 Thread Sam James
commit: 21399187917972475716a70f1a4331c2cb4980eb
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 21:24:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 21:24:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21399187

app-emacs/consult-flycheck: Stabilize 0.9-r2 amd64, #912300

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
index d866bc663de1..4ec7652e1531 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
app-emacs/consult



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-08-16 Thread Sam James
commit: 2384ec4344d831b51e895d493ad743a94c15934b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 21:24:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 21:24:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2384ec43

app-emacs/consult: Stabilize 0.35 amd64, #912300

Signed-off-by: Sam James  gentoo.org>

 app-emacs/consult/consult-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult/consult-0.35.ebuild 
b/app-emacs/consult/consult-0.35.ebuild
index 7b1398601c9b..262e2c7172cb 100644
--- a/app-emacs/consult/consult-0.35.ebuild
+++ b/app-emacs/consult/consult-0.35.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-07-03 Thread Maciej Barć
commit: 5b7afb2031ea9f783da1a25e18172effa01efd57
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul  3 07:51:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul  3 07:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7afb20

app-emacs/consult: add live

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

 app-emacs/consult/consult-.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/app-emacs/consult/consult-.ebuild 
b/app-emacs/consult/consult-.ebuild
new file mode 100644
index ..7b1398601c9b
--- /dev/null
+++ b/app-emacs/consult/consult-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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} == ** ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-07-03 Thread Maciej Barć
commit: f1840e1abe3d92a503b381813f8d2fc2a4124465
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul  3 07:50:50 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul  3 07:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1840e1a

app-emacs/consult: enable live

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

 app-emacs/consult/consult-0.35.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-emacs/consult/consult-0.35.ebuild 
b/app-emacs/consult/consult-0.35.ebuild
index 1a06823ec878..7b1398601c9b 100644
--- a/app-emacs/consult/consult-0.35.ebuild
+++ b/app-emacs/consult/consult-0.35.ebuild
@@ -2,17 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 NEED_EMACS=27
 
 inherit elisp
 
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+DESCRIPTION="Consulting complete-read for GNU Emacs"
+HOMEPAGE="https://github.com/minad/consult/;
+
+if [[ ${PV} == ** ]] ; 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"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=app-emacs/compat-28.1"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-07-02 Thread Maciej Barć
commit: 9d2bd0d723ee5e850641df076aecbd9932e389ab
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jul  2 23:34:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jul  2 23:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2bd0d7

app-emacs/consult: drop old 0.33

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.33.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index ea91941b789b..467d3d286526 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
-DIST consult-0.33.tar.gz 102348 BLAKE2B 
16419c7dfbee2d190dc4f534a69f835120779e6b44d0136963b830a56b49f890df6ac72f3dd229351bb1eb9e9b94a1a0fac1c14ee086a06d137b79e869f49d8c
 SHA512 
64bf4a4833e66388465db44d97fd0a8492baf8a2d3c54638cb2438391ec0b5599e944d5eb56812ea3fb1f6b6bcaf4a27d014390d084b9a73b0340c3aa467603f
 DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71

diff --git a/app-emacs/consult/consult-0.33.ebuild 
b/app-emacs/consult/consult-0.33.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.33.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-07-02 Thread Maciej Barć
commit: 435b81f63636cb629096bad4ff82cac6aecc7019
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jul  2 23:34:35 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jul  2 23:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435b81f6

app-emacs/consult: bump to 0.35

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.35.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 467d3d286526..2ab6ac89209b 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
 DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71
+DIST consult-0.35.tar.gz 103472 BLAKE2B 
5e47d40bd67811f40ef27f67b508d0fabdbc3bd552ee990e9418b59eedcebfb69241dfeae4a9f084514fc4eb102e17ab7efa4c4e80020d2cd8cd1cd80447aa13
 SHA512 
a2ee01c970bddd8367c8fe3094483bd5710f1bdbfd3b278e26d443ec42e91dee64b583272ac37e52f198f75554c95f97cd774b7f85b1a1c0d28b9a3905c77721

diff --git a/app-emacs/consult/consult-0.35.ebuild 
b/app-emacs/consult/consult-0.35.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.35.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-04-22 Thread Maciej Barć
commit: 0eedc6eae6a68f4a5bbc3321557b36643e7be7c6
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 22 21:53:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 22 23:18:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eedc6ea

app-emacs/consult: bump to 0.34

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.34.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index a7d578b2fcf6..9cace98e5e2f 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
 DIST consult-0.33.tar.gz 102348 BLAKE2B 
16419c7dfbee2d190dc4f534a69f835120779e6b44d0136963b830a56b49f890df6ac72f3dd229351bb1eb9e9b94a1a0fac1c14ee086a06d137b79e869f49d8c
 SHA512 
64bf4a4833e66388465db44d97fd0a8492baf8a2d3c54638cb2438391ec0b5599e944d5eb56812ea3fb1f6b6bcaf4a27d014390d084b9a73b0340c3aa467603f
+DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71

diff --git a/app-emacs/consult/consult-0.34.ebuild 
b/app-emacs/consult/consult-0.34.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.34.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-04-22 Thread Maciej Barć
commit: 2d7660f53f68d2f3429541ec049b672077e3102f
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 22 21:54:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 22 23:18:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7660f5

app-emacs/consult: drop old 0.31

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.31.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 9cace98e5e2f..ea91941b789b 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
 DIST consult-0.33.tar.gz 102348 BLAKE2B 
16419c7dfbee2d190dc4f534a69f835120779e6b44d0136963b830a56b49f890df6ac72f3dd229351bb1eb9e9b94a1a0fac1c14ee086a06d137b79e869f49d8c
 SHA512 
64bf4a4833e66388465db44d97fd0a8492baf8a2d3c54638cb2438391ec0b5599e944d5eb56812ea3fb1f6b6bcaf4a27d014390d084b9a73b0340c3aa467603f
 DIST consult-0.34.tar.gz 102922 BLAKE2B 
a3a748fd51a302d2c7e55158b1098d8d7d72c259a15b81d7441d82731f27ae673465d719f1adda933db97b0466fd1f9eaa96b60a3df4de57ccf26f64f0803b3c
 SHA512 
62163d5b065cf5aba8887624fbf13339d667f7b250ce1777d0c417a2bba91419978852e2c12f6c78dbfab994c0f7a613bca318d19adf4ae1a3e59bb4f5217f71

diff --git a/app-emacs/consult/consult-0.31.ebuild 
b/app-emacs/consult/consult-0.31.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.31.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2023-03-26 Thread Ulrich Müller
commit: 1bbc65189df087df3af0b4a0c70c1b2e8c86251e
Author: Matthew Smith  gentoo  org>
AuthorDate: Thu Mar 23 11:53:25 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 26 16:50:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbc6518

app-emacs/consult-flycheck: update NEED_EMACS

Signed-off-by: Matthew Smith  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 .../{consult-flycheck-0.9-r1.ebuild => consult-flycheck-0.9-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
similarity index 96%
rename from app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
rename to app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
index b28863a7366a..d866bc663de1 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-NEED_EMACS=26
+NEED_EMACS=27.1
 
 inherit elisp
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2023-03-19 Thread Maciej Barć
commit: ca12ba866eb48b027c4395e3cb3d9d951a66395a
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 19 13:11:16 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 19 13:53:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca12ba86

app-emacs/consult-flycheck: DEPEND -> BDEPEND

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

 ...lycheck-0.8.ebuild => consult-flycheck-0.8-r1.ebuild} | 16 ++--
 ...lycheck-0.9.ebuild => consult-flycheck-0.9-r1.ebuild} | 16 ++--
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
similarity index 72%
rename from app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
rename to app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
index 71a13cdc7f92..b28863a7366a 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 NEED_EMACS=26
 
 inherit elisp
 
 DESCRIPTION="Consult integration for Flycheck"
 HOMEPAGE="https://github.com/minad/consult-flycheck;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-SITEFILE="50${PN}-gentoo.el"
+RDEPEND="
+   app-emacs/consult
+   app-emacs/flycheck
+"
+BDEPEND="${RDEPEND}"
 
-DEPEND="app-emacs/consult
-   app-emacs/flycheck"
-RDEPEND="${DEPEND}"
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
similarity index 72%
rename from app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
rename to app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
index 71a13cdc7f92..b28863a7366a 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 NEED_EMACS=26
 
 inherit elisp
 
 DESCRIPTION="Consult integration for Flycheck"
 HOMEPAGE="https://github.com/minad/consult-flycheck;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-SITEFILE="50${PN}-gentoo.el"
+RDEPEND="
+   app-emacs/consult
+   app-emacs/flycheck
+"
+BDEPEND="${RDEPEND}"
 
-DEPEND="app-emacs/consult
-   app-emacs/flycheck"
-RDEPEND="${DEPEND}"
+SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-03-12 Thread Maciej Barć
commit: 95263dd338e773fd99b2a7593df118a7b9a2fac0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:36:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95263dd3

app-emacs/consult: bump to 0.33

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.33.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index ca0bd78020b0..a7d578b2fcf6 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
+DIST consult-0.33.tar.gz 102348 BLAKE2B 
16419c7dfbee2d190dc4f534a69f835120779e6b44d0136963b830a56b49f890df6ac72f3dd229351bb1eb9e9b94a1a0fac1c14ee086a06d137b79e869f49d8c
 SHA512 
64bf4a4833e66388465db44d97fd0a8492baf8a2d3c54638cb2438391ec0b5599e944d5eb56812ea3fb1f6b6bcaf4a27d014390d084b9a73b0340c3aa467603f

diff --git a/app-emacs/consult/consult-0.33.ebuild 
b/app-emacs/consult/consult-0.33.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.33.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-03-12 Thread Maciej Barć
commit: 4f4c92551d177e53b609db65d2814cacb0c3fcf9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:35:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4c9255

app-emacs/consult: drop old 0.30

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.30.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index f7ab4ea1b8b3..ca0bd78020b0 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e

diff --git a/app-emacs/consult/consult-0.30.ebuild 
b/app-emacs/consult/consult-0.30.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.30.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-02-07 Thread Maciej Barć
commit: 330dda170ba8703240a2dd81e2c4d9769f465609
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Feb  7 20:43:58 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Feb  7 21:49:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330dda17

app-emacs/consult: bump to 0.32

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.32.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 15b76c1c2a63..f7ab4ea1b8b3 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
+DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e

diff --git a/app-emacs/consult/consult-0.32.ebuild 
b/app-emacs/consult/consult-0.32.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.32.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-02-07 Thread Maciej Barć
commit: e13114e06322a240e172c8041bf429d955441870
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Feb  7 20:43:32 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Feb  7 21:49:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13114e0

app-emacs/consult: drop old 0.29

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.29.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index f69825fc3576..15b76c1c2a63 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9
 DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4

diff --git a/app-emacs/consult/consult-0.29.ebuild 
b/app-emacs/consult/consult-0.29.ebuild
deleted file mode 100644
index d2a809943fab..
--- a/app-emacs/consult/consult-0.29.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-01-06 Thread Maciej Barć
commit: 77b918456c3762b87befd1ff0b6f82f57e912d1b
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jan  7 03:21:47 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jan  7 03:21:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b91845

app-emacs/consult: drop old 0.20

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.20.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 065c471a74da..f69825fc3576 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9
 DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4

diff --git a/app-emacs/consult/consult-0.20.ebuild 
b/app-emacs/consult/consult-0.20.ebuild
deleted file mode 100644
index d2a809943fab..
--- a/app-emacs/consult/consult-0.20.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-01-06 Thread Maciej Barć
commit: 7dbcd2bee1b46e2e4ad53f36bea97f233b9132b8
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jan  7 03:21:24 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jan  7 03:21:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbcd2be

app-emacs/consult: bump to 0.31

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.31.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 1982e3df1275..065c471a74da 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9
 DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
+DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4

diff --git a/app-emacs/consult/consult-0.31.ebuild 
b/app-emacs/consult/consult-0.31.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.31.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-01-02 Thread Maciej Barć
commit: 699fa6c1027bcac8f5891f82b6380e7dc0dd18e3
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan  3 00:38:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan  3 00:38:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699fa6c1

app-emacs/consult: bump to 0.30

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.30.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 685c3947e2f6..4bf516e807b9 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9
+DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b

diff --git a/app-emacs/consult/consult-0.30.ebuild 
b/app-emacs/consult/consult-0.30.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.30.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2023-01-02 Thread Maciej Barć
commit: 9d25656185b93e7094c83868031463b81245ac1d
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan  3 00:38:24 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan  3 00:38:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d256561

app-emacs/consult: drop old 0.19

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.19.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 4bf516e807b9..1982e3df1275 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9
 DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b

diff --git a/app-emacs/consult/consult-0.19.ebuild 
b/app-emacs/consult/consult-0.19.ebuild
deleted file mode 100644
index d2a809943fab..
--- a/app-emacs/consult/consult-0.19.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-12-03 Thread Maciej Barć
commit: c3d3044069bad95c21def075c1cb35c70fba0820
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:27:29 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d30440

app-emacs/consult: drop old 0.18

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.18.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index a85ac09cea92..685c3947e2f6 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
 DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9

diff --git a/app-emacs/consult/consult-0.18.ebuild 
b/app-emacs/consult/consult-0.18.ebuild
deleted file mode 100644
index d2a809943fab..
--- a/app-emacs/consult/consult-0.18.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-12-03 Thread Maciej Barć
commit: 22bd7b27742ea9d6a9346d9a1527e97fe24ca6bf
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec  4 05:27:16 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec  4 05:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bd7b27

app-emacs/consult: bump to 0.29

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.29.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 551828edac39..a85ac09cea92 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9
+DIST consult-0.29.tar.gz 98233 BLAKE2B 
e500e3b48609000934c82832c80c9a253ee260a67c1b7e437f792668f607aa8d8e7909bd889341bf2cfc46bd4e54ed133350862aa2e7fe51fe36948d5b5edc17
 SHA512 
fff55c1eb435955b48e830626e06eb657cdd7c48722e9583f47842c720d1a3bc1ee8ca97ef758ad4270709fc303ba6c76dfa4c153fc958acee348aadf1e5a1f9

diff --git a/app-emacs/consult/consult-0.29.ebuild 
b/app-emacs/consult/consult-0.29.ebuild
new file mode 100644
index ..d2a809943fab
--- /dev/null
+++ b/app-emacs/consult/consult-0.29.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/

2022-11-09 Thread Maciej Barć
commit: f5eedc65ba7821c9ce44fb7cf01607bfb2c3e086
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Nov 10 01:17:58 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Nov 10 01:19:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5eedc65

app-emacs/consult-flycheck: bump to 0.9

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

 app-emacs/consult-flycheck/Manifest |  1 +
 .../consult-flycheck/consult-flycheck-0.9.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/consult-flycheck/Manifest 
b/app-emacs/consult-flycheck/Manifest
index 059d3055cb13..393975c0af1f 100644
--- a/app-emacs/consult-flycheck/Manifest
+++ b/app-emacs/consult-flycheck/Manifest
@@ -1 +1,2 @@
 DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 
9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4
 SHA512 
304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217
+DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 
6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a
 SHA512 
ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
new file mode 100644
index ..71a13cdc7f92
--- /dev/null
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="Consult integration for Flycheck"
+HOMEPAGE="https://github.com/minad/consult-flycheck;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DEPEND="app-emacs/consult
+   app-emacs/flycheck"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-10-19 Thread Maciej Barć
commit: f1c8bba2a726f356f108091dfba895ad980aa753
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 19 19:41:58 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 19 20:12:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c8bba2

app-emacs/consult: bump to 0.20

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.20.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index f2829447bfdc..8e79f0e7654e 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,4 @@
 DIST consult-0.15.tar.gz 90201 BLAKE2B 
1652d5a2c1f559c67f6899fe26b221bfdf0599a20af7309e2dc57a4701a795c8decd2f878056297204611d045829ee1aa24ccb665e36c15f6a2a3a14eb81f382
 SHA512 
2b8926638c13633e2ccf48d63a3a76245d075694f046e20575e8c9bcce983a3610ef648374b01dbff4dbf97d116830040c8e76d9d75d05ca23278253e68138e5
 DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
+DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9

diff --git a/app-emacs/consult/consult-0.20.ebuild 
b/app-emacs/consult/consult-0.20.ebuild
new file mode 100644
index ..d2a809943fab
--- /dev/null
+++ b/app-emacs/consult/consult-0.20.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-10-19 Thread Maciej Barć
commit: 40e4a7ad271a7829c50d997ff7c21590c75a267b
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct 19 19:42:13 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct 19 20:12:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e4a7ad

app-emacs/consult: drop old 0.15

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.15.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 8e79f0e7654e..551828edac39 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,4 +1,3 @@
-DIST consult-0.15.tar.gz 90201 BLAKE2B 
1652d5a2c1f559c67f6899fe26b221bfdf0599a20af7309e2dc57a4701a795c8decd2f878056297204611d045829ee1aa24ccb665e36c15f6a2a3a14eb81f382
 SHA512 
2b8926638c13633e2ccf48d63a3a76245d075694f046e20575e8c9bcce983a3610ef648374b01dbff4dbf97d116830040c8e76d9d75d05ca23278253e68138e5
 DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
 DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e
 DIST consult-0.20.tar.gz 96288 BLAKE2B 
41d35655b75c6f3901b5b20f743bdf5119d0347a2d2a0dd6884cbf3856146ed30a224da75147063a93f4274772d54bbb6f91d4deb9fbda5f93d57d1b70083ef0
 SHA512 
d9f847f086e2921a769e84b10439512e0b614b87c424d6b206ed1007bbd67360072e02441a4249ac31ea6aa9ad5d36a042af27c0ebc935de3889e31d604ac8c9

diff --git a/app-emacs/consult/consult-0.15.ebuild 
b/app-emacs/consult/consult-0.15.ebuild
deleted file mode 100644
index 71aa4f98c4be..
--- a/app-emacs/consult/consult-0.15.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-09-14 Thread Maciej Barć
commit: d3d0c68ed8a5fb9529b1652d07c40d3a9a388f56
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 14 15:10:28 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 14 16:03:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d0c68e

app-emacs/consult: bump to 0.19

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.19.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index 482da82bd8e7..f2829447bfdc 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.15.tar.gz 90201 BLAKE2B 
1652d5a2c1f559c67f6899fe26b221bfdf0599a20af7309e2dc57a4701a795c8decd2f878056297204611d045829ee1aa24ccb665e36c15f6a2a3a14eb81f382
 SHA512 
2b8926638c13633e2ccf48d63a3a76245d075694f046e20575e8c9bcce983a3610ef648374b01dbff4dbf97d116830040c8e76d9d75d05ca23278253e68138e5
 DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938
+DIST consult-0.19.tar.gz 94673 BLAKE2B 
a0bfacd0eccde14a332e85d31ad37092f418b5d250db8bc5a674881828d198fd2b26d66be1574539c33fcdc70f7165f4be84a4f920f1eb62b6bee0048b46ac54
 SHA512 
b1f023d57f29ec9443add83aca818a0f7f2c4954e8d5f53246fbb5a2525c03c20c71d69d8e748fe6fe6044393849b33f9589428528d2d0837e5848aab2724f4e

diff --git a/app-emacs/consult/consult-0.19.ebuild 
b/app-emacs/consult/consult-0.19.ebuild
new file mode 100644
index ..d2a809943fab
--- /dev/null
+++ b/app-emacs/consult/consult-0.19.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/

2022-05-29 Thread Matthew Smith
commit: 5403ef8746901047b18356c4e3885c2629bd5d12
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun May 29 07:37:45 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun May 29 07:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5403ef87

app-emacs/consult: add 0.18

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.18.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index b07059e9e0d9..482da82bd8e7 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1 +1,2 @@
 DIST consult-0.15.tar.gz 90201 BLAKE2B 
1652d5a2c1f559c67f6899fe26b221bfdf0599a20af7309e2dc57a4701a795c8decd2f878056297204611d045829ee1aa24ccb665e36c15f6a2a3a14eb81f382
 SHA512 
2b8926638c13633e2ccf48d63a3a76245d075694f046e20575e8c9bcce983a3610ef648374b01dbff4dbf97d116830040c8e76d9d75d05ca23278253e68138e5
+DIST consult-0.18.tar.gz 93440 BLAKE2B 
cc67e8cbc49846964114a8e01a10d41454fde2e4a2e98e3af315092fab5631ea1418f649eb92ca798672c0ea153dd2862b555aee6530a1baa84ac4050df7a3c6
 SHA512 
74005c211ba7af0cf3c0a06fdec8d85da111ea84edb4eef2c60d231ae6eb87905298ee8bbbcdac8bf8b13a21ed9070422383b93433e422d6ad6b743c8bc80938

diff --git a/app-emacs/consult/consult-0.18.ebuild 
b/app-emacs/consult/consult-0.18.ebuild
new file mode 100644
index ..d2a809943fab
--- /dev/null
+++ b/app-emacs/consult/consult-0.18.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/, app-emacs/consult-flycheck/files/

2022-02-17 Thread Matthew Smith
commit: 782f0f12572b80db477061fac882923c647f8fdc
Author: Matthew Smith  gentoo  org>
AuthorDate: Thu Feb 17 19:42:33 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Thu Feb 17 19:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f0f12

app-emacs/consult-flycheck: initial import at 0.8

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/consult-flycheck/Manifest |  1 +
 .../consult-flycheck/consult-flycheck-0.8.ebuild| 21 +
 .../files/50consult-flycheck-gentoo.el  |  2 ++
 app-emacs/consult-flycheck/metadata.xml | 12 
 4 files changed, 36 insertions(+)

diff --git a/app-emacs/consult-flycheck/Manifest 
b/app-emacs/consult-flycheck/Manifest
new file mode 100644
index ..059d3055cb13
--- /dev/null
+++ b/app-emacs/consult-flycheck/Manifest
@@ -0,0 +1 @@
+DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 
9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4
 SHA512 
304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
new file mode 100644
index ..71a13cdc7f92
--- /dev/null
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="Consult integration for Flycheck"
+HOMEPAGE="https://github.com/minad/consult-flycheck;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DEPEND="app-emacs/consult
+   app-emacs/flycheck"
+RDEPEND="${DEPEND}"

diff --git a/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el 
b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
new file mode 100644
index ..fb5b6f1d69dd
--- /dev/null
+++ b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'consult-flycheck "consult-flycheck" nil t)

diff --git a/app-emacs/consult-flycheck/metadata.xml 
b/app-emacs/consult-flycheck/metadata.xml
new file mode 100644
index ..5059203f6129
--- /dev/null
+++ b/app-emacs/consult-flycheck/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+
+  minad/consult-flycheck
+
+



[gentoo-commits] repo/gentoo:master commit in: app-emacs/consult/files/, app-emacs/consult/

2022-02-17 Thread Matthew Smith
commit: 3d651aa18072e59ea5217cf2c0b9c7697432b2db
Author: Matthew Smith  gentoo  org>
AuthorDate: Thu Feb 17 18:48:33 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Thu Feb 17 19:43:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d651aa1

app-emacs/consult: initial import at 0.15

Signed-off-by: Matthew Smith  gentoo.org>

 app-emacs/consult/Manifest  |  1 +
 app-emacs/consult/consult-0.15.ebuild   | 22 ++
 app-emacs/consult/files/50consult-gentoo.el |  2 ++
 app-emacs/consult/metadata.xml  | 12 
 4 files changed, 37 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
new file mode 100644
index ..b07059e9e0d9
--- /dev/null
+++ b/app-emacs/consult/Manifest
@@ -0,0 +1 @@
+DIST consult-0.15.tar.gz 90201 BLAKE2B 
1652d5a2c1f559c67f6899fe26b221bfdf0599a20af7309e2dc57a4701a795c8decd2f878056297204611d045829ee1aa24ccb665e36c15f6a2a3a14eb81f382
 SHA512 
2b8926638c13633e2ccf48d63a3a76245d075694f046e20575e8c9bcce983a3610ef648374b01dbff4dbf97d116830040c8e76d9d75d05ca23278253e68138e5

diff --git a/app-emacs/consult/consult-0.15.ebuild 
b/app-emacs/consult/consult-0.15.ebuild
new file mode 100644
index ..71aa4f98c4be
--- /dev/null
+++ b/app-emacs/consult/consult-0.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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
new file mode 100644
index ..485f96d1d4b1
--- /dev/null
+++ b/app-emacs/consult/files/50consult-gentoo.el
@@ -0,0 +1,2 @@
+(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
new file mode 100644
index ..2ee7184765f8
--- /dev/null
+++ b/app-emacs/consult/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+
+  minad/consult
+
+