mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user