app-emacs/mmm-mode: bump to version 0.5.8

This commit is contained in:
nemunaire 2020-11-06 18:57:06 +01:00
parent 73d9e47cb0
commit 9aa01b17cc
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,3 @@
AUX 50mmm-mode-gentoo.el 58 BLAKE2B 0114bc73a9125264dd76189479ec708455f88c2d50765154c64f7bd5ad386889b055b280a1dae5fe661962f27caabb06a8b6a0fc709fce83abfe9c21be6fd8da SHA512 4cbf0da7bcadcdb30947fdb789542daef059112c894be4ad418321cf526f7789e86f612c92bc5c11504ae2538f0e73650589663b3f87421543f0047932c6126f
DIST mmm-mode-0.5.8.tar.gz 176287 BLAKE2B 8dbcf1c1eda543ae52947c220d9adcfc497b060b0a2010e8e0f71d7ee0bfa9bacc2c6eae0c5b2a3260a7492e034bf4f63b24f8bcb00b05d16cc4293f8a49594f SHA512 f27d4dcd46b9db282184252287ab68b7f7fdae5d2522da5c369850ef30f741bac2323ca1a2cc1414aed013202397a6362b31f488e06b0c3de33324514b9e9161
EBUILD mmm-mode-0.5.8.ebuild 578 BLAKE2B 1fab17e6e86717a7460aab3b1b01b91740e050431e66a3a430fa512ce9e69a3b395c3d6a7c2c22e627f2253f705729649bfa03dfabd9842026fa328d44a9445c SHA512 05b18bd7e995ae94b35c24b2e9458c453b4e888c8144c726ed4d4acf39eddb1feebf0c4558ba66bc6e1c97f3e44b76c5a5a24a1c0051f3decb9510514e62195a

View File

@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(require 'mmm-auto)

View File

@ -0,0 +1,20 @@
# Copyright 1999-2020 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"