summaryrefslogtreecommitdiff
path: root/app-emacs/exec-path-from-shell
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/exec-path-from-shell
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/exec-path-from-shell')
-rw-r--r--app-emacs/exec-path-from-shell/Manifest2
-rw-r--r--app-emacs/exec-path-from-shell/exec-path-from-shell-2.2.ebuild31
-rw-r--r--app-emacs/exec-path-from-shell/exec-path-from-shell-2.3.ebuild31
-rw-r--r--app-emacs/exec-path-from-shell/files/50exec-path-from-shell-gentoo.el2
-rw-r--r--app-emacs/exec-path-from-shell/metadata.xml20
5 files changed, 0 insertions, 86 deletions
diff --git a/app-emacs/exec-path-from-shell/Manifest b/app-emacs/exec-path-from-shell/Manifest
deleted file mode 100644
index 99e7f3dfe4cd..000000000000
--- a/app-emacs/exec-path-from-shell/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST exec-path-from-shell-2.2.tar.gz 18935 BLAKE2B 7b255664037a68c3ec67fd3ed404a35d834f69431152f6baaa4c8f85aa8565968ad6cc59f8674d06dd86befd9d13fbf2f39b1347395451fc8bb9eb43138e9e0d SHA512 75bd4dd96c7224a7daf9709e5508ff45b3b7541713267282ff9a31e357e74e2ff8ad054193c1753e2d2f824206abcff5485fe7710037974c536b4afc87500b09
-DIST exec-path-from-shell-2.3.gh.tar.gz 19244 BLAKE2B fc1a43144fc2666608f3b8ce505909d41feb45d072a5ea7d1a641aaa397913adbf5011136d7b7f586edc33c1f03fe8bec84d2036cd75a9209ee9ad1c93d4d973 SHA512 5d49c37d01368d8f3e38b04e9699414c5da156b09521442e8d33f951b01715abae4c09fe145045172c0f1a1ce5dfd9c2d732a8e373eb76bf508fc229e7489a54
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
deleted file mode 100644
index 6070fdd0c860..000000000000
--- a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}" == *9999* ]] ; 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
-}
diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.3.ebuild b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.3.ebuild
deleted file mode 100644
index 7da2393a584a..000000000000
--- a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/purcell/${PN}"
-else
- SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.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
-}
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
deleted file mode 100644
index 6fa79c9aefcf..000000000000
--- a/app-emacs/exec-path-from-shell/files/50exec-path-from-shell-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(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
deleted file mode 100644
index 053f64ad6502..000000000000
--- a/app-emacs/exec-path-from-shell/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <longdescription>
- 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.
- </longdescription>
- <stabilize-allarches />
- <upstream>
- <bugs-to>https://github.com/purcell/exec-path-from-shell/issues/</bugs-to>
- <remote-id type="github">purcell/exec-path-from-shell</remote-id>
- </upstream>
-</pkgmetadata>