From: Ulrich Müller Date: Tue, 15 Oct 2019 07:20:45 +0000 (+0200) Subject: app-emacs/markdown-mode: Remove old. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66cac74262025afbc7eb89008f0cf0fffed5cb0f;p=gentoo.git app-emacs/markdown-mode: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest index ab06fcbd095c..4cfeb84fe301 100644 --- a/app-emacs/markdown-mode/Manifest +++ b/app-emacs/markdown-mode/Manifest @@ -1,2 +1 @@ -DIST markdown-mode-2.1.el.xz 50484 BLAKE2B 12ae664f0680a420727148c2ed78275ab7dcdc8ae742a0152f82dc25150cea9bd5d880b9244351792354ac1d64789267163512e55c2b83f64855bbc0ab0ac33e SHA512 3f0d68b03408281e49c9dbf4d26b8c1f766aa675efea6789b13722c7b1d831af35d3ea30ac071be00242279bca31d04fe92a28b901698fe2072d4504d9901253 DIST markdown-mode-2.3.el 387130 BLAKE2B acb583126a6f952835537f9e386df5f9a8fda5e49a14520e153c0cc99fc58cca596607b282f9f7070b001fe8165d50adb9abb81de1b03ae102cf2061de587810 SHA512 0820c5ae585e0f5ee8fef9eca40f2de2ad632a2559ea7f447cd19ded592de38bf2f3df8491796c15eb06723fe2af904335535af145356c7a7f9f855612263aaf diff --git a/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch b/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch deleted file mode 100644 index 91449c6daa54..000000000000 --- a/app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a70e74e0eedb436c4126ac69b0beaa4ab848b78e Mon Sep 17 00:00:00 2001 -From: Steve Purcell -Date: Mon, 14 Mar 2016 09:18:16 +1300 -Subject: Remove autoload for .text - -While .md and .markdown are clearly markdown files, the handling of .text is not a choice that markdown-mode should be making on the user's behalf without any opportunity to prevent it. - -diff --git a/markdown-mode.el b/markdown-mode.el -index b7a32cc..978e040 100644 ---- a/markdown-mode.el -+++ b/markdown-mode.el -@@ -6634,8 +6634,6 @@ BEG and END are the limits of scanned region." - ;;;###autoload - (add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) - ;;;###autoload --(add-to-list 'auto-mode-alist '("\\.text\\'" . markdown-mode)) --;;;###autoload - (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) - - --- -cgit v0.10.2 - diff --git a/app-emacs/markdown-mode/markdown-mode-2.1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.1.ebuild deleted file mode 100644 index 571a3cbe3b7c..000000000000 --- a/app-emacs/markdown-mode/markdown-mode-2.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Major mode for editing Markdown-formatted text files" -HOMEPAGE="https://jblevins.org/projects/markdown-mode/" -# Cannot use this url because its hash differ about every five minutes -# SRC_URI="http://jblevins.org/git/${PN}.git/snapshot/${P}.tar.gz" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="|| ( dev-python/markdown2 dev-python/markdown )" - -SITEFILE="50${PN}-gentoo.el" -ELISP_PATCHES="${P}-text-auto-mode.patch"