* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cask/files/
@ 2025-01-14 17:07 Maciej Barć
0 siblings, 0 replies; only message in thread
From: Maciej Barć @ 2025-01-14 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 75d96acccad873f06b79a34402f0bce68c1c941d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:02:32 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 17:07:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d96acc
app-emacs/cask: drop old 0.8.0
Closes: https://bugs.gentoo.org/947927
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/cask/files/cask-bin-launcher-fix.patch | 24 ------------------------
1 file changed, 24 deletions(-)
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-14 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 17:07 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cask/files/ Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox