commit: 8b23c605d53390bcf134974f7b4ffab076b21d1a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Oct 28 12:28:18 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Oct 28 14:29:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23c605
app-emacs/pandoc-mode: bump to 2.90.2 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/pandoc-mode/Manifest | 1 + app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild | 42 +++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest index 3985be4df3b8..2cc3869c2ac0 100644 --- a/app-emacs/pandoc-mode/Manifest +++ b/app-emacs/pandoc-mode/Manifest @@ -1 +1,2 @@ DIST pandoc-mode-2.35.tar.gz 97859 BLAKE2B be0cafe3815e79e20f7b8027e911eb1d2094ab102058391d71b52e3ef561e46c67a3418de44e29cff81b43335fa47784e94d05b1dc76dfc9d94e2fc0bc13a600 SHA512 c3328c7a2a216b5e968791fee864a90c036a1348dcbfc549529fbde4def5d2343b20182107afd1309c7d5204ea12ae754d395528a69d2f547e422cceed1164fd +DIST pandoc-mode-2.90.2.tar.gz 97948 BLAKE2B cd3e07e9b122e1929c50e3bc6c60db823ffb09767605fa7c34fe14ab20ae145e75fe409eab9cc9e822a973573379540ee17de2633e9c5acc0ee652dedebac292 SHA512 6f14143b96c08a2e8a11cb696a4fceacff0d608ffd42122c69b7216c9254b6d6728deb0ad4b400053a5d33bb4226fc6d256fa29dd0edbeaf59b50d4617d01f32 diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild b/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild new file mode 100644 index 000000000000..0c83b4200507 --- /dev/null +++ b/app-emacs/pandoc-mode/pandoc-mode-2.90.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc" +HOMEPAGE="https://joostkremers.github.io/pandoc-mode/ + https://github.com/joostkremers/pandoc-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git" +else + SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +BDEPEND=" + app-emacs/dash + app-emacs/hydra +" +RDEPEND=" + ${BDEPEND} + virtual/pandoc +" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + + doinfo "${PN}.info" +}
