commit:     a3e4b4edc8d042d57880e395617212706d553c58
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 12:45:42 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 12:45:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e4b4ed

app-emacs/helm: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/helm/Manifest        |  1 -
 app-emacs/helm/helm-3.2.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/helm/Manifest b/app-emacs/helm/Manifest
index aa4ada9dc40..4c32b4b6de6 100644
--- a/app-emacs/helm/Manifest
+++ b/app-emacs/helm/Manifest
@@ -1,3 +1,2 @@
-DIST helm-3.2.tar.gz 2285972 BLAKE2B 
b5385b805825d89ed87ba438ce830ce1e694cf842db590576b0ceaa2c110f5d0853b24211fdeebb77394c5ecca8460bcd52fe58240233ea10993504030328e9e
 SHA512 
006e53f1984d38fa6305830179bc4ef04fa3007effa07685ddf479c1fbca547b6f8e99dd370f5653d57b2f8e519a54948a4730a0fdf9af8574cbfa27c09662d5
 DIST helm-3.6.0.tar.gz 2302677 BLAKE2B 
e9a83a1a4f46c1256090ff458ffc3cb158aaa320a067fb1474c9f62bd0cceaf98c53191790113c8af228d8a47fc7d2585a528ffed3e6e06030a4308f9c65e095
 SHA512 
1cfaf5cdef9203bb92b80c684b21ec7ca92df00aa2e82815e8f39c623648232405273fb272244d7d2b2756f4699f82f93e9a669a13a71da9410f0c0f9df30393
 DIST helm-3.8.0.tar.gz 3943168 BLAKE2B 
cee9ed8eafdf01cb2109dcf5289522f4a0d9db9a8626097a1ffc3bdeaee792b072b7b27e635ef360815a354c9796b55fc4b3921784e2fd0d655387507df208b6
 SHA512 
0aec3d4270205c61cabc991dd39d5bac3b10e827f362819e9fb85880985ce2c7e7c7b8f73d2f0cde5b5c168d4b9857e0379f1e4ca9395dbd8f083c1a707ad3f2

diff --git a/app-emacs/helm/helm-3.2.ebuild b/app-emacs/helm/helm-3.2.ebuild
deleted file mode 100644
index f852381e535..00000000000
--- a/app-emacs/helm/helm-3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Emacs incremental completion and selection narrowing framework"
-HOMEPAGE="https://emacs-helm.github.io/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}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp-compile *.el
-       elisp-make-autoload-file
-}
-
-src_install() {
-       elisp_src_install
-       exeinto "${SITEETC}/${PN}"
-       doexe emacs-helm.sh
-}

Reply via email to