summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-09-24 01:04:03 +0200
committerUlrich Müller <ulm@gentoo.org>2015-09-24 01:05:18 +0200
commit6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f (patch)
tree5b8b159a7d12b8944fa2db51fd452a6cc80f9add /app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild
parentapp-emacs/mmm-mode: Fix LICENSE. (diff)
downloadgentoo-6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f.tar.gz
gentoo-6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f.tar.bz2
gentoo-6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f.zip
app-emacs/mmm-mode: Version bump.
This also works around build system problems by using the standard functions of elisp.eclass for compilation instead. Bug: 561306 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild')
-rw-r--r--app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild
new file mode 100644
index 000000000000..e453931cd0ab
--- /dev/null
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="mmm.texinfo"
+DOCS="AUTHORS ChangeLog FAQ NEWS README README.Mason TODO"