diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-01-02 10:17:19 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-02 10:17:49 +0100 |
commit | 1ae3e0e2c187a73cf53eb7e1d329ab8322abca00 (patch) | |
tree | ceb359dd2f6f7806b0f3c73e212b6775fec7caf6 /app-emacs/markdown-mode/markdown-mode-2.4.ebuild | |
parent | dev-python/flufl-i18n: Bump to 3.1.4 (diff) | |
download | gentoo-1ae3e0e2c187a73cf53eb7e1d329ab8322abca00.tar.gz gentoo-1ae3e0e2c187a73cf53eb7e1d329ab8322abca00.tar.bz2 gentoo-1ae3e0e2c187a73cf53eb7e1d329ab8322abca00.zip |
app-emacs/markdown-mode: Version bump to 2.4
Closes: https://bugs.gentoo.org/763042
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/markdown-mode/markdown-mode-2.4.ebuild')
-rw-r--r-- | app-emacs/markdown-mode/markdown-mode-2.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/markdown-mode/markdown-mode-2.4.ebuild b/app-emacs/markdown-mode/markdown-mode-2.4.ebuild new file mode 100644 index 000000000000..79c7e94ef8f5 --- /dev/null +++ b/app-emacs/markdown-mode/markdown-mode-2.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=25.1 + +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="|| ( + app-text/pandoc + dev-python/markdown2 + dev-python/markdown + )" +BDEPEND="test? ( app-text/pandoc )" + +PATCHES=( "${FILESDIR}"/${PN}-2.4-markdown-command.patch ) +SITEFILE="50${PN}-gentoo.el" +DOCS="CHANGES.md CONTRIBUTING.md README.md" |