diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-17 23:25:13 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-18 00:37:21 +0200 |
commit | 2ac2f8a22a6de2687721db0f66038cc66af83337 (patch) | |
tree | b9ee735df97b74a656c897f9b496446f88620d7f /app-emacs | |
parent | sys-apps/system-monitoring-center: bump to 2.22.1 (diff) | |
download | gentoo-2ac2f8a22a6de2687721db0f66038cc66af83337.tar.gz gentoo-2ac2f8a22a6de2687721db0f66038cc66af83337.tar.bz2 gentoo-2ac2f8a22a6de2687721db0f66038cc66af83337.zip |
app-emacs/mmm-mode: bump to 0.5.10
Signed-off-by: Maciej Barć <xgqt@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.10.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 18ff23517f9d..7656d7fed77c 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1 +1,2 @@ +DIST mmm-mode-0.5.10.tar.gz 110491 BLAKE2B ea60a2ac871fbacbb358809f682ee174612401ee9e5bafb7f322891710ebcc833e7efeae1c3284e8a30fb95c3aac7c86ccad758b4d65bb9aee772ecc5c9a013d SHA512 c1caffe75d97950850a2c6d53554b17d63eba1a9ee653e469046dfd131ad840e8b9fa5114f6bf7967e3a4797fc7db0eab484d48017f1df6e043f935960b9d1df DIST mmm-mode-0.5.9.tar.gz 110564 BLAKE2B cafcd254489b1b494ddb236d4478f3c44845b1e91571c3c72e89568a15953558c8d341ceddbae111a4f9ee07844762883aa8e3b4d9c7838391bde97d3851cac3 SHA512 77a3ead553cec13537f5fbae15e04295b93f30d2e8e59eebb27820cb164204e35264a066bbd3cb0e86eaeb09c8574fd47c8164fae04b4e9e50786bdba119ab65 diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild new file mode 100644 index 000000000000..eb4ac623a02f --- /dev/null +++ b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 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/ + https://github.com/dgutov/mmm-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/dgutov/${PN}.git" +else + SRC_URI="https://github.com/dgutov/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +fi + +LICENSE="GPL-2+ Texinfo-manual" +SLOT="0" + +BDEPEND="sys-apps/texinfo" + +DOCS=( AUTHORS FAQ NEWS README README.Mason TODO ) +ELISP_TEXINFO="mmm.texi" +SITEFILE="50${PN}-gentoo.el" |