From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BE89138334 for ; Tue, 15 Oct 2019 07:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D9CEE08C3; Tue, 15 Oct 2019 07:35:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F5C2E08C3 for ; Tue, 15 Oct 2019 07:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8232E34BD76 for ; Tue, 15 Oct 2019 07:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FFE6890 for ; Tue, 15 Oct 2019 07:35:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1571124045.66cac74262025afbc7eb89008f0cf0fffed5cb0f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/files/, app-emacs/markdown-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/markdown-mode/Manifest app-emacs/markdown-mode/files/markdown-mode-2.1-text-auto-mode.patch app-emacs/markdown-mode/markdown-mode-2.1.ebuild X-VCS-Directories: app-emacs/markdown-mode/ app-emacs/markdown-mode/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 66cac74262025afbc7eb89008f0cf0fffed5cb0f X-VCS-Branch: master Date: Tue, 15 Oct 2019 07:35:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41eea0f4-8e54-4a34-a01f-23bb4facfc57 X-Archives-Hash: e7bebe6d0e20d19a3b5b9860157893e6 commit: 66cac74262025afbc7eb89008f0cf0fffed5cb0f Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 15 07:20:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 15 07:20:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cac742 app-emacs/markdown-mode: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/markdown-mode/Manifest | 1 - .../files/markdown-mode-2.1-text-auto-mode.patch | 23 ---------------------- app-emacs/markdown-mode/markdown-mode-2.1.ebuild | 21 -------------------- 3 files changed, 45 deletions(-) diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest index ab06fcbd095..4cfeb84fe30 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 91449c6daa5..00000000000 --- 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 571a3cbe3b7..00000000000 --- 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"