diff options
author | 2019-09-05 15:37:28 +0200 | |
---|---|---|
committer | 2019-09-05 17:05:07 +0200 | |
commit | eb933559440cf252b6a9a5a4ff63027033faee71 (patch) | |
tree | 8282c5a99057cbb4810d81a4c7578c55af4c12c9 /app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild | |
parent | app-emacs/distel: Bump to version 4.1.1. (diff) | |
download | gentoo-eb933559440cf252b6a9a5a4ff63027033faee71.tar.gz gentoo-eb933559440cf252b6a9a5a4ff63027033faee71.tar.bz2 gentoo-eb933559440cf252b6a9a5a4ff63027033faee71.zip |
app-emacs/mmm-mode: Bump to version 0.5.7.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild')
-rw-r--r-- | app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild new file mode 100644 index 000000000000..74ec2b53ffae --- /dev/null +++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Enables the user to edit different parts of a file in different major modes" +HOMEPAGE="http://mmm-mode.sourceforge.net/" +SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ Texinfo-manual" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +BDEPEND="sys-apps/texinfo" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="mmm.texinfo" +DOCS="AUTHORS FAQ NEWS README README.Mason TODO" |