summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-11-13 13:35:21 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-11-13 13:38:04 +0100
commit61097cc6890da93bf296d681f836be20e111ea0a (patch)
treebfea3a3a8808f1b89db50e7a5ebd59e0fca6b65d /app-emacs/helm
parentapp-emacs/helm: drop old 3.9.3 (diff)
downloadgentoo-61097cc6890da93bf296d681f836be20e111ea0a.tar.gz
gentoo-61097cc6890da93bf296d681f836be20e111ea0a.tar.bz2
gentoo-61097cc6890da93bf296d681f836be20e111ea0a.zip
app-emacs/helm: drop old 3.9.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/helm')
-rw-r--r--app-emacs/helm/Manifest1
-rw-r--r--app-emacs/helm/helm-3.9.4.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index 7f98204e1832..f883f8411833 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1 @@
-DIST helm-3.9.4.tar.gz 2372828 BLAKE2B a1ca18531dcb1887d5a12b3536b05d68d6d40c7a41b9d3bd25f3cd286ccbd217bc45843007e208e84eafd5e3b4106d32461df87dd57d1a78d0a89f58cf933730 SHA512 17d5a99ea85481f7d4b9bea9fff2a602b0a824ad4f050b26e0225ec8e18025e6307434d4de31120786d3498f937a854ef4a080103df025be6a0e4718e7dd9161
DIST helm-3.9.5.tar.gz 2374812 BLAKE2B 6d2428297faa15fff4b07ddc857e89ddc1aa0a6c5a3eb0f96fecff1b01259050c597b43222b169dfbdb86fabe7cbe0094b829bc3dbca42736139a0ec03846176 SHA512 0096580abcf6ac4e9f20cd56a9390b8234c5d08786b13e2d4428568a0412508bb6b0820c88c0a3ceec34495d1c4514166d201986a3b0967ef2a2735d471a94e3
diff --git a/app-emacs/helm/helm-3.9.4.ebuild b/app-emacs/helm/helm-3.9.4.ebuild
deleted file mode 100644
index afb4c7ddeceb..000000000000
--- a/app-emacs/helm/helm-3.9.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/helm/
- https://github.com/emacs-helm/helm/"
-SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- app-emacs/async
- app-emacs/popup
-"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.8.8-no-autoload-check.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-compile *.el
- elisp-make-autoload-file
-}
-
-src_install() {
- elisp_src_install
-
- exeinto /usr/bin/
- doexe emacs-helm.sh
-}