From 75d96acccad873f06b79a34402f0bce68c1c941d Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 14 Jan 2025 18:02:32 +0100 Subject: app-emacs/cask: drop old 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/947927 Signed-off-by: Maciej Barć --- app-emacs/cask/files/cask-bin-launcher-fix.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app-emacs/cask/files/cask-bin-launcher-fix.patch (limited to 'app-emacs/cask') diff --git a/app-emacs/cask/files/cask-bin-launcher-fix.patch b/app-emacs/cask/files/cask-bin-launcher-fix.patch deleted file mode 100644 index 704d284a13dc..000000000000 --- a/app-emacs/cask/files/cask-bin-launcher-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/bin/cask b/bin/cask -index 55d4d86..37a5c9c 100755 ---- a/bin/cask -+++ b/bin/cask -@@ -39,17 +39,7 @@ case $subcommand in - *) - WHICH=${WHICH:-which} - READLINK=$($WHICH readlink || true) -- if [ "$(uname || true)" == "Darwin" ] ; then -- READLINK= -- fi -- READLINK=${READLINK:-$($WHICH greadlink || true)} -- if [ ! -z "$READLINK" ] ; then -- SRCDIR__=$($READLINK -f "$CASK") -- else -- SRCDIR__=$(python -c "import os, sys; print(os.path.realpath(sys.argv[1]))" "$CASK") -- fi -- SRCDIR_=$(dirname "$SRCDIR__") -- SRCDIR=$(dirname "$SRCDIR_") -- "$EMACS" -Q --script "$SRCDIR/cask-cli.el" -- $subcommand "$@" -+ SRCDIR="@SITELISP@" -+ "$EMACS" -q --script "$SRCDIR/cask-cli.el" -- $subcommand "$@" - ;; - esac -- cgit v1.2.3-65-gdbad