diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-11 13:25:40 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-07-11 13:51:44 +0200 |
commit | 018d950890c21509ac760094ab5d469aa10eb897 (patch) | |
tree | c3608a42b9f99840118e3e1e6e85868f0ee952d9 /app-emacs/helm | |
parent | sys-kernel/vanilla-sources: add 6.4.3, drop 6.4.2 (diff) | |
download | gentoo-018d950890c21509ac760094ab5d469aa10eb897.tar.gz gentoo-018d950890c21509ac760094ab5d469aa10eb897.tar.bz2 gentoo-018d950890c21509ac760094ab5d469aa10eb897.zip |
app-emacs/helm: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31831
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/helm')
-rw-r--r-- | app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch b/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch deleted file mode 100644 index 4b415088dcc6..000000000000 --- a/app-emacs/helm/files/helm-3.8.0-no-autoload-check.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/800177 - ---- helm-3.8.0/emacs-helm.sh -+++ helm-3.8.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=$(ls -l "$0" | awk '{print $11}') --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 |