summaryrefslogtreecommitdiff
path: root/app-text/pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pandoc')
-rw-r--r--app-text/pandoc/Manifest1
-rw-r--r--app-text/pandoc/pandoc-3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-text/pandoc/Manifest b/app-text/pandoc/Manifest
index 1b238de7f2b7..61405107c86c 100644
--- a/app-text/pandoc/Manifest
+++ b/app-text/pandoc/Manifest
@@ -1,4 +1,5 @@
AUX pandoc-2.18-tests.patch 3868 BLAKE2B 16bbe9fba3e4e18c4ec37911ba462d7ca9773e6c0f7e19d9b75d8cf507c141d5a983de2ef4eee4149a1a9877afbb279b021ff691ae15183c102f9903ee938665 SHA512 9ef5dde4e854f20d55f6266cf24ad8bcd9e696b9efe9d1fda8901be7c00c25103849cb2d2cfc200b31f02cf6142180270d398f8d28b957ffb1fda3d4c3327385
DIST pandoc-2.18.tar.gz 7251114 BLAKE2B 90413c0c2061f52cfdf2e8b50aa376605a3872e357baa951d327560094638d1f0dadd9f77e4b8ff5beadaf79330dd91e23fdbee490df8d1b6a6224b8abd9086f SHA512 0e8210a37dda6818b23b9fac25b73b240d67f8e03c41d1f3a776dcf95d7fdf48354a25c08ad64eea069003f4ab7a3167ee9c3e80d4f6684ad6ec33d8c477d212
EBUILD pandoc-2.18-r2.ebuild 6188 BLAKE2B d1803cd9f9bda7faa2b79c3196dc06daa3990dac8d0ca11636b9300641f1214a13feae14af35c3cf76f8f022c37b0a97e7334c99f92a1cbef0da589cee41b801 SHA512 7132921df13349050158e33b89387459f9d3db52452c9fb2a859c202351130fa8c73286174df4121b3482f21fae21f6361c01d641ee21a5a422f554367ad0e90
+EBUILD pandoc-3.ebuild 592 BLAKE2B fca588dda0a05eee5af021d6e7711b35941500fd777a4f1ba7db0f779f666b6da1b193eb326e4327c040a0557175ae2859f51b4aeb8d8a44a32442f6e3c11860 SHA512 6857804aa5e470bcacd6adc8623f1732b58c59276ce16ce798fe062a5d7c0a3813e51f4297236bb17c68ca46e4d3560a819365bd9e4b202f16c5165ec738f9dd
MISC metadata.xml 393 BLAKE2B 077ecf7a78f449b87844de179be122a8a22a38548863dd30106e4305cd03fe776302390efca73cb6781d04a9eb2ccb453701a3fbdf226682e0c8824ff94605ae SHA512 1fae229ed8b5bc509e1f27e580f79e02abfa16dd3d72b16cdf7272907feeef23fcc735d4142d4da358447ed41776309abf58602a443beadc75b0ba4c9fb1e7a5
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."
+}