app-text/pandoc: huge version bump

This commit is contained in:
nemunaire 2018-11-16 04:34:05 +01:00
commit 72b537171f
131 changed files with 2697 additions and 0 deletions

View file

@ -0,0 +1,3 @@
DIST ansi-terminal-0.8.2.tar.gz 31357 BLAKE2B fbb588cb13da0cfec414825ba6274bc9c25339cff0ee3cb9172012c87ba9b9ea8bdc64e5c475e087c14087185c8b7eba519fd6456e8dacedf8ab3d3d48aefaff SHA512 7767400d6a7db682905f0ed700027515b61cb36d8a987d6b0e7b46638d7506604009fda7f3bd0413a74ea39f88a8fbde8a5a952b43dc2b22c1f9e8f4b99154cd
EBUILD ansi-terminal-0.8.2.ebuild 739 BLAKE2B 1d698bbaa04028d52552961aba46a8fc3e428a2365503e51a683f519b2cc3a40625520ed81a39bfaa538b3f3a4544741adf2f06b7a46d5413fd561fce3c7bedf SHA512 f062fce63e3a8dcef462304b935cad1cad30fc192959ccffc037dfd542a5124a2e0b0c9a206a6005acc1de0fdba868e01bae7af7a6066b168505b46d07d1c9ed
MISC metadata.xml 702 BLAKE2B 405eb8c2075636879af2db86ada502ff241f976f3a34c20e4e45aeefde968456ebadd1d01b4470f20b377c6a665623ce69884644c0a15b98d757f9823a2a51eb SHA512 ca4f14bf1a7508e8d6496752d11583b331a02512fd073f7c2d24a125d6e99901ff24c36fbbb9b745e74c05f93ba0b43573463841b56d0ae0e181b2a2ba1d6a4b

View file

@ -0,0 +1,30 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
# ebuild generated by hackport 0.4.6.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Simple ANSI terminal support, with Windows compatibility"
HOMEPAGE="https://github.com/feuerbach/ansi-terminal"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="example"
RDEPEND=">=dev-lang/ghc-7.4.1:=
dev-haskell/colour:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag example example)
}

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and
changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler.
</longdescription>
<use>
<flag name="example">Build the example application.</flag>
</use>
<upstream>
<remote-id type="github">feuerbach/ansi-terminal</remote-id>
</upstream>
</pkgmetadata>