summaryrefslogtreecommitdiff
path: root/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-25 16:39:22 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-25 17:26:01 +0200
commit1b69a8c141b1282a45b9555f36612abb1b943ae4 (patch)
treee5be56d295cfd42061eceee301eb6823a5c8b31d /app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
parentce124613334fdc07833cf23aaa091cffbef93c7d (diff)
downloadgentoo-1b69a8c141b1282a45b9555f36612abb1b943ae4.tar.gz
gentoo-1b69a8c141b1282a45b9555f36612abb1b943ae4.tar.bz2
gentoo-1b69a8c141b1282a45b9555f36612abb1b943ae4.zip
app-emacs/exec-path-from-shell: drop old 2.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild')
-rw-r--r--app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild22
1 files changed, 0 insertions, 22 deletions
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
deleted file mode 100644
index c1375c75a429..000000000000
--- a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}