From 3c39e9bfb5efbc6e7ace3e7355f453c2274abf13 Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:05:46 -0600 Subject: app-text/pandoc: Soft-block split pandoc packages Newer pandoc (version >=3) has been split into two packages: * app-text/pandoc-cli (executable) * dev-haskell/pandoc (library) Soft-block these packages so that users can safely upgrade from app-text/pandoc. Signed-off-by: hololeap Signed-off-by: Sam James --- app-text/pandoc/metadata.xml | 10 ---------- app-text/pandoc/pandoc-2.18-r2.ebuild | 2 ++ 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'app-text') diff --git a/app-text/pandoc/metadata.xml b/app-text/pandoc/metadata.xml index 76ff98a64e2e..712e3e36eea3 100644 --- a/app-text/pandoc/metadata.xml +++ b/app-text/pandoc/metadata.xml @@ -4,16 +4,6 @@ haskell@gentoo.org - - Pandoc is a Haskell library for converting from one markup - format to another, and a command-line tool that uses - this library. It can read markdown and (subsets of) - reStructuredText, HTML, LaTeX and Textile, and it can write - markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, - OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages, - plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML - slide shows. - Embed data files in binary for relocatable executable. Build trypandoc cgi executable. diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild b/app-text/pandoc/pandoc-2.18-r2.ebuild index c06d323777b5..eced4d6a54ab 100644 --- a/app-text/pandoc/pandoc-2.18-r2.ebuild +++ b/app-text/pandoc/pandoc-2.18-r2.ebuild @@ -78,6 +78,8 @@ RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] =dev-haskell/hslua-2.2:=[profile?] =dev-haskell/wai-0.3:=[profile?] >=dev-haskell/wai-extra-3.0.24:=[profile?] ) + !app-text/pandoc-cli + !dev-haskell/pandoc " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.0.0 -- cgit v1.2.3-65-gdbad