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 <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-10-02 23:05:46 -06:00
committed by Sam James
parent fa94c24d45
commit 3c39e9bfb5
2 changed files with 2 additions and 10 deletions

View File

@@ -4,16 +4,6 @@
<maintainer type="project">
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
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.
</longdescription>
<use>
<flag name="embed-data-files">Embed data files in binary for relocatable executable.</flag>
<flag name="trypandoc">Build trypandoc cgi executable.</flag>

View File

@@ -78,6 +78,8 @@ RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-2.1:=[profile?]
>=dev-haskell/hslua-2.2:=[profile?] <dev-haskell/hslua-2.3:=[profile?]
trypandoc? ( >=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