* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-06-28 1:12 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-06-28 1:12 UTC (permalink / raw
To: gentoo-commits
commit: eae0dbbac4b6ffdac6178b2fa49550b076940ca6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 00:45:51 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 01:12:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae0dbba
app-emacs/embark: add live
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/embark/embark-9999.ebuild | 50 +++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/app-emacs/embark/embark-9999.ebuild b/app-emacs/embark/embark-9999.ebuild
new file mode 100644
index 000000000000..38aa5db83044
--- /dev/null
+++ b/app-emacs/embark/embark-9999.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} == *9999* ]] ; 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-07-06 23:08 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-07-06 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 689ca4b0493004e87f61e7e045306799feb1e55c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:17:10 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 23:08:31 2023 +0000
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ć <xgqt <AT> 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 000000000000..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} == *9999* ]] ; 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-08-16 21:24 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-08-16 21:24 UTC (permalink / raw
To: gentoo-commits
commit: b5f558800a788f94a5f30c06fc338e2b2d474d82
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 21:24:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 21:24:33 2023 +0000
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 <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-08-17 13:22 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-08-17 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 0266fd5ef5cbed31ebe0367101a1fa32effc5c12
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 12:58:46 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 13:22:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0266fd5e
app-emacs/embark: drop old 0.21
Signed-off-by: Maciej Barć <xgqt <AT> 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..000000000000
--- 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} == *9999* ]] ; 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-09-20 16:27 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-09-20 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 0abe92bc041778f5595be46482d36dd9b8f05b40
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 16:24:33 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 16:27:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abe92bc
app-emacs/embark: bump to 0.23
Signed-off-by: Maciej Barć <xgqt <AT> 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 000000000000..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}" == *9999* ]] ; 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-10-24 16:51 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-10-24 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 0b4d8e0b248f249a692d9861ecd67556ac25056e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 16:50:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 16:50:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4d8e0b
app-emacs/embark: Stabilize 0.23 amd64, #916110
Signed-off-by: Arthur Zamarin <arthurzam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-12-04 8:43 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-12-04 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 2942c0f60facd887443ecffe89391c181ce3a52c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 4 08:29:31 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 08:43:31 2023 +0000
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ć <xgqt <AT> 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..000000000000
--- 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} == *9999* ]] ; 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2023-12-10 19:16 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-12-10 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 880d64853c2e005d371bb70c5cfc51844c9d8525
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 18:35:23 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 19:16:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880d6485
app-emacs/embark: bump to 1.0
Signed-off-by: Maciej Barć <xgqt <AT> 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 111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa0aaaa7a98f97f660fb6f5 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 000000000000..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}" == *9999* ]] ; 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2024-01-18 17:25 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-01-18 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 4d63858ce095d34c67107e888396289c3f9d6227
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:23:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:23:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d63858c
app-emacs/embark: Stabilize 1.0 amd64, #922360
Signed-off-by: Sam James <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2024-05-19 23:14 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2024-05-19 23:14 UTC (permalink / raw
To: gentoo-commits
commit: c82a314dd061d62bad7fb7e4145ca91c6596d4d3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 22:49:32 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun May 19 23:14:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a314d
app-emacs/embark: bump to 1.1
Signed-off-by: Maciej Barć <xgqt <AT> 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 111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa0aaaa7a98f97f660fb6f5 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 000000000000..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}" == *9999* ]] ; 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2024-06-25 22:03 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-06-25 22:03 UTC (permalink / raw
To: gentoo-commits
commit: 5e7d33ebaf308146b1363c01a6a75362299a8200
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:01:05 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:01:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7d33eb
app-emacs/embark: Stabilize 1.1 amd64, #934903
Signed-off-by: Sam James <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/
@ 2024-09-13 20:57 Maciej Barć
0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2024-09-13 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 846d860c6ae9e78a25da5a27ae4fc6fb75f722ca
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:07:47 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 20:57:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846d860c
app-emacs/embark: drop old 1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/embark/Manifest | 1 -
app-emacs/embark/embark-1.0.ebuild | 52 --------------------------------------
2 files changed, 53 deletions(-)
diff --git a/app-emacs/embark/Manifest b/app-emacs/embark/Manifest
index 6f0531f43525..a8ccc26ffc5b 100644
--- a/app-emacs/embark/Manifest
+++ b/app-emacs/embark/Manifest
@@ -1,2 +1 @@
-DIST embark-1.0.tar.gz 112818 BLAKE2B 111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa0aaaa7a98f97f660fb6f5 SHA512 ca42c6bd428807aefee6e7bb817651577401be8adacbd64146e97bd07ddd8df325dfeafeaa824fd3f4cd289da1a9b4868f44feacb66585f2533b64fa4d594d22
DIST embark-1.1.tar.gz 115762 BLAKE2B 69fc4005b901dcfd85ad124dc449048a13223277683eba7c5c873cd8050883ab53b4c3716670894e146da9c40c1789eafff3df4d00eb0ee46a8dab4c165f01ab SHA512 29c87eaf3275428cfbd442de3a09d7a126094bc90bb1b1c34f476caf11cd3da21ce9368ef7d1855732250a85b269b01effcd514da10e1e491ecb3bdc61efd750
diff --git a/app-emacs/embark/embark-1.0.ebuild b/app-emacs/embark/embark-1.0.ebuild
deleted file mode 100644
index d0b96e9539e0..000000000000
--- a/app-emacs/embark/embark-1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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}" == *9999* ]] ; 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-09-13 20:57 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-18 17:25 [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 20:57 Maciej Barć
2024-06-25 22:03 Sam James
2024-05-19 23:14 Maciej Barć
2023-12-10 19:16 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-10-24 16:51 Arthur Zamarin
2023-09-20 16:27 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-08-16 21:24 Sam James
2023-07-06 23:08 Maciej Barć
2023-06-28 1:12 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox