summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-16 17:59:20 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-17 00:13:28 +0100
commit3a621e0fcd9d4a55ab4c387989b217afeb44cd31 (patch)
treee51f07de014dc60bce4846820e0350595d1cbf78 /app-emacs/markdown-mode
parentapp-emacs/magit: drop old 3.3.0-r4 (diff)
downloadgentoo-3a621e0fcd9d4a55ab4c387989b217afeb44cd31.tar.gz
gentoo-3a621e0fcd9d4a55ab4c387989b217afeb44cd31.tar.bz2
gentoo-3a621e0fcd9d4a55ab4c387989b217afeb44cd31.zip
app-emacs/markdown-mode: drop old 2.5-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/markdown-mode')
-rw-r--r--app-emacs/markdown-mode/Manifest1
-rw-r--r--app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest
index 6494bddaca23..ceeb193b9d34 100644
--- a/app-emacs/markdown-mode/Manifest
+++ b/app-emacs/markdown-mode/Manifest
@@ -1,2 +1 @@
-DIST markdown-mode-2.5.tar.gz 218329 BLAKE2B ea4f3e316383951c00e6a68e388db228567b7a06ac87bb268f28c026a8518e9a8516f27d137c79c24727bd71c785a6e9f1217d160e472abc7bdba2c5bda17f16 SHA512 6bb4d79a5a4c3d3891fc8be4d357fa6dccae9f3eeb8f6c04f840da6cfe6875090ebcc0b1a74961e2a4ac1a59389781fa37ef2420383019983705c2cc66db5b8e
DIST markdown-mode-2.6.tar.gz 222181 BLAKE2B 173ba3e152bc4fa45548833bbf87e4e00a56fa2150874b8c3ef395e8364cabeebbe7ab1e582dd55bd531b2a130191b3e79db410b126b6edc8f0573f742b47a33 SHA512 fbfb7a98bb0c562d501d6b1c40987751233ccf386864db43296e02bcaf7d2b8c8d634f1411b91662947e90f33466728101ec0018d2abf46df936f7b19a79b371
diff --git a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
deleted file mode 100644
index e11c0d58dab2..000000000000
--- a/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp optfeature
-
-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
- || (
- app-text/aspell[l10n_en]
- app-text/hunspell[l10n_en]
- )
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.5-markdown-command.patch
- "${FILESDIR}"/${PN}-2.5-test.patch
-)
-
-DOCS=( CHANGES.md CONTRIBUTING.md README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-pkg_postinst() {
- elisp_pkg_postinst
-
- optfeature "editing Markdown source code blocks" app-emacs/edit-indirect
-}