diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-07 13:10:34 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-07 13:31:35 +0200 |
commit | fd9e4d968c4a0876c14c4895b16d3b2aa65f90b5 (patch) | |
tree | e821819a71e44bc0bc35a39f1115ce199f59bcc4 | |
parent | app-text/pandoc-bin: bump to 3.1.6.1 (diff) | |
download | gentoo-fd9e4d968c4a0876c14c4895b16d3b2aa65f90b5.tar.gz gentoo-fd9e4d968c4a0876c14c4895b16d3b2aa65f90b5.tar.bz2 gentoo-fd9e4d968c4a0876c14c4895b16d3b2aa65f90b5.zip |
app-emacs/helm: drop old 3.8.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | app-emacs/helm/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/helm/helm-3.8.8.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest index e9911191e5ed..2647060c4101 100644 --- a/app-emacs/helm/Manifest +++ b/app-emacs/helm/Manifest @@ -1,3 +1,2 @@ -DIST helm-3.8.8.tar.gz 2362007 BLAKE2B 80f854bc38e51de62aa6d9a35cdeff4ac4c193908dc19361ad10ad419585d30a2fd94be1d4d410b69634012e4c01045d4dd2f55c5b4ac8da960d7f7b8d4eed08 SHA512 a1fca373d2c64771aabb3ba396e0d65b3434f0a413bab1e61761c16e9dcf274ceb94e258ef90f4ddd2b150a09606255ea61186d2e4e69ad2600fc40369c693c7 DIST helm-3.9.0.tar.gz 2366592 BLAKE2B 8aeaecf444127dc9758c1116c2f2b6d6a11515b7a549444ba13cc2e6cb48c301ff76343220af2328af89050e210ceed00b5c45e9dee0c0546c40066b5c0bde0a SHA512 bf3917fb06e7d841fddb0b7a0f493dd18ea73568e84c2a535f3fffa1582efb65268a668f23871f66d221caa8be166b667e43095adb59342e3b2a130c5a59d708 DIST helm-3.9.1.tar.gz 2370645 BLAKE2B 819f0bf8cbd3728a78e90da6955f799a8ad2320323a9a16eb72a4fcfe21c04995f0fd0072a7a8bf6fcf593dedc4c3b224f0310ec317b9e39f326b4c147343b1b SHA512 7cd5d93493a08ec173b6786ec4e0cbaf3a90473f7ef8f7564232cedc438ed01466faeb8aced07419aedadd1469c8c43fe6072ee725643e133ceb3004675dc3b7 diff --git a/app-emacs/helm/helm-3.8.8.ebuild b/app-emacs/helm/helm-3.8.8.ebuild deleted file mode 100644 index 4c8a13f1e690..000000000000 --- a/app-emacs/helm/helm-3.8.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2019-2022 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}"/${P}-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 -} |