commit:     d53fc5d6b2c76a04a8547f3e566667134a91d95c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 28 12:27:51 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=d53fc5d6

app-emacs/pandoc-mode: drop old 2.34.1

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

 app-emacs/pandoc-mode/Manifest                  |  1 -
 app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild | 42 -------------------------
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest
index 767e5193872b..3985be4df3b8 100644
--- a/app-emacs/pandoc-mode/Manifest
+++ b/app-emacs/pandoc-mode/Manifest
@@ -1,2 +1 @@
-DIST pandoc-mode-2.34.1.tar.gz 97859 BLAKE2B 
0bbf42197708b4b908c7603d416ae2e1cd0974877c504636ac8e763fbfb4c6eb9dce0b6ff2565b1b979e99cad0e5ffbba4e73181a234010e076bf22c9bea1579
 SHA512 
f7a8b52aaea89fdb8da4c90b1c970ef42da8ca58c2e78c20e4e6716d4117da1b1492f2be64aa85306b4bdf889ecfefc83086ade0abcf25b907f8bd5b2545a9f6
 DIST pandoc-mode-2.35.tar.gz 97859 BLAKE2B 
be0cafe3815e79e20f7b8027e911eb1d2094ab102058391d71b52e3ef561e46c67a3418de44e29cff81b43335fa47784e94d05b1dc76dfc9d94e2fc0bc13a600
 SHA512 
c3328c7a2a216b5e968791fee864a90c036a1348dcbfc549529fbde4def5d2343b20182107afd1309c7d5204ea12ae754d395528a69d2f547e422cceed1164fd

diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild 
b/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
deleted file mode 100644
index 0c83b4200507..000000000000
--- a/app-emacs/pandoc-mode/pandoc-mode-2.34.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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"
-}

Reply via email to