diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-24 09:48:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-27 02:20:16 +0100 |
commit | 2a2b35895e8f6d5b72ed38e446ecdf8c02673c7b (patch) | |
tree | f94e41bf507a59cddd8a1ffc0e598ebdb3b937b5 /app-text/pandoc | |
parent | app-misc/broot: Stabilize 1.25.2 amd64, #916301 (diff) | |
download | gentoo-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.ebuild | 20 |
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." +} |