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-gfm-0.1.6.tar.gz 197539 BLAKE2B c3cdd5ed4c74d4fdd340f13c523a2e5f1df5f62bb39338050e76dd36ffcf3a9b072576761eb68c7a4807d2ab51542407fec799fb67abb99c6479e7b49bf48b6e SHA512 91d4fd86e01e4738a1476242733fa9d2734033c63fa1db394aabdc77047c9a83e9cc561ee3823acd30a93c61c7bc859e2cab1a7fcf131a85af974590f146f35c
EBUILD cmark-gfm-0.1.6.ebuild 881 BLAKE2B 0ce78598578c9944b2946293832001caa55ccd47f89135b9b6dbc98dfaf59db35621b3d1b70fdfd0402c1cbc3fe6b8f233c6c66b4559597ebb7027cd761db291 SHA512 dc81bf1d8a6c0fd49c0b5469bae641c9b69f5c94cfa613e6327bca367af66800b250181fc64ba4b39d9ff8ab601b2617864fd4e66df240c2bfdb53abe1419d13
MISC metadata.xml 630 BLAKE2B 2f381ede02069456d0f8ba10ec83720b42adc058190e4e061047e905a827fe0e57f2586e582ac967b1fd884f2282efaecc7eaab3da154b700498c11360cf1978 SHA512 cf7d2d4659d56b71a2602646a6ebe78914ab318ffb691b34deace6d3f72c3857b2a6d2a3ce355f2a97a0d7f6ce9808d04011b299b64829b5e03355db5a49ee99

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 GitHub Flavored Markdown parser and renderer"
HOMEPAGE="https://github.com/kivikakk/cmark-gfm-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-c-lib/cmark-gfm
unknown-c-lib/cmark-gfm-extensions )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.14
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7 )
"
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/github/cmark libcmark-gfm&gt;, the reference
parser for &lt;https://github.github.com/gfm/ GitHub Flavored Markdown&gt;, a fully
specified variant of Markdown. It includes sources for
libcmark-gfm (0.28.0) and does not require prior installation of the
C library.
</longdescription>
</pkgmetadata>