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

2024-06-25 Thread Sam James
commit: 5e7d33ebaf308146b1363c01a6a75362299a8200
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7d33eb

app-emacs/embark: Stabilize 1.1 amd64, #934903

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

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

diff --git a/app-emacs/embark/embark-1.1.ebuild 
b/app-emacs/embark/embark-1.1.ebuild
index 9b53ee20a240..d0b96e9539e0 100644
--- a/app-emacs/embark/embark-1.1.ebuild
+++ b/app-emacs/embark/embark-1.1.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/${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/embark-consult/

2024-06-25 Thread Sam James
commit: ecf9d0f47b60f573cdfbdacafed99401fa97eccd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf9d0f4

app-emacs/embark-consult: Stabilize 1.1 amd64, #934904

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

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

diff --git a/app-emacs/embark-consult/embark-consult-1.1.ebuild 
b/app-emacs/embark-consult/embark-consult-1.1.ebuild
index 3ce2932ee072..251f8eb0de18 100644
--- a/app-emacs/embark-consult/embark-consult-1.1.ebuild
+++ b/app-emacs/embark-consult/embark-consult-1.1.ebuild
@@ -19,7 +19,7 @@ else
-> embark-${PV}.tar.gz"
S="${WORKDIR}/embark-${PV}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-05-19 Thread Maciej Barć
commit: c82a314dd061d62bad7fb7e4145ca91c6596d4d3
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 19 22:49:32 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 19 23:14:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a314d

app-emacs/embark: bump to 1.1

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

 app-emacs/embark/Manifest  |  1 +
 app-emacs/embark/embark-1.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index 7d4fde8bd536..6f0531f43525 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1 +1,2 @@
 DIST embark-1.0.tar.gz 112818 BLAKE2B 
111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa07a98f97f660fb6f5
 SHA512 
ca42c6bd428807aefee6e7bb817651577401be8adacbd64146e97bd07ddd8df325dfeafeaa824fd3f4cd289da1a9b4868f44feacb66585f2533b64fa4d594d22
+DIST embark-1.1.tar.gz 115762 BLAKE2B 
69fc4005b901dcfd85ad124dc449048a13223277683eba7c5c873cd8050883ab53b4c3716670894e146da9c40c1789eafff3df4d00eb0ee46a8dab4c165f01ab
 SHA512 
29c87eaf3275428cfbd442de3a09d7a126094bc90bb1b1c34f476caf11cd3da21ce9368ef7d1855732250a85b269b01effcd514da10e1e491ecb3bdc61efd750

diff --git a/app-emacs/embark/embark-1.1.ebuild 
b/app-emacs/embark/embark-1.1.ebuild
new file mode 100644
index ..9b53ee20a240
--- /dev/null
+++ b/app-emacs/embark/embark-1.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}



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

2024-05-19 Thread Maciej Barć
commit: 7928e6f933d67b2c852c7571dd820f2596b84656
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 19 22:53:41 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 19 23:14:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7928e6f9

app-emacs/embark-consult: bump to 1.1

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

 app-emacs/embark-consult/Manifest  |  1 +
 app-emacs/embark-consult/embark-consult-1.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index 7d4fde8bd536..6f0531f43525 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1 +1,2 @@
 DIST embark-1.0.tar.gz 112818 BLAKE2B 
111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa07a98f97f660fb6f5
 SHA512 
ca42c6bd428807aefee6e7bb817651577401be8adacbd64146e97bd07ddd8df325dfeafeaa824fd3f4cd289da1a9b4868f44feacb66585f2533b64fa4d594d22
+DIST embark-1.1.tar.gz 115762 BLAKE2B 
69fc4005b901dcfd85ad124dc449048a13223277683eba7c5c873cd8050883ab53b4c3716670894e146da9c40c1789eafff3df4d00eb0ee46a8dab4c165f01ab
 SHA512 
29c87eaf3275428cfbd442de3a09d7a126094bc90bb1b1c34f476caf11cd3da21ce9368ef7d1855732250a85b269b01effcd514da10e1e491ecb3bdc61efd750

diff --git a/app-emacs/embark-consult/embark-consult-1.1.ebuild 
b/app-emacs/embark-consult/embark-consult-1.1.ebuild
new file mode 100644
index ..3ce2932ee072
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}/embark-${PV}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"



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

2024-01-18 Thread Sam James
commit: 3f36ebecd7bbd46fd0617f72f2485ace9e82abc9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f36ebec

app-emacs/embark-consult: Stabilize 1.0 amd64, #922361

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

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

diff --git a/app-emacs/embark-consult/embark-consult-1.0.ebuild 
b/app-emacs/embark-consult/embark-consult-1.0.ebuild
index c899a2cf218a..251f8eb0de18 100644
--- a/app-emacs/embark-consult/embark-consult-1.0.ebuild
+++ b/app-emacs/embark-consult/embark-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
@@ -19,7 +19,7 @@ else
-> embark-${PV}.tar.gz"
S="${WORKDIR}/embark-${PV}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-01-18 Thread Sam James
commit: 4d63858ce095d34c67107e888396289c3f9d6227
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d63858c

app-emacs/embark: Stabilize 1.0 amd64, #922360

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

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

diff --git a/app-emacs/embark/embark-1.0.ebuild 
b/app-emacs/embark/embark-1.0.ebuild
index 25a980dc33a9..d0b96e9539e0 100644
--- a/app-emacs/embark/embark-1.0.ebuild
+++ b/app-emacs/embark/embark-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
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/${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/embark/

2023-12-10 Thread Maciej Barć
commit: 880d64853c2e005d371bb70c5cfc51844c9d8525
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec 10 18:35:23 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec 10 19:16:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880d6485

app-emacs/embark: bump to 1.0

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

 app-emacs/embark/Manifest  |  1 +
 app-emacs/embark/embark-1.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index 18d148f2a2ae..a606219ba46f 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1 +1,2 @@
 DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82
+DIST embark-1.0.tar.gz 112818 BLAKE2B 
111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa07a98f97f660fb6f5
 SHA512 
ca42c6bd428807aefee6e7bb817651577401be8adacbd64146e97bd07ddd8df325dfeafeaa824fd3f4cd289da1a9b4868f44feacb66585f2533b64fa4d594d22

diff --git a/app-emacs/embark/embark-1.0.ebuild 
b/app-emacs/embark/embark-1.0.ebuild
new file mode 100644
index ..25a980dc33a9
--- /dev/null
+++ b/app-emacs/embark/embark-1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}



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

2023-12-10 Thread Maciej Barć
commit: b4626a0d986cb872c4b3751bf9b31aca0234759d
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec 10 18:36:23 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec 10 19:16:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4626a0d

app-emacs/embark-consult: bump to 1.0

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

 app-emacs/embark-consult/Manifest  |  1 +
 app-emacs/embark-consult/embark-consult-1.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index 18d148f2a2ae..a606219ba46f 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1 +1,2 @@
 DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82
+DIST embark-1.0.tar.gz 112818 BLAKE2B 
111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa07a98f97f660fb6f5
 SHA512 
ca42c6bd428807aefee6e7bb817651577401be8adacbd64146e97bd07ddd8df325dfeafeaa824fd3f4cd289da1a9b4868f44feacb66585f2533b64fa4d594d22

diff --git a/app-emacs/embark-consult/embark-consult-1.0.ebuild 
b/app-emacs/embark-consult/embark-consult-1.0.ebuild
new file mode 100644
index ..c899a2cf218a
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-1.0.ebuild
@@ -0,0 +1,36 @@
+# 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}/embark-${PV}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"



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

2023-12-04 Thread Maciej Barć
commit: 13acef2f5a9ddf3059b3433fb5761a8751ebe841
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:28:38 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13acef2f

app-emacs/embark-consult: drop old 0.22.1_p20230630

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

 app-emacs/embark-consult/Manifest  |  1 -
 .../embark-consult-0.22.1_p20230630.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index fe7e1721005b..18d148f2a2ae 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1,2 +1 @@
-DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b
 DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82

diff --git a/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild 
b/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
deleted file mode 100644
index 3394f93e8648..
--- a/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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 Embark"
-HOMEPAGE="https://github.com/oantolin/embark/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
-else
-   [[ ${PV} == *_p20230630 ]] && 
COMMIT=f2dcfe4d797a3ab66bb603d5cf441ae1172a672d
-   SRC_URI="https://github.com/oantolin/embark/archive/${COMMIT}.tar.gz
-   -> embark-${PV}.tar.gz"
-   S="${WORKDIR}"/embark-${COMMIT}
-   KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   app-emacs/consult
-   app-emacs/embark
-"
-BDEPEND="${RDEPEND}"
-
-ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
-
-SITEFILE="50${PN}-gentoo.el"



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

2023-12-04 Thread Maciej Barć
commit: 2942c0f60facd887443ecffe89391c181ce3a52c
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Dec  4 08:29:31 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Dec  4 08:43:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2942c0f6

app-emacs/embark: drop old 0.22.1_p20230630

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

 app-emacs/embark/Manifest   |  1 -
 app-emacs/embark/embark-0.22.1_p20230630.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index fe7e1721005b..18d148f2a2ae 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1,2 +1 @@
-DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b
 DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82

diff --git a/app-emacs/embark/embark-0.22.1_p20230630.ebuild 
b/app-emacs/embark/embark-0.22.1_p20230630.ebuild
deleted file mode 100644
index 7cd01035e40c..
--- a/app-emacs/embark/embark-0.22.1_p20230630.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp optfeature
-
-DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
-HOMEPAGE="https://github.com/oantolin/embark/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
-else
-   [[ ${PV} == *_p20230630 ]] && 
COMMIT=f2dcfe4d797a3ab66bb603d5cf441ae1172a672d
-   SRC_URI="https://github.com/oantolin/${PN}/archive/${COMMIT}.tar.gz
-   -> ${P}.tar.gz"
-   S="${WORKDIR}"/${PN}-${COMMIT}
-   KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND=">=app-emacs/compat-29.1.4.0"
-BDEPEND="${RDEPEND}"
-
-ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   doinfo ${PN}.texi
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
-   optfeature "Consult integration for Embark" app-emacs/embark-consult
-}



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

2023-10-24 Thread Arthur Zamarin
commit: 245878bb2f5883734b0f4b077c068de88f694f99
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 24 17:18:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 24 17:18:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245878bb

app-emacs/embark-consult: Stabilize 0.23 amd64, #916111

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

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

diff --git a/app-emacs/embark-consult/embark-consult-0.23.ebuild 
b/app-emacs/embark-consult/embark-consult-0.23.ebuild
index c899a2cf218a..fe63d0f521b3 100644
--- a/app-emacs/embark-consult/embark-consult-0.23.ebuild
+++ b/app-emacs/embark-consult/embark-consult-0.23.ebuild
@@ -19,7 +19,7 @@ else
-> embark-${PV}.tar.gz"
S="${WORKDIR}/embark-${PV}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-10-24 Thread Arthur Zamarin
commit: 0b4d8e0b248f249a692d9861ecd67556ac25056e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 24 16:50:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 24 16:50:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4d8e0b

app-emacs/embark: Stabilize 0.23 amd64, #916110

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

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

diff --git a/app-emacs/embark/embark-0.23.ebuild 
b/app-emacs/embark/embark-0.23.ebuild
index 25a980dc33a9..6907361a178a 100644
--- a/app-emacs/embark/embark-0.23.ebuild
+++ b/app-emacs/embark/embark-0.23.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/${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/embark-consult/

2023-09-20 Thread Maciej Barć
commit: 34d0bd6fc851bb6d0ef7f56f7e8e77c1b2405c31
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 20 16:25:24 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 20 16:27:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d0bd6f

app-emacs/embark-consult: bump to 0.23

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

 app-emacs/embark-consult/Manifest  |  1 +
 .../embark-consult/embark-consult-0.23.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index 8440cc9ad1d1..fe7e1721005b 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1 +1,2 @@
 DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b
+DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82

diff --git a/app-emacs/embark-consult/embark-consult-0.23.ebuild 
b/app-emacs/embark-consult/embark-consult-0.23.ebuild
new file mode 100644
index ..c899a2cf218a
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-0.23.ebuild
@@ -0,0 +1,36 @@
+# 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}/embark-${PV}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"



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

2023-09-20 Thread Maciej Barć
commit: 0abe92bc041778f5595be46482d36dd9b8f05b40
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 20 16:24:33 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 20 16:27:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abe92bc

app-emacs/embark: bump to 0.23

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

 app-emacs/embark/Manifest   |  1 +
 app-emacs/embark/embark-0.23.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index 8440cc9ad1d1..fe7e1721005b 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1 +1,2 @@
 DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b
+DIST embark-0.23.tar.gz 110865 BLAKE2B 
8e4c3e46b58d052b17b3fa9a41083e2e2efc9173897e0da17f5da80ebe2445ea2a9f45879b3ce60aacac6ad195b29d228a6bf304c5434c9432d6db627ca7f9c0
 SHA512 
9541bce783d9b11a8d6102d6d68a48239e8408eebd4afa3de04221436fc97ff966445dee0ac7ec126cdd10b2c523324505b78464261673205c91da0d2075ac82

diff --git a/app-emacs/embark/embark-0.23.ebuild 
b/app-emacs/embark/embark-0.23.ebuild
new file mode 100644
index ..25a980dc33a9
--- /dev/null
+++ b/app-emacs/embark/embark-0.23.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}



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

2023-08-17 Thread Maciej Barć
commit: 0266fd5ef5cbed31ebe0367101a1fa32effc5c12
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug 17 12:58:46 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug 17 13:22:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0266fd5e

app-emacs/embark: drop old 0.21

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

 app-emacs/embark/Manifest   |  1 -
 app-emacs/embark/embark-0.21.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index 9af1b8540bd1..8440cc9ad1d1 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1,2 +1 @@
-DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c
 DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b

diff --git a/app-emacs/embark/embark-0.21.ebuild 
b/app-emacs/embark/embark-0.21.ebuild
deleted file mode 100644
index 38aa5db83044..
--- a/app-emacs/embark/embark-0.21.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-
-inherit elisp optfeature
-
-DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
-HOMEPAGE="https://github.com/oantolin/embark/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
-else
-   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND=">=app-emacs/compat-29.1.4.0"
-BDEPEND="${RDEPEND}"
-
-ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
-
-DOCS=( README.org )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-
-   elisp-make-autoload-file
-}
-
-src_install() {
-   elisp_src_install
-
-   doinfo ${PN}.texi
-}
-
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
-   optfeature "Consult integration for Embark" app-emacs/embark-consult
-}



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

2023-08-17 Thread Maciej Barć
commit: 9d7d3041ed1e1bb848641b4c1fd5db834cf5435f
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug 17 12:59:06 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug 17 13:22:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7d3041

app-emacs/embark-consult: drop old 0.21

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

 app-emacs/embark-consult/Manifest  |  1 -
 .../embark-consult/embark-consult-0.21.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index 9af1b8540bd1..8440cc9ad1d1 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1,2 +1 @@
-DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c
 DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b

diff --git a/app-emacs/embark-consult/embark-consult-0.21.ebuild 
b/app-emacs/embark-consult/embark-consult-0.21.ebuild
deleted file mode 100644
index 5938c7ef66e4..
--- a/app-emacs/embark-consult/embark-consult-0.21.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 Embark"
-HOMEPAGE="https://github.com/oantolin/embark/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
-else
-   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
-   -> embark-${PV}.tar.gz"
-   S="${WORKDIR}"/embark-${PV}
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-   app-emacs/consult
-   app-emacs/embark
-"
-BDEPEND="${RDEPEND}"
-
-ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
-
-SITEFILE="50${PN}-gentoo.el"



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

2023-08-16 Thread Sam James
commit: 0c944578cc3ee57861a3ebdafd7f43d681ee4c11
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 21:24:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 21:24:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c944578

app-emacs/embark-consult: Stabilize 0.22.1_p20230630 amd64, #912300

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

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

diff --git a/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild 
b/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
index a76019390bc6..3394f93e8648 100644
--- a/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
+++ b/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/embark/archive/${COMMIT}.tar.gz
-> embark-${PV}.tar.gz"
S="${WORKDIR}"/embark-${COMMIT}
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

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

app-emacs/embark: Stabilize 0.22.1_p20230630 amd64, #912300

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

 app-emacs/embark/embark-0.22.1_p20230630.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/embark/embark-0.22.1_p20230630.ebuild 
b/app-emacs/embark/embark-0.22.1_p20230630.ebuild
index 0d2dacbae86d..7cd01035e40c 100644
--- a/app-emacs/embark/embark-0.22.1_p20230630.ebuild
+++ b/app-emacs/embark/embark-0.22.1_p20230630.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/${PN}/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${COMMIT}
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2023-07-06 Thread Maciej Barć
commit: 63e8341fd31c68011155cbf49440e5a32c423e0c
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul  6 19:20:28 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul  6 23:08:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e8341f

app-emacs/embark-consult: bump to 0.22.1_p20230630

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

 app-emacs/embark-consult/Manifest  |  1 +
 .../embark-consult-0.22.1_p20230630.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
index e559a244a6de..9af1b8540bd1 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/Manifest
@@ -1 +1,2 @@
 DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c
+DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b

diff --git a/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild 
b/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
new file mode 100644
index ..a76019390bc6
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-0.22.1_p20230630.ebuild
@@ -0,0 +1,35 @@
+# 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   [[ ${PV} == *_p20230630 ]] && 
COMMIT=f2dcfe4d797a3ab66bb603d5cf441ae1172a672d
+   SRC_URI="https://github.com/oantolin/embark/archive/${COMMIT}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}"/embark-${COMMIT}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"



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

2023-07-06 Thread Maciej Barć
commit: 689ca4b0493004e87f61e7e045306799feb1e55c
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul  6 19:17:10 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul  6 23:08:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689ca4b0

app-emacs/embark: bump to 0.22.1_p20230630

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

 app-emacs/embark/Manifest   |  1 +
 app-emacs/embark/embark-0.22.1_p20230630.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index e559a244a6de..9af1b8540bd1 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1 +1,2 @@
 DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c
+DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B 
d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383
 SHA512 
69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b

diff --git a/app-emacs/embark/embark-0.22.1_p20230630.ebuild 
b/app-emacs/embark/embark-0.22.1_p20230630.ebuild
new file mode 100644
index ..0d2dacbae86d
--- /dev/null
+++ b/app-emacs/embark/embark-0.22.1_p20230630.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   [[ ${PV} == *_p20230630 ]] && 
COMMIT=f2dcfe4d797a3ab66bb603d5cf441ae1172a672d
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${COMMIT}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}



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

2023-07-06 Thread Maciej Barć
commit: 00b174df910deca2f3172285d18d68c866a1fc13
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul  6 19:19:37 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul  6 23:08:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b174df

app-emacs/embark-consult: add live

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

 .../embark-consult/embark-consult-.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/app-emacs/embark-consult/embark-consult-.ebuild 
b/app-emacs/embark-consult/embark-consult-.ebuild
new file mode 100644
index ..5938c7ef66e4
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-.ebuild
@@ -0,0 +1,34 @@
+# 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}"/embark-${PV}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"



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

2023-06-27 Thread Maciej Barć
commit: eae0dbbac4b6ffdac6178b2fa49550b076940ca6
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jun 28 00:45:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jun 28 01:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae0dbba

app-emacs/embark: add live

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

 app-emacs/embark/embark-.ebuild | 50 +
 1 file changed, 50 insertions(+)

diff --git a/app-emacs/embark/embark-.ebuild 
b/app-emacs/embark/embark-.ebuild
new file mode 100644
index ..38aa5db83044
--- /dev/null
+++ b/app-emacs/embark/embark-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}



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

2023-05-13 Thread Maciej Barć
commit: df6ccb915fa7ebc72883fb0fd078bf89d932cf24
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 13 10:22:58 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 13 10:57:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6ccb91

app-emacs/embark: new package; add 0.21

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

 app-emacs/embark/Manifest |  1 +
 app-emacs/embark/embark-0.21.ebuild   | 50 +++
 app-emacs/embark/files/50embark-gentoo.el |  2 ++
 app-emacs/embark/metadata.xml | 29 ++
 4 files changed, 82 insertions(+)

diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
new file mode 100644
index ..e559a244a6de
--- /dev/null
+++ b/app-emacs/embark/Manifest
@@ -0,0 +1 @@
+DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c

diff --git a/app-emacs/embark/embark-0.21.ebuild 
b/app-emacs/embark/embark-0.21.ebuild
new file mode 100644
index ..38aa5db83044
--- /dev/null
+++ b/app-emacs/embark/embark-0.21.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp optfeature
+
+DESCRIPTION="Conveniently act on minibuffer completions inside GNU Emacs"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/${PN}.git;
+else
+   SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-consult.el"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+
+   elisp-make-autoload-file
+}
+
+src_install() {
+   elisp_src_install
+
+   doinfo ${PN}.texi
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   optfeature "Avy integration for Embark" app-emacs/avy-embark-collect
+   optfeature "Consult integration for Embark" app-emacs/embark-consult
+}

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

diff --git a/app-emacs/embark/metadata.xml b/app-emacs/embark/metadata.xml
new file mode 100644
index ..84bb06449c69
--- /dev/null
+++ b/app-emacs/embark/metadata.xml
@@ -0,0 +1,29 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+Embark makes it easy to choose a command to run based on what is near
+point, both during a minibuffer completion session (in a way familiar to
+Helm or Counsel users) and in normal buffers. Bind the command embark-act
+to a key and it acts like prefix-key for a keymap of actions (commands)
+relevant to the target around point. With point on an URL in a buffer you
+can open the URL in a browser or eww or download the file it points to. If
+while switching buffers you spot an old one, you can kill it right there
+and continue to select another. Embark comes preconfigured with over a
+hundred actions for common types of targets such as files, buffers,
+identifiers, s-expressions, sentences; and it is easy to add more actions
+and more target types. Embark can also collect all the candidates in a
+minibuffer to an occur-like buffer or export them to a buffer in a
+major-mode specific to the type of candidates, such as dired for a set of
+files, ibuffer for a set of buffers, or customize for a set of variables.
+  
+  
+https://github.com/oantolin/embark/issues/
+oantolin/embark
+  
+



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

2023-05-13 Thread Maciej Barć
commit: d0149186910935fce0d64d00d640fae6077eb5b7
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 13 10:37:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 13 10:57:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0149186

app-emacs/embark-consult: new package; add 0.21

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

 app-emacs/embark-consult/Manifest  |  1 +
 .../embark-consult/embark-consult-0.21.ebuild  | 34 ++
 .../files/50embark-consult-gentoo.el   |  1 +
 app-emacs/embark-consult/metadata.xml  | 13 +
 4 files changed, 49 insertions(+)

diff --git a/app-emacs/embark-consult/Manifest 
b/app-emacs/embark-consult/Manifest
new file mode 100644
index ..e559a244a6de
--- /dev/null
+++ b/app-emacs/embark-consult/Manifest
@@ -0,0 +1 @@
+DIST embark-0.21.tar.gz 102588 BLAKE2B 
5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9
 SHA512 
ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c

diff --git a/app-emacs/embark-consult/embark-consult-0.21.ebuild 
b/app-emacs/embark-consult/embark-consult-0.21.ebuild
new file mode 100644
index ..5938c7ef66e4
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-0.21.ebuild
@@ -0,0 +1,34 @@
+# 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 Embark"
+HOMEPAGE="https://github.com/oantolin/embark/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/oantolin/embark.git;
+else
+   SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
+   -> embark-${PV}.tar.gz"
+   S="${WORKDIR}"/embark-${PV}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   app-emacs/consult
+   app-emacs/embark
+"
+BDEPEND="${RDEPEND}"
+
+ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el"
+
+SITEFILE="50${PN}-gentoo.el"

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

diff --git a/app-emacs/embark-consult/metadata.xml 
b/app-emacs/embark-consult/metadata.xml
new file mode 100644
index ..fda35757dfa2
--- /dev/null
+++ b/app-emacs/embark-consult/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/oantolin/embark/issues/
+oantolin/embark
+  
+