app-text/pandoc: huge version bump
This commit is contained in:
parent
36c01efcfe
commit
72b537171f
131 changed files with 2697 additions and 0 deletions
3
dev-haskell/blaze-markup/Manifest
Normal file
3
dev-haskell/blaze-markup/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST blaze-markup-0.8.2.2.tar.gz 14458 BLAKE2B 9beb65115606d0861c3fc077718fc659cb223061ca56eb66c284842e3ab5f3320568da908c8a4ce681795d249a3b0e598b13eeebbf263a43a661ef14c811ddda SHA512 a3f7cc69d90d25755e6e2ca0b96d1965ea40ebd8994df08df81353b9ae342ce70e80d38a85df33bd330c6d745c41cd28f2c5e8ee8fcaf08369ed26dd384dc5e6
|
||||
EBUILD blaze-markup-0.8.2.2.ebuild 1019 BLAKE2B 14cd9251a73964b970c67f2a56175fa68daba6f33a14c860c540dbc73333af3b1c1adcc90ecb00cf11e4ece8a0f8a8d4204c7d8edb10c456814b1b4242820d16 SHA512 feac7a58194087de2ecb441379a6fd78f9d33e48938d141cdbfa318f1ef6769cfae4bd9b58ab5bfacb4a44fab5767f70de95bd9bd9c08c1a60969e37cfebbeb5
|
||||
MISC metadata.xml 516 BLAKE2B 64cd165fc27b6c1570dae7190e0181a92bb43c54038760f7c843fbbbe0d6faeb783f0d3e2d58ab90214b15775dba7bbce88c6b5401cd4f9b165b2bbcdc76a080 SHA512 a3395d76bf164a2cde4217dce26e35e894fc53f0a977134da64959e857a8640d0cb22cb53c33ef0359d782abf68f8527f01b18f5f0ea3278ec9590d9024de1a0
|
||||
31
dev-haskell/blaze-markup/blaze-markup-0.8.2.2.ebuild
Normal file
31
dev-haskell/blaze-markup/blaze-markup-0.8.2.2.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 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="A blazingly fast markup combinator library for Haskell"
|
||||
HOMEPAGE="http://jaspervdj.be/blaze"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
|
||||
>=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.3:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
|
||||
>=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.12
|
||||
>=dev-haskell/tasty-1.0 <dev-haskell/tasty-1.2
|
||||
>=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11
|
||||
>=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.11 )
|
||||
"
|
||||
14
dev-haskell/blaze-markup/metadata.xml
Normal file
14
dev-haskell/blaze-markup/metadata.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
||||
Core modules of a blazingly fast markup combinator library for the Haskell
|
||||
programming language. The Text.Blaze module is a good
|
||||
starting point, as well as this tutorial:
|
||||
<http://jaspervdj.be/blaze/tutorial.html>.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue