summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:05:46 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:09 +0100
commit3c39e9bfb5efbc6e7ace3e7355f453c2274abf13 (patch)
tree46618ac12ed8b7c127cb6fe31655789b52944fe7 /app-text/pandoc
parentapp-text/pandoc-cli, dev-haskell/pandoc: Soft-block on app-text/pandoc-cli. (diff)
downloadgentoo-3c39e9bfb5efbc6e7ace3e7355f453c2274abf13.tar.gz
gentoo-3c39e9bfb5efbc6e7ace3e7355f453c2274abf13.tar.bz2
gentoo-3c39e9bfb5efbc6e7ace3e7355f453c2274abf13.zip
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>
Diffstat (limited to 'app-text/pandoc')
-rw-r--r--app-text/pandoc/metadata.xml10
-rw-r--r--app-text/pandoc/pandoc-2.18-r2.ebuild2
2 files changed, 2 insertions, 10 deletions
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 @@
<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>
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/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