app-text/pandoc - 3 (haskell)

Search

Notice: This package is in a virtual group: virtual/pandoc
Equivalents: app-text/pandoc-bin, app-text/pandoc-cli

Install

Install this version:

emerge -a =app-text/pandoc-3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/pandoc-3

Or alternatively:

emerge --autounmask-write -a =app-text/pandoc-3

Package Information

Description:
Metapackage for pandoc version 3
Homepage:
https://pandoc.org/
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
3 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2024 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."
}

Dependencies

RDEPEND

app-text/pandoc-cli