commit:     37173088edc700e689c69853c1232439212044d0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 20:11:42 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 21:21:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37173088

app-emacs/markdown-mode: drop old 2.4-r1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/markdown-mode/Manifest                   |  1 -
 .../markdown-mode/markdown-mode-2.4-r1.ebuild      | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index 97627f5d4bbf..3303ac5e5648 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,2 +1 @@
-DIST markdown-mode-2.4.tar.gz 211229 BLAKE2B 
49a369d1b418634449cdac3103e1b107b5dd839edba6a3329539b80cf21bfb0f01aa436ec6deb256bfb5f03ef73b716943730adc4a87b52262dfccbd7923556e
 SHA512 
8bf2acd7f402c036c57521340d26cea150935964f04f1343c2e17147d63226c815150be62c0b79a2ba48e55b3155d94f38caf1ec43c21d4f32dee6e73cc261a0
 DIST markdown-mode-2.5.tar.gz 218329 BLAKE2B 
ea4f3e316383951c00e6a68e388db228567b7a06ac87bb268f28c026a8518e9a8516f27d137c79c24727bd71c785a6e9f1217d160e472abc7bdba2c5bda17f16
 SHA512 
6bb4d79a5a4c3d3891fc8be4d357fa6dccae9f3eeb8f6c04f840da6cfe6875090ebcc0b1a74961e2a4ac1a59389781fa37ef2420383019983705c2cc66db5b8e

diff --git a/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild 
b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
deleted file mode 100644
index 7a01a0643196..000000000000
--- a/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Markdown-formatted text files"
-HOMEPAGE="https://jblevins.org/projects/markdown-mode/";
-SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="|| (
-               dev-python/markdown2
-               dev-python/markdown
-               virtual/pandoc
-       )"
-BDEPEND="test? ( virtual/pandoc )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.4-markdown-command.patch )
-SITEFILE="50${PN}-gentoo.el"
-DOCS="CHANGES.md CONTRIBUTING.md README.md"

Reply via email to