diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-02-15 15:42:26 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-02-15 15:51:44 +0100 |
commit | 46f147e1d70dbc34153ffa85ae57c1e6a7bac301 (patch) | |
tree | 62146e1892ddf3cb37fe5d5cbbfee9b800969a94 /app-emacs | |
parent | app-emacs/xclip: Version bump to 1.11 (diff) | |
download | gentoo-46f147e1d70dbc34153ffa85ae57c1e6a7bac301.tar.gz gentoo-46f147e1d70dbc34153ffa85ae57c1e6a7bac301.tar.bz2 gentoo-46f147e1d70dbc34153ffa85ae57c1e6a7bac301.zip |
app-emacs/mmm-mode: Version bump to 0.5.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mmm-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/mmm-mode/mmm-mode-0.5.8.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
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" |