[gentoo-commits] repo/gentoo:master commit in: app-emacs/exec-path-from-shell/

2024-04-13 Thread Maciej Barć
commit: 21a9fad57f77e88c8ff1b0a84fcb073ef526e803
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 13 11:41:03 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 13 22:55:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a9fad5

app-emacs/exec-path-from-shell: bump to 2.2

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

 app-emacs/exec-path-from-shell/Manifest|  1 +
 .../exec-path-from-shell-2.2.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/exec-path-from-shell/Manifest 
b/app-emacs/exec-path-from-shell/Manifest
index da48b37f5a24..aea18b416c4e 100644
--- a/app-emacs/exec-path-from-shell/Manifest
+++ b/app-emacs/exec-path-from-shell/Manifest
@@ -1 +1,2 @@
 DIST exec-path-from-shell-2.1.tar.gz 18673 BLAKE2B 
fd1d3c1cc6d7ce89eacbf9cd3cfe737a1867723dda28993ee049d91437dc8a17edf07ec1e4a121eae384deebfde934e371168ee6870e09886483cecce1bc306e
 SHA512 
bd211756fa06115af45db6d9fb351f3affb0d59ae717643c9e4df422e63ddb780edf642d030db5b039e2759b2bfca948f7638d2dbd3ac84f3c2b8814b4a085f3
+DIST exec-path-from-shell-2.2.tar.gz 18935 BLAKE2B 
7b255664037a68c3ec67fd3ed404a35d834f69431152f6baaa4c8f85aa8565968ad6cc59f8674d06dd86befd9d13fbf2f39b1347395451fc8bb9eb43138e9e0d
 SHA512 
75bd4dd96c7224a7daf9709e5508ff45b3b7541713267282ff9a31e357e74e2ff8ad054193c1753e2d2f824206abcff5485fe7710037974c536b4afc87500b09

diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.2.ebuild 
b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.2.ebuild
new file mode 100644
index ..d2795541094c
--- /dev/null
+++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Ensure environment variables inside Emacs are the same as in 
shell"
+HOMEPAGE="https://github.com/purcell/exec-path-from-shell/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/purcell/${PN}.git;
+else
+   SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/exec-path-from-shell/

2023-09-10 Thread Sam James
commit: 965695f834c34c155ec8d157e26cb85dbe238889
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 14:35:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 14:35:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965695f8

app-emacs/exec-path-from-shell: Stabilize 2.1 ALLARCHES, #913939

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

 app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild 
b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
index 28ccd181049b..c1375c75a429 100644
--- a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
+++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/exec-path-from-shell/

2023-08-05 Thread Maciej Barć
commit: 75345697e6c64bb18e6afc5e6644e5ba4fb38b15
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug  5 15:34:29 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug  5 16:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75345697

app-emacs/exec-path-from-shell: bump to 2.1

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

 app-emacs/exec-path-from-shell/Manifest|  1 +
 .../exec-path-from-shell-2.1.ebuild| 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-emacs/exec-path-from-shell/Manifest 
b/app-emacs/exec-path-from-shell/Manifest
index 7b96288e36e8..39aab612d79e 100644
--- a/app-emacs/exec-path-from-shell/Manifest
+++ b/app-emacs/exec-path-from-shell/Manifest
@@ -1 +1,2 @@
 DIST exec-path-from-shell-1.12.tar.gz 17125 BLAKE2B 
01440c4f484fa2e584c40961cc3a0199a812072b3a41c78833a43bd57105e677077f902ef40dbb68eeaaa84fc511d9e02d7fabdbd7c86a0bc57e1ba88aaa6888
 SHA512 
62f0f89f542cbf0edaf163c1dfd4fac8bb532898f8eb5a9e068a991eaddb5e6ecb1813fc76252dc2d48b42b9ab602082f612d241613002b1a37b4f7d5f5d4f3c
+DIST exec-path-from-shell-2.1.tar.gz 18673 BLAKE2B 
fd1d3c1cc6d7ce89eacbf9cd3cfe737a1867723dda28993ee049d91437dc8a17edf07ec1e4a121eae384deebfde934e371168ee6870e09886483cecce1bc306e
 SHA512 
bd211756fa06115af45db6d9fb351f3affb0d59ae717643c9e4df422e63ddb780edf642d030db5b039e2759b2bfca948f7638d2dbd3ac84f3c2b8814b4a085f3

diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild 
b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
new file mode 100644
index ..28ccd181049b
--- /dev/null
+++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Ensure environment variables inside Emacs are the same as in 
shell"
+HOMEPAGE="https://github.com/purcell/exec-path-from-shell/;
+SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/exec-path-from-shell/

2023-03-23 Thread Sam James
commit: 2a4febcd0f57fe4bcf779d0d0c1c37bcc55df1a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 23 09:00:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 23 09:00:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4febcd

app-emacs/exec-path-from-shell: Stabilize 1.12 amd64, #902787

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

 app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild 
b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild
index f21f1c54ffd5..3d16da1ac3d5 100644
--- a/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild
+++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/exec-path-from-shell/, app-emacs/exec-path-from-shell/files/

2022-08-16 Thread Maciej Barć
commit: 77292f2d1dd578e71e1a9a0af4492c55413124bb
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug 17 00:04:23 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug 17 00:17:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77292f2d

app-emacs/exec-path-from-shell: new package; add version 1.12

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

 app-emacs/exec-path-from-shell/Manifest|  1 +
 .../exec-path-from-shell-1.12.ebuild   | 24 ++
 .../files/50exec-path-from-shell-gentoo.el |  2 ++
 app-emacs/exec-path-from-shell/metadata.xml| 20 ++
 4 files changed, 47 insertions(+)

diff --git a/app-emacs/exec-path-from-shell/Manifest 
b/app-emacs/exec-path-from-shell/Manifest
new file mode 100644
index ..7b96288e36e8
--- /dev/null
+++ b/app-emacs/exec-path-from-shell/Manifest
@@ -0,0 +1 @@
+DIST exec-path-from-shell-1.12.tar.gz 17125 BLAKE2B 
01440c4f484fa2e584c40961cc3a0199a812072b3a41c78833a43bd57105e677077f902ef40dbb68eeaaa84fc511d9e02d7fabdbd7c86a0bc57e1ba88aaa6888
 SHA512 
62f0f89f542cbf0edaf163c1dfd4fac8bb532898f8eb5a9e068a991eaddb5e6ecb1813fc76252dc2d48b42b9ab602082f612d241613002b1a37b4f7d5f5d4f3c

diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild 
b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild
new file mode 100644
index ..f21f1c54ffd5
--- /dev/null
+++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.1
+
+inherit elisp
+
+DESCRIPTION="Ensure environment variables inside Emacs are the same as in 
shell"
+HOMEPAGE="https://github.com/purcell/exec-path-from-shell/;
+SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}

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

diff --git a/app-emacs/exec-path-from-shell/metadata.xml 
b/app-emacs/exec-path-from-shell/metadata.xml
new file mode 100644
index ..053f64ad6502
--- /dev/null
+++ b/app-emacs/exec-path-from-shell/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+This library allows the user to set Emacs' `exec-path' and $PATH from the
+shell path, so that `shell-command', `compile' and the like work as
+expected. It also allows other environment variables to be retrieved from
+the shell, so that Emacs will see the same values you get in a terminal.
+  
+  
+  
+https://github.com/purcell/exec-path-from-shell/issues/
+purcell/exec-path-from-shell
+  
+