* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 63e8341fd31c68011155cbf49440e5a32c423e0c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:20:28 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 23:08:32 2023 +0000
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ć <xgqt <AT> 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 000000000000..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} == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 00b174df910deca2f3172285d18d68c866a1fc13
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:19:37 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=00b174df
app-emacs/embark-consult: add live
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../embark-consult/embark-consult-9999.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-emacs/embark-consult/embark-consult-9999.ebuild b/app-emacs/embark-consult/embark-consult-9999.ebuild
new file mode 100644
index 000000000000..5938c7ef66e4
--- /dev/null
+++ b/app-emacs/embark-consult/embark-consult-9999.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} == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 0c944578cc3ee57861a3ebdafd7f43d681ee4c11
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=0c944578
app-emacs/embark-consult: Stabilize 0.22.1_p20230630 amd64, #912300
Signed-off-by: Sam James <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 9d7d3041ed1e1bb848641b4c1fd5db834cf5435f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 12:59:06 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=9d7d3041
app-emacs/embark-consult: drop old 0.21
Signed-off-by: Maciej Barć <xgqt <AT> 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..000000000000
--- 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} == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 34d0bd6fc851bb6d0ef7f56f7e8e77c1b2405c31
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 16:25:24 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=34d0bd6f
app-emacs/embark-consult: bump to 0.23
Signed-off-by: Maciej Barć <xgqt <AT> 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 000000000000..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}" == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 2023-10-24 17:19 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-10-24 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 245878bb2f5883734b0f4b077c068de88f694f99
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:18:32 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:18:32 2023 +0000
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 <arthurzam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 13acef2f5a9ddf3059b3433fb5761a8751ebe841
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 4 08:28:38 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=13acef2f
app-emacs/embark-consult: drop old 0.22.1_p20230630
Signed-off-by: Maciej Barć <xgqt <AT> 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..000000000000
--- 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} == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: b4626a0d986cb872c4b3751bf9b31aca0234759d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 18:36:23 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 19:16:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4626a0d
app-emacs/embark-consult: bump to 1.0
Signed-off-by: Maciej Barć <xgqt <AT> 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 111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa0aaaa7a98f97f660fb6f5 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 000000000000..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}" == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 3f36ebecd7bbd46fd0617f72f2485ace9e82abc9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:23:32 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:23:32 2024 +0000
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 <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 7928e6f933d67b2c852c7571dd820f2596b84656
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 22:53:41 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=7928e6f9
app-emacs/embark-consult: bump to 1.1
Signed-off-by: Maciej Barć <xgqt <AT> 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 111203ec462b06f11dae9760a64d27e197faa13cefe1eb4debd2e7222380aab0ccad19587ee275f343bb0e2a716379e67209e27dcaa0aaaa7a98f97f660fb6f5 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 000000000000..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}" == *9999* ]] ; 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: ecf9d0f47b60f573cdfbdacafed99401fa97eccd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:01:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:01:06 2024 +0000
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 <sam <AT> 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+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/
@ 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: 8e166805834d6e6c58e2d3f306c1ccedeafce640
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:08:25 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=8e166805
app-emacs/embark-consult: drop old 1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/embark-consult/Manifest | 1 -
app-emacs/embark-consult/embark-consult-1.0.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/app-emacs/embark-consult/Manifest b/app-emacs/embark-consult/Manifest
index 6f0531f43525..a8ccc26ffc5b 100644
--- a/app-emacs/embark-consult/Manifest
+++ b/app-emacs/embark-consult/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-consult/embark-consult-1.0.ebuild b/app-emacs/embark-consult/embark-consult-1.0.ebuild
deleted file mode 100644
index 251f8eb0de18..000000000000
--- a/app-emacs/embark-consult/embark-consult-1.0.ebuild
+++ /dev/null
@@ -1,36 +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
-
-DESCRIPTION="Consult integration for Embark"
-HOMEPAGE="https://github.com/oantolin/embark/"
-
-if [[ "${PV}" == *9999* ]] ; 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"
^ 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 --
2023-08-16 21:24 [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/ 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ć
2024-01-18 17:25 Sam James
2023-12-10 19:16 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-10-24 17:19 Arthur Zamarin
2023-09-20 16:27 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-07-06 23:08 Maciej Barć
2023-07-06 23:08 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox