diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-05-15 00:02:29 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-05-15 00:20:57 +0200 |
commit | 29856b10b80a58430fcbf1e66a3d2e444c96470e (patch) | |
tree | 33532144c332ca9a424ba6b5f3eedaea7af09dee /app-emacs/mmm-mode | |
parent | app-emacs/lsp-mode: drop old 8.0.1_pre20231218 (diff) | |
download | gentoo-29856b10b80a58430fcbf1e66a3d2e444c96470e.tar.gz gentoo-29856b10b80a58430fcbf1e66a3d2e444c96470e.tar.bz2 gentoo-29856b10b80a58430fcbf1e66a3d2e444c96470e.zip |
app-emacs/mmm-mode: drop old 0.5.10
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.10.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 2dedb08ec6d9..4b800b322e1c 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1,2 +1 @@ -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.10.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild deleted file mode 100644 index ff1f2a71aad5..000000000000 --- a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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" |