From 46f147e1d70dbc34153ffa85ae57c1e6a7bac301 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 15 Feb 2022 15:42:26 +0100 Subject: app-emacs/mmm-mode: Version bump to 0.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-emacs/mmm-mode/Manifest | 1 + app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild (limited to 'app-emacs') diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 504498bd342e..130b01db8320 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1 +1,2 @@ DIST mmm-mode-0.5.7.tar.gz 176034 BLAKE2B 23fed0f260c9f46134d83d29e96b96ff331aa0fbe8d121663b74de944489d1a51948f6fba729129e47a34e1ef48cfb0f8bbc45f6ab8f548001bbe0e88a61aeca SHA512 3afb77b3351c8ea5844cd57bb873e6ebe91ce1e268d0d585581482f5039c64ea80fc7aa620e45330eca0eb7839223764164ccc09e932b54f23f3f37c9953cb39 +DIST mmm-mode-0.5.8.tar.gz 176287 BLAKE2B 8dbcf1c1eda543ae52947c220d9adcfc497b060b0a2010e8e0f71d7ee0bfa9bacc2c6eae0c5b2a3260a7492e034bf4f63b24f8bcb00b05d16cc4293f8a49594f SHA512 f27d4dcd46b9db282184252287ab68b7f7fdae5d2522da5c369850ef30f741bac2323ca1a2cc1414aed013202397a6362b31f488e06b0c3de33324514b9e9161 diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild new file mode 100644 index 000000000000..fe591e733dc6 --- /dev/null +++ b/app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" -- cgit v1.2.3-65-gdbad