diff options
author | 2024-02-23 01:55:21 +0100 | |
---|---|---|
committer | 2024-02-23 02:04:39 +0100 | |
commit | c8213eccdf80b9ec6719e7d5ad5a180de9fc1983 (patch) | |
tree | b799ff11b7e3898cdae98d96b7efc2bce7983a65 /app-emacs/mmm-mode | |
parent | dev-python/ytmusicapi: bump to 1.5.3 (diff) | |
download | gentoo-c8213eccdf80b9ec6719e7d5ad5a180de9fc1983.tar.gz gentoo-c8213eccdf80b9ec6719e7d5ad5a180de9fc1983.tar.bz2 gentoo-c8213eccdf80b9ec6719e7d5ad5a180de9fc1983.zip |
app-emacs/mmm-mode: bump to 0.5.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/mmm-mode')
-rw-r--r-- | app-emacs/mmm-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/mmm-mode/mmm-mode-0.5.11.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 0001f0d1ad16..2dedb08ec6d9 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.11.tar.gz 110809 BLAKE2B 4fd3cb383dc15fb78b47e8da5ec484783421d3101755a3967b2348ecb073cee9476de1597e75a48beb275e9ec25556dc43330337b5a69fe8b2aa986795fa8918 SHA512 077e0dc8846c411033713307d1db5fc7fdf0b25a283995f27c4cbf210fc972923cc9542ef24c10539d11fa0faf91cca6f397ac7ff701a305516105c86660da8e diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.11.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.11.ebuild new file mode 100644 index 000000000000..5afe67e52b6e --- /dev/null +++ b/app-emacs/mmm-mode/mmm-mode-0.5.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 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" |