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

2024-05-14 Thread Maciej Barć
commit: bae9521e32c3d11b68a5fe3da642f476c14bfcec
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue May 14 22:04:43 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue May 14 22:20:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae9521e

app-emacs/transient: drop old 0.5.3

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

 app-emacs/transient/Manifest   |  1 -
 app-emacs/transient/transient-0.5.3.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 3c933457110d..d99d63577330 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1 @@
-DIST transient-0.5.3.tar.gz 133756 BLAKE2B 
4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f6085311e739122cb10f39e1af9b55d407eb82
 SHA512 
d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf
 DIST transient-0.6.0.tar.gz 136259 BLAKE2B 
a983ec4b42de10f9adfc71180bbd8df83a80d5593e19b8435fc6da72f2007c78c40b5207a6957e961642699ca0752795a57f3313e0b3f245467fd2e70261
 SHA512 
a2709b1e6d620f46ff84a15807936bc9264792365ec8dd6633a2419ff094f5cdde139fe2f4dcbc8d393a23a2e2697f3fe1ea1fff7162024169a44a0cff463d75

diff --git a/app-emacs/transient/transient-0.5.3.ebuild 
b/app-emacs/transient/transient-0.5.3.ebuild
deleted file mode 100644
index a35be5befec9..
--- a/app-emacs/transient/transient-0.5.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient/
-   https://github.com/magit/transient/;
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG README.org docs/${PN}.org )
-ELISP_TEXINFO="docs/${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/compat-29.1.4.1
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2024-04-28 Thread Sam James
commit: 9e3c5e7a81850636815cb55d08520e168bb0f4cb
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 29 00:26:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 29 00:26:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3c5e7a

app-emacs/transient: Stabilize 0.6.0 ALLARCHES, #930842

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

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

diff --git a/app-emacs/transient/transient-0.6.0.ebuild 
b/app-emacs/transient/transient-0.6.0.ebuild
index 02944ca13d21..f479cee08744 100644
--- a/app-emacs/transient/transient-0.6.0.ebuild
+++ b/app-emacs/transient/transient-0.6.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2024-03-24 Thread Maciej Barć
commit: 5955812a352bd04cd017ab5591b75cc49937693f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 25 01:52:52 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 25 02:27:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5955812a

app-emacs/transient: bump to 0.6.0

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.6.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 438afd037634..3c933457110d 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1 +1,2 @@
 DIST transient-0.5.3.tar.gz 133756 BLAKE2B 
4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f6085311e739122cb10f39e1af9b55d407eb82
 SHA512 
d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf
+DIST transient-0.6.0.tar.gz 136259 BLAKE2B 
a983ec4b42de10f9adfc71180bbd8df83a80d5593e19b8435fc6da72f2007c78c40b5207a6957e961642699ca0752795a57f3313e0b3f245467fd2e70261
 SHA512 
a2709b1e6d620f46ff84a15807936bc9264792365ec8dd6633a2419ff094f5cdde139fe2f4dcbc8d393a23a2e2697f3fe1ea1fff7162024169a44a0cff463d75

diff --git a/app-emacs/transient/transient-0.6.0.ebuild 
b/app-emacs/transient/transient-0.6.0.ebuild
new file mode 100644
index ..02944ca13d21
--- /dev/null
+++ b/app-emacs/transient/transient-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org "docs/${PN}.org" )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   elisp_src_prepare
+}



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

2024-03-24 Thread Maciej Barć
commit: e8b51c8b560210b83356f5379eb34ffc2303653e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 25 01:54:01 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 25 02:27:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b51c8b

app-emacs/transient: sync live  version

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

 app-emacs/transient/transient-.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-emacs/transient/transient-.ebuild 
b/app-emacs/transient/transient-.ebuild
index adb9d5ff1a85..02944ca13d21 100644
--- a/app-emacs/transient/transient-.ebuild
+++ b/app-emacs/transient/transient-.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
@@ -9,23 +9,27 @@ DESCRIPTION="Transient commands abstraction for GNU Emacs"
 HOMEPAGE="https://magit.vc/manual/transient/
https://github.com/magit/transient/;
 
-if [[ ${PV} == ** ]] ; then
+if [[ "${PV}" == ** ]] ; then
inherit git-r3
+
EGIT_REPO_URI="https://github.com/magit/${PN}.git;
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"
 SLOT="0"
 
-DOCS=( CHANGELOG README.org docs/${PN}.org )
+DOCS=( CHANGELOG README.org "docs/${PN}.org" )
 ELISP_TEXINFO="docs/${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
 
-RDEPEND=">=app-emacs/compat-29.1.4.1"
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+"
 BDEPEND="
${RDEPEND}
sys-apps/texinfo
@@ -34,5 +38,5 @@ BDEPEND="
 src_prepare() {
mv lisp/*.el . || die
 
-   default
+   elisp_src_prepare
 }



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

2024-01-18 Thread Sam James
commit: 594e5989cbadcf14fbf5b5af6137a6c16e7ade55
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594e5989

app-emacs/transient: Stabilize 0.5.3 ALLARCHES, #922365

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

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

diff --git a/app-emacs/transient/transient-0.5.3.ebuild 
b/app-emacs/transient/transient-0.5.3.ebuild
index ab8accfcb76d..a35be5befec9 100644
--- a/app-emacs/transient/transient-0.5.3.ebuild
+++ b/app-emacs/transient/transient-0.5.3.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
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2024-01-06 Thread Michał Górny
commit: 9b7f38ffc9315fd9ee074e88f2eabe0645bb1511
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:50:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 09:50:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7f38ff

app-emacs/transient: Stabilize 0.5.0 x86, #921419

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/app-emacs/transient/transient-0.5.0.ebuild 
b/app-emacs/transient/transient-0.5.0.ebuild
index ca9c1d1ba7d1..dcb201999b62 100644
--- a/app-emacs/transient/transient-0.5.0.ebuild
+++ b/app-emacs/transient/transient-0.5.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2024-01-06 Thread Sam James
commit: 9f986ee2e748ce84a2bf0bebeae12d1b5c0cefbe
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  6 08:16:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  6 08:16:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f986ee2

app-emacs/transient: Stabilize 0.5.0 amd64, #921419

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

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

diff --git a/app-emacs/transient/transient-0.5.0.ebuild 
b/app-emacs/transient/transient-0.5.0.ebuild
index 8fae47219ad7..ca9c1d1ba7d1 100644
--- a/app-emacs/transient/transient-0.5.0.ebuild
+++ b/app-emacs/transient/transient-0.5.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
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-12-18 Thread Maciej Barć
commit: 1f39404312dec486ca065ee2cafeb38d40253d6d
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 02:36:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 02:36:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f394043

app-emacs/transient: bump to 0.5.3

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.5.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index a75d0ea00b8d..c3692eebbaac 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,4 @@
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a
 DIST transient-0.5.0.tar.gz 131312 BLAKE2B 
4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8
 SHA512 
3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b
 DIST transient-0.5.2.tar.gz 133643 BLAKE2B 
765d78c9c5bd756ff82a4857477350def4fc52a55e53f9f8b21e065a853d5ff4eacaa8507d30e4fb39ccb91a966cf71c06b5e5f3248768d1bc8476d67ef560c2
 SHA512 
d8cf45b302a960659ee6d306d71d32d4e8e614deca8033afe5e644f48f36fcb885e0cd9acf307b2e1ba2d3c99a32ca73cd7a0cd6ab78f8e3442fe4b01e3b04b8
+DIST transient-0.5.3.tar.gz 133756 BLAKE2B 
4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f6085311e739122cb10f39e1af9b55d407eb82
 SHA512 
d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf

diff --git a/app-emacs/transient/transient-0.5.3.ebuild 
b/app-emacs/transient/transient-0.5.3.ebuild
new file mode 100644
index ..ab8accfcb76d
--- /dev/null
+++ b/app-emacs/transient/transient-0.5.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-12-06 Thread Maciej Barć
commit: df05214adf47e7b1184c735b70d3c5b4fea7e215
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec  6 21:22:43 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec  6 22:47:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df05214a

app-emacs/transient: bump to 0.5.2

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.5.2.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 2e5356e51f9e..a75d0ea00b8d 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a
 DIST transient-0.5.0.tar.gz 131312 BLAKE2B 
4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8
 SHA512 
3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b
+DIST transient-0.5.2.tar.gz 133643 BLAKE2B 
765d78c9c5bd756ff82a4857477350def4fc52a55e53f9f8b21e065a853d5ff4eacaa8507d30e4fb39ccb91a966cf71c06b5e5f3248768d1bc8476d67ef560c2
 SHA512 
d8cf45b302a960659ee6d306d71d32d4e8e614deca8033afe5e644f48f36fcb885e0cd9acf307b2e1ba2d3c99a32ca73cd7a0cd6ab78f8e3442fe4b01e3b04b8

diff --git a/app-emacs/transient/transient-0.5.2.ebuild 
b/app-emacs/transient/transient-0.5.2.ebuild
new file mode 100644
index ..ab8accfcb76d
--- /dev/null
+++ b/app-emacs/transient/transient-0.5.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-11-30 Thread Maciej Barć
commit: 77b30c4e8acfd2eeef5153941abc37a82b24c7ba
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Nov 30 13:32:12 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Nov 30 16:52:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b30c4e

app-emacs/transient: bump to 0.5.0

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.5.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 33347ef8f95d..2e5356e51f9e 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1 +1,2 @@
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a
+DIST transient-0.5.0.tar.gz 131312 BLAKE2B 
4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8
 SHA512 
3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b

diff --git a/app-emacs/transient/transient-0.5.0.ebuild 
b/app-emacs/transient/transient-0.5.0.ebuild
new file mode 100644
index ..8fae47219ad7
--- /dev/null
+++ b/app-emacs/transient/transient-0.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-11-13 Thread Maciej Barć
commit: a01dd13edea2030ea5c4e52ab6f62392eb4339ba
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Nov 13 12:21:34 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Nov 13 12:38:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01dd13e

app-emacs/transient: drop old 0.4.1

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

 app-emacs/transient/Manifest   |  1 -
 app-emacs/transient/transient-0.4.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index bc3b76690fa5..33347ef8f95d 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1 @@
-DIST transient-0.4.1.tar.gz 128614 BLAKE2B 
407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d
 SHA512 
13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a

diff --git a/app-emacs/transient/transient-0.4.1.ebuild 
b/app-emacs/transient/transient-0.4.1.ebuild
deleted file mode 100644
index 494c0c367360..
--- a/app-emacs/transient/transient-0.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient/
-   https://github.com/magit/transient/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
-else
-   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG README.org docs/${PN}.org )
-ELISP_TEXINFO="docs/${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND=">=app-emacs/compat-29.1.4.1"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2023-10-01 Thread Arthur Zamarin
commit: 8bd1e71eed058bbe3537742ad40056309c5aaada
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  1 18:07:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  1 18:07:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd1e71e

app-emacs/transient: Stabilize 0.4.3 ALLARCHES, #915038

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

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

diff --git a/app-emacs/transient/transient-0.4.3.ebuild 
b/app-emacs/transient/transient-0.4.3.ebuild
index 8fae47219ad7..494c0c367360 100644
--- a/app-emacs/transient/transient-0.4.3.ebuild
+++ b/app-emacs/transient/transient-0.4.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-08-26 Thread Maciej Barć
commit: 7d0498921edf247868295d5b2c35f8a484e1af19
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 26 15:29:38 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 26 15:46:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d049892

app-emacs/transient: bump to 0.4.3

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.4.3.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 47beefd6005a..bc3b76690fa5 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1 +1,2 @@
 DIST transient-0.4.1.tar.gz 128614 BLAKE2B 
407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d
 SHA512 
13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f
+DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a

diff --git a/app-emacs/transient/transient-0.4.3.ebuild 
b/app-emacs/transient/transient-0.4.3.ebuild
new file mode 100644
index ..8fae47219ad7
--- /dev/null
+++ b/app-emacs/transient/transient-0.4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-08-11 Thread Maciej Barć
commit: 5327fbba904b5b2e3d95e59998c20e4d85be866c
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Aug 11 16:32:55 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Aug 11 16:41:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5327fbba

app-emacs/transient: drop old 0.4.0

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

 app-emacs/transient/Manifest   |  1 -
 app-emacs/transient/transient-0.4.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 35a858bf7167..47beefd6005a 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1 @@
-DIST transient-0.4.0.tar.gz 128429 BLAKE2B 
cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459
 SHA512 
b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db
 DIST transient-0.4.1.tar.gz 128614 BLAKE2B 
407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d
 SHA512 
13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f

diff --git a/app-emacs/transient/transient-0.4.0.ebuild 
b/app-emacs/transient/transient-0.4.0.ebuild
deleted file mode 100644
index cffd7e2029df..
--- a/app-emacs/transient/transient-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient/
-   https://github.com/magit/transient/;
-SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-DOCS=( CHANGELOG README.org docs/${PN}.org )
-ELISP_TEXINFO="docs/${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND=">=app-emacs/compat-29.1.4.1"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2023-08-11 Thread Maciej Barć
commit: 33ffca031a4da5943fddc83cc12544d441ffa4fe
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Aug 11 16:32:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Aug 11 16:41:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ffca03

app-emacs/transient: drop old 0.3.7_p20220918-r1

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

 app-emacs/transient/Manifest   |  1 -
 .../transient/transient-0.3.7_p20220918-r1.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 7494a9cbf67b..35a858bf7167 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,2 @@
-DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3
 DIST transient-0.4.0.tar.gz 128429 BLAKE2B 
cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459
 SHA512 
b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db
 DIST transient-0.4.1.tar.gz 128614 BLAKE2B 
407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d
 SHA512 
13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f

diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
deleted file mode 100644
index 4968d473f8d9..
--- a/app-emacs/transient/transient-0.3.7_p20220918-r1.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
-
-COMMIT=097f5be6e0c228790a6e78ffee5f0c599cb58b20
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient
-   https://github.com/magit/transient;
-SRC_URI="https://github.com/magit/transient/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-
-DOCS=( README.org docs/transient.org )
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="docs/*.texi"
-
-RDEPEND="app-emacs/compat"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2023-07-10 Thread Jakov Smolić
commit: e2a98199179905a76fd9e2323291e79c4a282e6b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 10 07:41:38 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 10 07:41:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a98199

app-emacs/transient: Keyword 0.4.1 riscv, #909843

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

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

diff --git a/app-emacs/transient/transient-0.4.1.ebuild 
b/app-emacs/transient/transient-0.4.1.ebuild
index 96ad9f2c6594..494c0c367360 100644
--- a/app-emacs/transient/transient-0.4.1.ebuild
+++ b/app-emacs/transient/transient-0.4.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-07-07 Thread Sam James
commit: 002900df551c73ea8ed63dbe6f183654aa695b88
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 22:04:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 22:04:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002900df

app-emacs/transient: Stabilize 0.4.1 ALLARCHES, #909841

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

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

diff --git a/app-emacs/transient/transient-0.4.1.ebuild 
b/app-emacs/transient/transient-0.4.1.ebuild
index adb9d5ff1a85..96ad9f2c6594 100644
--- a/app-emacs/transient/transient-0.4.1.ebuild
+++ b/app-emacs/transient/transient-0.4.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-07-01 Thread Ulrich Müller
commit: c93b21d7f9239a8b8d679a7eb7829a33fe5830de
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 28 20:38:59 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  1 07:26:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93b21d7

app-emacs/transient: Drop trivial site-init file

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

 app-emacs/transient/files/50transient-gentoo.el | 1 -
 1 file changed, 1 deletion(-)

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



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

2023-06-20 Thread Sam James
commit: 8f6d4c731d6cac8de23754a4ceb2bba087739e60
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 16:12:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 16:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6d4c73

app-emacs/transient: Stabilize 0.4.0 ALLARCHES, #908887

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

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

diff --git a/app-emacs/transient/transient-0.4.0.ebuild 
b/app-emacs/transient/transient-0.4.0.ebuild
index 3b7d6fcbaea9..cffd7e2029df 100644
--- a/app-emacs/transient/transient-0.4.0.ebuild
+++ b/app-emacs/transient/transient-0.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 DOCS=( CHANGELOG README.org docs/${PN}.org )
 ELISP_TEXINFO="docs/${PN}.texi"



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

2023-06-03 Thread Maciej Barć
commit: 21199819d9c716122cee416e2261675ba1ed7c09
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun  3 21:58:47 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun  3 21:58:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21199819

app-emacs/transient: drop old 0.3.7

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

 app-emacs/transient/Manifest   |  1 -
 app-emacs/transient/transient-0.3.7.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 3c84fd20b76f..3e6c29961ddf 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,2 @@
-DIST transient-0.3.7.tar.gz 103105 BLAKE2B 
3253529af82116881b6fdbb5465d3e0ffa8246e017a266fe0868d31e9c576a3927ed7b8d968d95f7e84e31859705f08582260d074f7f55cf10e535177df761f4
 SHA512 
93d1e00db3f483d830c9e636de1ae752c43bada580209c4839e89941507be5fd7ebbd31cf597436f13448b29085453742a0623dad9dcc1d343e29a5d47d76987
 DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3
 DIST transient-0.4.0.tar.gz 128429 BLAKE2B 
cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459
 SHA512 
b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db

diff --git a/app-emacs/transient/transient-0.3.7.ebuild 
b/app-emacs/transient/transient-0.3.7.ebuild
deleted file mode 100644
index 1b8ca4799438..
--- a/app-emacs/transient/transient-0.3.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient;
-SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="docs/*.texi"
-DOCS="README.md docs/transient.org"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2023-06-03 Thread Maciej Barć
commit: d0fb1a6f355fbd2026538cce71bae9330fb47591
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun  3 22:00:38 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun  3 22:00:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fb1a6f

app-emacs/transient: bump to 0.4.1

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.4.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 3e6c29961ddf..7494a9cbf67b 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3
 DIST transient-0.4.0.tar.gz 128429 BLAKE2B 
cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459
 SHA512 
b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db
+DIST transient-0.4.1.tar.gz 128614 BLAKE2B 
407ae76f113e850dfc8235764a6b020c7cd94d6361bda3446024ec0bcc2f190f5b90e6d773350e7d84e5574a592503d097bf8e9cc3209c5993a1c2b37f9a442d
 SHA512 
13e258818db5527f86ff02765e9b288a1944026255c660cfc151ba0c1ead22c6d36c6ec3d3129cff8ef62c2953288a6d588d595fa61d5972cfa465cc8248c64f

diff --git a/app-emacs/transient/transient-0.4.1.ebuild 
b/app-emacs/transient/transient-0.4.1.ebuild
new file mode 100644
index ..adb9d5ff1a85
--- /dev/null
+++ b/app-emacs/transient/transient-0.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-05-28 Thread Maciej Barć
commit: 1c4063b9ce0d4497d44307bafab471d3f0e2a5a6
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 28 15:12:15 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 28 15:13:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4063b9

app-emacs/transient: add live version

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

 app-emacs/transient/transient-.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/app-emacs/transient/transient-.ebuild 
b/app-emacs/transient/transient-.ebuild
new file mode 100644
index ..adb9d5ff1a85
--- /dev/null
+++ b/app-emacs/transient/transient-.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-05-13 Thread Maciej Barć
commit: 90700257f7a1797e5a88eb002e22dd985a168517
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 13 21:53:19 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 13 22:06:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90700257

app-emacs/transient: bump to 0.4.0

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.4.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index a44935966014..3c84fd20b76f 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.3.7.tar.gz 103105 BLAKE2B 
3253529af82116881b6fdbb5465d3e0ffa8246e017a266fe0868d31e9c576a3927ed7b8d968d95f7e84e31859705f08582260d074f7f55cf10e535177df761f4
 SHA512 
93d1e00db3f483d830c9e636de1ae752c43bada580209c4839e89941507be5fd7ebbd31cf597436f13448b29085453742a0623dad9dcc1d343e29a5d47d76987
 DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3
+DIST transient-0.4.0.tar.gz 128429 BLAKE2B 
cd97b5fcef5d7d4bb14677ab1fa4a49f16af527cfaf92c17d97de9073a6662067195822a6e25ff6cefdb8278c806ceee996f6552e4616a52cd16390a1baa8459
 SHA512 
b7946983828ed2d5cc9884b08fead22fffa4d3fa2f10b0797df54f4260ae0d41e27aa3804dce12ae61d6e60d245484e68ad269a5bbe98cfde7a6a154eed7a3db

diff --git a/app-emacs/transient/transient-0.4.0.ebuild 
b/app-emacs/transient/transient-0.4.0.ebuild
new file mode 100644
index ..3b7d6fcbaea9
--- /dev/null
+++ b/app-emacs/transient/transient-0.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/compat-29.1.4.1"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2023-05-13 Thread Maciej Barć
commit: 295dbae1610b4167bdf2a09422646e8d74c8fecf
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 13 21:45:25 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 13 22:06:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295dbae1

app-emacs/transient: drop old 0.3.6

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

 app-emacs/transient/Manifest   |  1 -
 app-emacs/transient/transient-0.3.6.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index a5b90cd4d1a7..a44935966014 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,2 @@
-DIST transient-0.3.6.tar.gz 100905 BLAKE2B 
cc7a78104b77a7ff49d2ee686a780db7509744b1f737e4f995d5e5f8ada18828ccf1b6ae5d995fb8aa09e9fc16895226e5e8cf3cf50a79c246c5d07d5f467ce0
 SHA512 
c1b43046f07f9efce1720f6e151d8223922574262d4e5436b0c81453b0a21a404f1c555a5bc92a201c71beb1b2f95aafb38b88203cd08c1d3a9d80f45ed0d0c9
 DIST transient-0.3.7.tar.gz 103105 BLAKE2B 
3253529af82116881b6fdbb5465d3e0ffa8246e017a266fe0868d31e9c576a3927ed7b8d968d95f7e84e31859705f08582260d074f7f55cf10e535177df761f4
 SHA512 
93d1e00db3f483d830c9e636de1ae752c43bada580209c4839e89941507be5fd7ebbd31cf597436f13448b29085453742a0623dad9dcc1d343e29a5d47d76987
 DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3

diff --git a/app-emacs/transient/transient-0.3.6.ebuild 
b/app-emacs/transient/transient-0.3.6.ebuild
deleted file mode 100644
index b7a1b10c7773..
--- a/app-emacs/transient/transient-0.3.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Transient commands abstraction for GNU Emacs"
-HOMEPAGE="https://magit.vc/manual/transient;
-SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="docs/*.texi"
-DOCS="README.md docs/transient.org"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2023-01-03 Thread Sam James
commit: f54ee3037f41ff3be7c8db0ee1159123aed4effd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 23:24:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 23:24:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54ee303

app-emacs/transient: Stabilize 0.3.7_p20220918-r1 amd64, #889586

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

 app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index 664f1e168a38..8f6607cd6819 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 DOCS=( README.org docs/transient.org )
 SITEFILE="50${PN}-gentoo.el"



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

2023-01-03 Thread Sam James
commit: 8e3bfd1e8caad647b27acc81a933ef01421edcf9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 23:24:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 23:24:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3bfd1e

app-emacs/transient: Stabilize 0.3.7_p20220918-r1 x86, #889586

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

 app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index 8f6607cd6819..1ea699ec7610 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 DOCS=( README.org docs/transient.org )
 SITEFILE="50${PN}-gentoo.el"



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

2022-10-17 Thread Sam James
commit: 87156e3a98ae92d08384d2f88e6d1892e4730faa
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 17 19:47:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 17 19:47:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87156e3a

app-emacs/transient: Keyword 0.3.7_p20220918-r1 arm, #877205

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

 app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index b51c38a685bd..664f1e168a38 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 DOCS=( README.org docs/transient.org )
 SITEFILE="50${PN}-gentoo.el"



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

2022-10-16 Thread Arthur Zamarin
commit: a359b400234517cb961240669c63495ec4dba56a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 17 05:28:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 17 05:28:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a359b400

app-emacs/transient: Keyword 0.3.7_p20220918-r1 ppc64, #877205

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

 app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index 17f9853eb48a..b51c38a685bd 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 DOCS=( README.org docs/transient.org )
 SITEFILE="50${PN}-gentoo.el"



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

2022-10-15 Thread Matthew Smith
commit: 66cc993c93fb6769a80e8c99095f72db5cf91e8f
Author: Matthew Smith  gentoo  org>
AuthorDate: Sat Oct 15 10:59:42 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sat Oct 15 10:59:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cc993c

app-emacs/transient: add dependency on app-emacs/compat

Keywords dropped due to missing keywords on app-emacs/compat.

Closes: https://bugs.gentoo.org/877193
Signed-off-by: Matthew Smith  gentoo.org>

 ...0.3.7_p20220918.ebuild => transient-0.3.7_p20220918-r1.ebuild} | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emacs/transient/transient-0.3.7_p20220918.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
similarity index 87%
rename from app-emacs/transient/transient-0.3.7_p20220918.ebuild
rename to app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index a78258972198..17f9853eb48a 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -16,13 +16,17 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
 
 DOCS=( README.org docs/transient.org )
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="docs/*.texi"
 
-BDEPEND="sys-apps/texinfo"
+RDEPEND="app-emacs/compat"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
 
 src_prepare() {
mv lisp/*.el . || die



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

2022-10-14 Thread Maciej Barć
commit: a9261e92f34a35c73643d03426a513515127395e
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Oct 14 21:41:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Oct 14 21:50:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9261e92

app-emacs/transient: bump to 0.3.7_p20220918

2022.09.18 snapshot

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

 app-emacs/transient/Manifest   |  1 +
 .../transient/transient-0.3.7_p20220918.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 4e390976ece8..a5b90cd4d1a7 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.3.6.tar.gz 100905 BLAKE2B 
cc7a78104b77a7ff49d2ee686a780db7509744b1f737e4f995d5e5f8ada18828ccf1b6ae5d995fb8aa09e9fc16895226e5e8cf3cf50a79c246c5d07d5f467ce0
 SHA512 
c1b43046f07f9efce1720f6e151d8223922574262d4e5436b0c81453b0a21a404f1c555a5bc92a201c71beb1b2f95aafb38b88203cd08c1d3a9d80f45ed0d0c9
 DIST transient-0.3.7.tar.gz 103105 BLAKE2B 
3253529af82116881b6fdbb5465d3e0ffa8246e017a266fe0868d31e9c576a3927ed7b8d968d95f7e84e31859705f08582260d074f7f55cf10e535177df761f4
 SHA512 
93d1e00db3f483d830c9e636de1ae752c43bada580209c4839e89941507be5fd7ebbd31cf597436f13448b29085453742a0623dad9dcc1d343e29a5d47d76987
+DIST transient-0.3.7_p20220918.tar.gz 125422 BLAKE2B 
19d1e2e4ea24076856a1816042d63964527b4c98d5727805058e5bfd829c708afa277d88b46e0e4da64b8a21fc4c012b410399f7bc71d877c285edda6b9e7d8e
 SHA512 
9dd61f6eb69bdcd9a582e34261f9b6806d048df3d009aefe5f3a5a8f36e733187140b933f8e4af02c6e6f35fac6a3d5d13665ac108fa74299b1555c485be87c3

diff --git a/app-emacs/transient/transient-0.3.7_p20220918.ebuild 
b/app-emacs/transient/transient-0.3.7_p20220918.ebuild
new file mode 100644
index ..a78258972198
--- /dev/null
+++ b/app-emacs/transient/transient-0.3.7_p20220918.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=097f5be6e0c228790a6e78ffee5f0c599cb58b20
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient
+   https://github.com/magit/transient;
+SRC_URI="https://github.com/magit/transient/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+DOCS=( README.org docs/transient.org )
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/*.texi"
+
+BDEPEND="sys-apps/texinfo"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2022-09-08 Thread Maciej Barć
commit: 6172795d82bc7e64a95080db83062d6fc474bb44
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Sep  8 17:06:21 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Sep  8 17:08:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6172795d

app-emacs/transient: fix DESCRIPTION

thanks to k4leg for the report

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

 app-emacs/transient/transient-0.3.6.ebuild | 4 ++--
 app-emacs/transient/transient-0.3.7.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/transient/transient-0.3.6.ebuild 
b/app-emacs/transient/transient-0.3.6.ebuild
index b799b098eb41..23fb452bcd9c 100644
--- a/app-emacs/transient/transient-0.3.6.ebuild
+++ b/app-emacs/transient/transient-0.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ NEED_EMACS=25
 
 inherit elisp
 
-DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
 HOMEPAGE="https://magit.vc/manual/transient;
 SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/app-emacs/transient/transient-0.3.7.ebuild 
b/app-emacs/transient/transient-0.3.7.ebuild
index e85ccb848169..a4ee9d31a45f 100644
--- a/app-emacs/transient/transient-0.3.7.ebuild
+++ b/app-emacs/transient/transient-0.3.7.ebuild
@@ -6,7 +6,7 @@ NEED_EMACS=25
 
 inherit elisp
 
-DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
 HOMEPAGE="https://magit.vc/manual/transient;
 SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2022-02-14 Thread Sam James
commit: 58c4e17f904bd9fe723d1d974fb76cce65683650
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 20:49:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 20:49:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c4e17f

app-emacs/transient: Stabilize 0.3.7 ALLARCHES, #833349

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

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

diff --git a/app-emacs/transient/transient-0.3.7.ebuild 
b/app-emacs/transient/transient-0.3.7.ebuild
index a23829397b0b..e85ccb848169 100644
--- a/app-emacs/transient/transient-0.3.7.ebuild
+++ b/app-emacs/transient/transient-0.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="docs/*.texi"



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

2021-12-02 Thread Hans de Graaff
commit: 5a909adf46a1daa6741dec269e54655d7d5e3617
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  3 06:44:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec  3 06:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a909adf

app-emacs/transient: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/transient/Manifest   |  2 --
 app-emacs/transient/transient-0.3.4.ebuild | 29 -
 app-emacs/transient/transient-0.3.5.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 738a9ac88dcb..0fbb0f5d73c1 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1 @@
-DIST transient-0.3.4.tar.gz 100193 BLAKE2B 
0dd91cf1af22cfd6c3b6fefaa1b84ba3a241e269aef5165befa9408171f8b5477b04e2886e690cfd8d20af31e83fe669e05f0bf40c3391aab353d33a59345689
 SHA512 
feb24bf9045c9212a45cbc0a99805bdad6f4f5871279d44c64a883ad5d33a40128189525ee546d6cff14bf2d60d3c1e684cf8894fefc01860e363073eafea220
-DIST transient-0.3.5.tar.gz 100274 BLAKE2B 
ffb7f5823552eb3e84fd1d8c3842c8e49f7ce0fa79fae72ab6088f2af3ef19f27a327a15136f69a9173c742ed4c984d1d7106eda476f3e1a7d751337d19711ad
 SHA512 
cfe30b95022d6f88569f7601cd3994255b613477b3886a42a87ad297edb656ba8968d285cd9b80e98ba18725334cb7b02fac27cb0f9717d344e5af3db8cf77a5
 DIST transient-0.3.6.tar.gz 100905 BLAKE2B 
cc7a78104b77a7ff49d2ee686a780db7509744b1f737e4f995d5e5f8ada18828ccf1b6ae5d995fb8aa09e9fc16895226e5e8cf3cf50a79c246c5d07d5f467ce0
 SHA512 
c1b43046f07f9efce1720f6e151d8223922574262d4e5436b0c81453b0a21a404f1c555a5bc92a201c71beb1b2f95aafb38b88203cd08c1d3a9d80f45ed0d0c9

diff --git a/app-emacs/transient/transient-0.3.4.ebuild 
b/app-emacs/transient/transient-0.3.4.ebuild
deleted file mode 100644
index 5f2eb4af6a92..
--- a/app-emacs/transient/transient-0.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
-HOMEPAGE="https://magit.vc/manual/transient;
-SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="docs/*.texi"
-DOCS="README.md docs/transient.org"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}

diff --git a/app-emacs/transient/transient-0.3.5.ebuild 
b/app-emacs/transient/transient-0.3.5.ebuild
deleted file mode 100644
index 5f2eb4af6a92..
--- a/app-emacs/transient/transient-0.3.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
-HOMEPAGE="https://magit.vc/manual/transient;
-SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="docs/*.texi"
-DOCS="README.md docs/transient.org"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   mv lisp/*.el . || die
-
-   default
-}



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

2021-12-02 Thread Hans de Graaff
commit: 669188954675489271ac979181613e90dcc4ad19
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  3 06:47:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec  3 06:47:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66918895

app-emacs/transient: add 0.3.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.3.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 0fbb0f5d73c1..4e390976ece8 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1 +1,2 @@
 DIST transient-0.3.6.tar.gz 100905 BLAKE2B 
cc7a78104b77a7ff49d2ee686a780db7509744b1f737e4f995d5e5f8ada18828ccf1b6ae5d995fb8aa09e9fc16895226e5e8cf3cf50a79c246c5d07d5f467ce0
 SHA512 
c1b43046f07f9efce1720f6e151d8223922574262d4e5436b0c81453b0a21a404f1c555a5bc92a201c71beb1b2f95aafb38b88203cd08c1d3a9d80f45ed0d0c9
+DIST transient-0.3.7.tar.gz 103105 BLAKE2B 
3253529af82116881b6fdbb5465d3e0ffa8246e017a266fe0868d31e9c576a3927ed7b8d968d95f7e84e31859705f08582260d074f7f55cf10e535177df761f4
 SHA512 
93d1e00db3f483d830c9e636de1ae752c43bada580209c4839e89941507be5fd7ebbd31cf597436f13448b29085453742a0623dad9dcc1d343e29a5d47d76987

diff --git a/app-emacs/transient/transient-0.3.7.ebuild 
b/app-emacs/transient/transient-0.3.7.ebuild
new file mode 100644
index ..a23829397b0b
--- /dev/null
+++ b/app-emacs/transient/transient-0.3.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/transient;
+SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/*.texi"
+DOCS="README.md docs/transient.org"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2021-10-10 Thread Agostino Sarubbo
commit: 55626699b9b6fe90cc60cbc9326d8f7e8fd44f3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 10 15:37:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 10 15:37:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55626699

app-emacs/transient: x86 stable wrt bug #816918

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/transient/transient-0.3.6.ebuild 
b/app-emacs/transient/transient-0.3.6.ebuild
index 2c8f942f8ad..b799b098eb4 100644
--- a/app-emacs/transient/transient-0.3.6.ebuild
+++ b/app-emacs/transient/transient-0.3.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="docs/*.texi"



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

2021-10-10 Thread Agostino Sarubbo
commit: 8fa81f7d1e3eaa6bb11a3541663be0267330d3d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 10 15:30:06 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 10 15:30:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa81f7d

app-emacs/transient: amd64 stable wrt bug #816918

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/transient/transient-0.3.6.ebuild 
b/app-emacs/transient/transient-0.3.6.ebuild
index 5f2eb4af6a9..2c8f942f8ad 100644
--- a/app-emacs/transient/transient-0.3.6.ebuild
+++ b/app-emacs/transient/transient-0.3.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="docs/*.texi"



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

2021-07-09 Thread Hans de Graaff
commit: f45035ab09489022fc00f2505ba16a9a408e9590
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  9 06:23:57 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  9 06:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45035ab

app-emacs/transient: add 0.3.6

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.3.6.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index 1e142ee8b8a..738a9ac88dc 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,2 +1,3 @@
 DIST transient-0.3.4.tar.gz 100193 BLAKE2B 
0dd91cf1af22cfd6c3b6fefaa1b84ba3a241e269aef5165befa9408171f8b5477b04e2886e690cfd8d20af31e83fe669e05f0bf40c3391aab353d33a59345689
 SHA512 
feb24bf9045c9212a45cbc0a99805bdad6f4f5871279d44c64a883ad5d33a40128189525ee546d6cff14bf2d60d3c1e684cf8894fefc01860e363073eafea220
 DIST transient-0.3.5.tar.gz 100274 BLAKE2B 
ffb7f5823552eb3e84fd1d8c3842c8e49f7ce0fa79fae72ab6088f2af3ef19f27a327a15136f69a9173c742ed4c984d1d7106eda476f3e1a7d751337d19711ad
 SHA512 
cfe30b95022d6f88569f7601cd3994255b613477b3886a42a87ad297edb656ba8968d285cd9b80e98ba18725334cb7b02fac27cb0f9717d344e5af3db8cf77a5
+DIST transient-0.3.6.tar.gz 100905 BLAKE2B 
cc7a78104b77a7ff49d2ee686a780db7509744b1f737e4f995d5e5f8ada18828ccf1b6ae5d995fb8aa09e9fc16895226e5e8cf3cf50a79c246c5d07d5f467ce0
 SHA512 
c1b43046f07f9efce1720f6e151d8223922574262d4e5436b0c81453b0a21a404f1c555a5bc92a201c71beb1b2f95aafb38b88203cd08c1d3a9d80f45ed0d0c9

diff --git a/app-emacs/transient/transient-0.3.6.ebuild 
b/app-emacs/transient/transient-0.3.6.ebuild
new file mode 100644
index 000..5f2eb4af6a9
--- /dev/null
+++ b/app-emacs/transient/transient-0.3.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/transient;
+SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/*.texi"
+DOCS="README.md docs/transient.org"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2021-06-17 Thread Hans de Graaff
commit: 2cd1fcf387f75c46c43aa93d31bfac8d8ee1fef4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 18 04:09:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 18 04:14:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd1fcf3

app-emacs/transient: add 0.3.5

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.3.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index d4b2135ea56..1e142ee8b8a 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1 +1,2 @@
 DIST transient-0.3.4.tar.gz 100193 BLAKE2B 
0dd91cf1af22cfd6c3b6fefaa1b84ba3a241e269aef5165befa9408171f8b5477b04e2886e690cfd8d20af31e83fe669e05f0bf40c3391aab353d33a59345689
 SHA512 
feb24bf9045c9212a45cbc0a99805bdad6f4f5871279d44c64a883ad5d33a40128189525ee546d6cff14bf2d60d3c1e684cf8894fefc01860e363073eafea220
+DIST transient-0.3.5.tar.gz 100274 BLAKE2B 
ffb7f5823552eb3e84fd1d8c3842c8e49f7ce0fa79fae72ab6088f2af3ef19f27a327a15136f69a9173c742ed4c984d1d7106eda476f3e1a7d751337d19711ad
 SHA512 
cfe30b95022d6f88569f7601cd3994255b613477b3886a42a87ad297edb656ba8968d285cd9b80e98ba18725334cb7b02fac27cb0f9717d344e5af3db8cf77a5

diff --git a/app-emacs/transient/transient-0.3.5.ebuild 
b/app-emacs/transient/transient-0.3.5.ebuild
new file mode 100644
index 000..5f2eb4af6a9
--- /dev/null
+++ b/app-emacs/transient/transient-0.3.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/transient;
+SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/*.texi"
+DOCS="README.md docs/transient.org"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



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

2021-05-27 Thread Hans de Graaff
commit: f96e0a809cbe035d4bf17474229691ea2b7cb1ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 26 05:59:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 27 06:06:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96e0a80

app-emacs/transient: initial import of 0.3.4

New dependency for app-emacs/magit

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/transient/Manifest|  1 +
 app-emacs/transient/files/50transient-gentoo.el |  1 +
 app-emacs/transient/metadata.xml| 35 +
 app-emacs/transient/transient-0.3.4.ebuild  | 29 
 4 files changed, 66 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
new file mode 100644
index 000..d4b2135ea56
--- /dev/null
+++ b/app-emacs/transient/Manifest
@@ -0,0 +1 @@
+DIST transient-0.3.4.tar.gz 100193 BLAKE2B 
0dd91cf1af22cfd6c3b6fefaa1b84ba3a241e269aef5165befa9408171f8b5477b04e2886e690cfd8d20af31e83fe669e05f0bf40c3391aab353d33a59345689
 SHA512 
feb24bf9045c9212a45cbc0a99805bdad6f4f5871279d44c64a883ad5d33a40128189525ee546d6cff14bf2d60d3c1e684cf8894fefc01860e363073eafea220

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

diff --git a/app-emacs/transient/metadata.xml b/app-emacs/transient/metadata.xml
new file mode 100644
index 000..f01b2556a6a
--- /dev/null
+++ b/app-emacs/transient/metadata.xml
@@ -0,0 +1,35 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+  Taking inspiration from prefix keys and prefix arguments, Transient
+  implements a similar abstraction involving a prefix command, infix
+  arguments and suffix commands.  We could call this abstraction a
+  "transient command", but because it always involves at least two
+  commands (a prefix and a suffix) we prefer to call it just a
+  "transient".
+  
+  When the user calls a transient prefix command, then a transient
+  (temporary) keymap is activated, which binds the transient's infix
+  and suffix commands, and functions that control the transient state
+  are added to `pre-command-hook' and `post-command-hook'.  The
+  available suffix and infix commands and their state are shown in
+  the echo area until the transient is exited by invoking a suffix
+  command.
+  
+  Calling an infix command causes its value to be changed, possibly
+  by reading a new value in the minibuffer.
+  
+  Calling a suffix command usually causes the transient to be exited
+  but suffix commands can also be configured to not exit the
+  transient state.
+
+
+
+  magit/transient
+
+

diff --git a/app-emacs/transient/transient-0.3.4.ebuild 
b/app-emacs/transient/transient-0.3.4.ebuild
new file mode 100644
index 000..5f2eb4af6a9
--- /dev/null
+++ b/app-emacs/transient/transient-0.3.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/transient;
+SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="docs/*.texi"
+DOCS="README.md docs/transient.org"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}