app-emacs/helm - 3.9.5 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/helm-3.9.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/helm-3.9.5

Or alternatively:

emerge --autounmask-write -a =app-emacs/helm-3.9.5

Package Information

Description:
Emacs incremental completion and selection narrowing framework
Homepage:
https://emacs-helm.github.io/helm/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
3.9.5 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# 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/"
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~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
	dobin emacs-helm.sh
}

Inherited Eclasses

Dependencies

RDEPEND

app-emacs/async
	app-emacs/popup

BDEPEND

app-emacs/async
	app-emacs/popup

Manifest for 3.9.5

Type File Size Source URLs
DIST helm-3.9.5.tar.gz 2374812 bytes https://github.com/emacs-helm/helm/archive/v3.9.5.tar.gz