diff options
author | 2022-02-14 16:53:50 +0000 | |
---|---|---|
committer | 2022-02-14 17:21:32 +0000 | |
commit | 502b5de66cbaa580a0632c0514757ec6616abca5 (patch) | |
tree | 1b4b17c50b1570f6c35e9f00bb5d48828f82fa56 /app-emacs/helm/files | |
parent | app-emacs/helm: add 3.8.4 (diff) | |
download | gentoo-502b5de66cbaa580a0632c0514757ec6616abca5.tar.gz gentoo-502b5de66cbaa580a0632c0514757ec6616abca5.tar.bz2 gentoo-502b5de66cbaa580a0632c0514757ec6616abca5.zip |
app-emacs/helm: drop 3.6.0-r1
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/helm/files')
-rw-r--r-- | app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch b/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch deleted file mode 100644 index 463cc8ccbacf..000000000000 --- a/app-emacs/helm/files/helm-3.6.0-no-autoload-check.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/800177 - ---- helm-3.6.0/emacs-helm.sh -+++ helm-3.6.0/emacs-helm.sh -@@ -137,19 +137,6 @@ - - cd "${0%/*}" || exit 1 - --# Check if autoload file exists. --# It may be in a different directory if emacs-helm.sh is a symlink. --TRUENAME=$(find . -samefile "$0" -printf "%l") --if [ ! -z "$TRUENAME" ]; then -- AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el" --else -- AUTO_FILE="helm-autoloads.el" --fi --if [ ! -e "$AUTO_FILE" ]; then -- echo No autoloads found, please run make first to generate autoload file -- exit 1 --fi -- - - cat > $CONF_FILE <<EOF - (setq initial-scratch-message (concat initial-scratch-message |