diff options
author | 2019-08-17 21:53:24 +0200 | |
---|---|---|
committer | 2019-08-17 21:53:24 +0200 | |
commit | 7c5a77dd8b216c7436236bd042d4370d7aca8706 (patch) | |
tree | d34692842216a4cf5cf0399c151cb28b728c4642 /app-emacs/smex/smex-1.1.4.ebuild | |
parent | app-emacs/js2-mode: Remove old. (diff) | |
download | emacs-7c5a77dd8b216c7436236bd042d4370d7aca8706.tar.gz emacs-7c5a77dd8b216c7436236bd042d4370d7aca8706.tar.bz2 emacs-7c5a77dd8b216c7436236bd042d4370d7aca8706.zip |
app-emacs/smex: Bump to version 1.1.4.
Neither of the newer releases (up to 3.0) compiles with recent
Emacs versions.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/smex/smex-1.1.4.ebuild')
-rw-r--r-- | app-emacs/smex/smex-1.1.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/smex/smex-1.1.4.ebuild b/app-emacs/smex/smex-1.1.4.ebuild new file mode 100644 index 0000000..5751386 --- /dev/null +++ b/app-emacs/smex/smex-1.1.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="A smart M-x enhancement for Emacs" +HOMEPAGE="https://www.emacswiki.org/emacs/Smex + https://github.com/nonsequitur/smex" +SRC_URI="https://github.com/nonsequitur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.markdown" |