diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/markdown-mode | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/markdown-mode')
| -rw-r--r-- | app-emacs/markdown-mode/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/markdown-mode/files/50markdown-mode-gentoo.el | 5 | ||||
| -rw-r--r-- | app-emacs/markdown-mode/files/markdown-mode-2.8-markdown-command.patch | 11 | ||||
| -rw-r--r-- | app-emacs/markdown-mode/markdown-mode-2.8.ebuild | 56 | ||||
| -rw-r--r-- | app-emacs/markdown-mode/metadata.xml | 13 |
5 files changed, 0 insertions, 86 deletions
diff --git a/app-emacs/markdown-mode/Manifest b/app-emacs/markdown-mode/Manifest deleted file mode 100644 index 86d05e9ee541..000000000000 --- a/app-emacs/markdown-mode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST markdown-mode-2.8.gh.tar.gz 233970 BLAKE2B 5dc288bd4c7772f47acf6352c15100ce67195fda428459af4f31e5f56e208aecfe3622577de244b5509da64b0f035dca8c69e2dff9fb3a8cc8770a6114687924 SHA512 e0d99ddf8549c2119d9854825a0b28f11ff2efe720dfa17c5cae466fa3fda1ac82d653e358a1961f93cc9017c7122c906bc1e32be28960ab2d66d890d053766b diff --git a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el deleted file mode 100644 index fb4a5cba03e8..000000000000 --- a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'markdown-mode "markdown-mode" - "Major mode for editing Markdown files" t) -(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) -(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) diff --git a/app-emacs/markdown-mode/files/markdown-mode-2.8-markdown-command.patch b/app-emacs/markdown-mode/files/markdown-mode-2.8-markdown-command.patch deleted file mode 100644 index fc1ddb76044a..000000000000 --- a/app-emacs/markdown-mode/files/markdown-mode-2.8-markdown-command.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/markdown-mode.el -+++ b/markdown-mode.el -@@ -110,7 +110,7 @@ Any changes to the output buffer made by this hook will be saved.") - :group 'text - :link '(url-link "https://jblevins.org/projects/markdown-mode/")) - --(defcustom markdown-command (let ((command (cl-loop for cmd in '("markdown" "pandoc" "markdown_py" "cmark" "cmark-gfm") -+(defcustom markdown-command (let ((command (cl-loop for cmd in '("markdown" "pandoc" "markdown2" "markdown_py" "cmark" "cmark-gfm") - when (executable-find cmd) - return (file-name-nondirectory it)))) - (or command "markdown")) diff --git a/app-emacs/markdown-mode/markdown-mode-2.8.ebuild b/app-emacs/markdown-mode/markdown-mode-2.8.ebuild deleted file mode 100644 index dc1a349f419a..000000000000 --- a/app-emacs/markdown-mode/markdown-mode-2.8.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2026 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/ - https://github.com/jrblevin/markdown-mode/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/jrblevin/${PN}" -else - SRC_URI="https://github.com/jrblevin/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~arm64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -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}/markdown-mode-2.8-markdown-command.patch" ) -DOCS=( CHANGES.md CONTRIBUTING.md README.md ) -SITEFILE="50${PN}-gentoo.el" - -src_test() { - emake test SELECTOR="\"test-markdown-font-lock\"" -} - -pkg_postinst() { - elisp_pkg_postinst - optfeature "editing Markdown source code blocks" "app-emacs/edit-indirect" -} diff --git a/app-emacs/markdown-mode/metadata.xml b/app-emacs/markdown-mode/metadata.xml deleted file mode 100644 index 337c2d7833fb..000000000000 --- a/app-emacs/markdown-mode/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <bugs-to>https://github.com/jrblevin/markdown-mode/issues/</bugs-to> - <remote-id type="github">jrblevin/markdown-mode</remote-id> - </upstream> -</pkgmetadata> |
