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 cmark-0.5.6.tar.gz 170850 BLAKE2B 21ef603e6edd25545f0a51ff534aab8c7762ec1353c1b0349101217e42c09e3c0b33f99119831f09f9db20df9efb0e984420ef431c85a44c68f1580c02e009f3 SHA512 ba9ae5268c1d55123754e7b0c5f73c5134fa1d57a7a624e865c5c9690f073d9db9e6f1b7bc5fea86305d3a72a7af371a22f12fcce4ccbe9fd2942ba1d3677835
EBUILD cmark-0.5.6.ebuild 869 BLAKE2B d68631840f3ab086e5d8d610c1cb3c93cd28eb25c5cd592771d50e3e1202fa4a34cd205ef135662718d7ee4a5a6ecd3191096603988d7a04471868ed7f2b3e60 SHA512 5f47076e40394944378083dda3217ef16e97779d9bdd13d62fafad7d806e35fc01b296652652fa7e3c96acc6bbdcba75fa543152f5d9e5d61196821455462ffc
MISC metadata.xml 596 BLAKE2B a2fe68c568d56694d9cff2ae7858a4f49f3ace0094edd3a60e8246c625c160e2435c34f68b7a526c19593d2b317e4590a265268c0281a12291d6d803dc048e88 SHA512 f3e638e3b32cda7627a348eba34db99efd0b9eb8a66f6f8f27e196549f195140e72111e9ceccb64cb6b4ac2749ec9971858254b8b3778ef92a6612d736c77e1e

View file

@ -0,0 +1,33 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.6
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Fast, accurate CommonMark (Markdown) parser and renderer"
HOMEPAGE="https://github.com/jgm/cmark-hs"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="pkgconfig"
RDEPEND=">=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
pkgconfig? ( unknown-pkg-config/libcmark )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.14
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7 )
pkgconfig? ( virtual/pkgconfig )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag pkgconfig pkgconfig)
}

View file

@ -0,0 +1,16 @@
<?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>
This package provides Haskell bindings for
&lt;https://github.com/jgm/cmark libcmark&gt;, the reference
parser for &lt;http://commonmark.org CommonMark&gt;, a fully
specified variant of Markdown. It includes sources for
libcmark (0.28.0) and does not require prior installation of the
C library.
</longdescription>
</pkgmetadata>