summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-03 16:29:15 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-03 20:44:27 +0200
commitcba8f33671cb8c6fb30a3c7ddec273512bf3029a (patch)
treeba7e16a16db9c68a6f305c0270903f56377cd5e3 /app-emacs
parentapp-emacs/ghub: bump to 4.1.0 (diff)
downloadgentoo-cba8f33671cb8c6fb30a3c7ddec273512bf3029a.tar.gz
gentoo-cba8f33671cb8c6fb30a3c7ddec273512bf3029a.tar.bz2
gentoo-cba8f33671cb8c6fb30a3c7ddec273512bf3029a.zip
app-emacs/helm: drop old 3.9.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/helm/Manifest1
-rw-r--r--app-emacs/helm/helm-3.9.8.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index cd7f24d66b1d..e0b295acefaf 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,2 +1 @@
-DIST helm-3.9.8.tar.gz 2383635 BLAKE2B a6f1efd23ecb6b8156e46b936008de41fbc05e78fd5559a182a703cdfbec590a0409042f33e5d86f77ae969954057b4f2da7720e81db308cd3f3f301826cd9dd SHA512 ce574bb4e1534edc3442adb8b2257fe4e072db9736cc4e265f34e0b6aebd08cf4c599058755a4c453ba14dfa48499c423e549d1189f708b7fa2f048a229ada8f
DIST helm-3.9.9.tar.gz 2384860 BLAKE2B 19ee0114beb2e27c99da5c5df361f01de3a24a106f9c36205e72fd0d7c22bcaecd3399a84f4803b1d0df315977b06ef7a04a0c45860d64f541014aaf229437a5 SHA512 114b25d8c223a11bef327612760e388f49c876e10683f8fed9cc58f380047f932b2782fcb99de1d37cc352fd168c3fc8ba9e358321aca46bbcd130a17e7d37ec
diff --git a/app-emacs/helm/helm-3.9.8.ebuild b/app-emacs/helm/helm-3.9.8.ebuild
deleted file mode 100644
index dfb54b311758..000000000000
--- a/app-emacs/helm/helm-3.9.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2024 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/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/emacs-helm/${PN}.git"
-else
- SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-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
-}