summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-10-24 09:48:20 +0200
committerSam James <sam@gentoo.org>2023-10-27 02:20:16 +0100
commit2a2b35895e8f6d5b72ed38e446ecdf8c02673c7b (patch)
treef94e41bf507a59cddd8a1ffc0e598ebdb3b937b5 /app-text/pandoc
parentapp-misc/broot: Stabilize 1.25.2 amd64, #916301 (diff)
downloadgentoo-2a2b35895e8f6d5b72ed38e446ecdf8c02673c7b.tar.gz
gentoo-2a2b35895e8f6d5b72ed38e446ecdf8c02673c7b.tar.bz2
gentoo-2a2b35895e8f6d5b72ed38e446ecdf8c02673c7b.zip
app-text/pandoc: Add metapackage to ease transition to pandoc-cli
Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/pandoc')
-rw-r--r--app-text/pandoc/pandoc-3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/pandoc/pandoc-3.ebuild b/app-text/pandoc/pandoc-3.ebuild
new file mode 100644
index 000000000000..ac0df9c34129
--- /dev/null
+++ b/app-text/pandoc/pandoc-3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Metapackage for pandoc version 3"
+HOMEPAGE="https://pandoc.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="app-text/pandoc-cli"
+
+pkg_postinst() {
+ elog "The pandoc CLI executable has been split off upstream into a new"
+ elog "package named pandoc-cli, starting with pandoc version 3."
+ elog "This metapackage ${CATEGORY}/${P} was created to ease upgrading,"
+ elog "but it is recommended to switch to ${CATEGORY}/pandoc-cli."
+}