app-text/pandoc-cli - 0.1.1 (gentoo)

Search

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

Install

Install this version:

emerge -a =app-text/pandoc-cli-0.1.1

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

autounmask =app-text/pandoc-cli-0.1.1

Or alternatively:

emerge --autounmask-write -a =app-text/pandoc-cli-0.1.1

Package Information

Description:
Conversion between documentation formats
Homepage:
https://pandoc.org
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.1.1 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.2.0.9999

CABAL_FEATURES=""
inherit haskell-cabal

DESCRIPTION="Conversion between documentation formats"
HOMEPAGE="https://pandoc.org"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+lua nightly +server"

RDEPEND=">=dev-haskell/pandoc-3.0:=
	dev-haskell/text:=
	>=dev-lang/ghc-8.8.1:=
	lua? ( >=dev-haskell/hslua-cli-1.4.1:= <dev-haskell/hslua-cli-1.5:=
		>=dev-haskell/pandoc-lua-engine-0.2:= <dev-haskell/pandoc-lua-engine-0.3:=
		>=dev-haskell/temporary-1.1:= <dev-haskell/temporary-1.4:= )
	server? ( >=dev-haskell/pandoc-server-0.1:= <dev-haskell/pandoc-server-0.2:=
			dev-haskell/safe:=
			>=dev-haskell/wai-extra-3.0.24:=
			dev-haskell/warp:= )
	!<app-text/pandoc-3
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.0.0.0
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag lua lua) \
		$(cabal_flag nightly nightly) \
		$(cabal_flag server server)
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/pandoc-cli | euse -E <flag> -p app-text/pandoc-cli | euse -D <flag> -p app-text/pandoc-cli

Global/Standard Flags

lua
Default: Enabled (+)
server
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

>=dev-haskell/pandoc-3.0:=
	dev-haskell/text:=
	>=dev-lang/ghc-8.8.1:=
	lua? ( >=dev-haskell/hslua-cli-1.4.1:= <dev-haskell/hslua-cli-1.5:=
		>=dev-haskell/pandoc-lua-engine-0.2:= <dev-haskell/pandoc-lua-engine-0.3:=
		>=dev-haskell/temporary-1.1:= <dev-haskell/temporary-1.4:= )
	server? ( >=dev-haskell/pandoc-server-0.1:= <dev-haskell/pandoc-server-0.2:=
			dev-haskell/safe:=
			>=dev-haskell/wai-extra-3.0.24:=
			dev-haskell/warp:= )
	!<app-text/pandoc-3

	>=dev-haskell/cabal-3.0.0.0

RDEPEND

>=dev-haskell/pandoc-3.0:=
	dev-haskell/text:=
	>=dev-lang/ghc-8.8.1:=
	lua? ( >=dev-haskell/hslua-cli-1.4.1:= <dev-haskell/hslua-cli-1.5:=
		>=dev-haskell/pandoc-lua-engine-0.2:= <dev-haskell/pandoc-lua-engine-0.3:=
		>=dev-haskell/temporary-1.1:= <dev-haskell/temporary-1.4:= )
	server? ( >=dev-haskell/pandoc-server-0.1:= <dev-haskell/pandoc-server-0.2:=
			dev-haskell/safe:=
			>=dev-haskell/wai-extra-3.0.24:=
			dev-haskell/warp:= )
	!<app-text/pandoc-3