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-html/Manifest
Normal file
3
dev-haskell/blaze-html/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST blaze-html-0.9.1.1.tar.gz 81502 BLAKE2B 472f8e8129ebdc168d1f7f781edfa5abc6c0fdea04f6fc56cc58a63e5e37746d810f627ffe9ecd1b577950d7638a8ffb8fa7e5b3d8c22fb4f348342da3b8c5e4 SHA512 02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa
|
||||
EBUILD blaze-html-0.9.1.1.ebuild 1155 BLAKE2B 4e127d41b752d3bf0420daabbe5af429cecf588d84270115c71cd9e3c1a191204ff02f15653ddc94d8c8ea4bb50beb6ca72a9cd0b93169e17157cb7d30e6af0b SHA512 2e12f445ae51f5b31326526c795890dc85f1bd6295df0a1e74ba8403dd449f341ca6df0a799030fbab8ed3814ac7c291047d7bc4ce20f1a4f5045452e1ef9b6b
|
||||
MISC metadata.xml 498 BLAKE2B add97de60cd5374c7cd17dcac5aa4bdf0f6433724a4abdbbcdcaaabdc2bf0b8ab1f191079c573b9569076bfb8c773e7a4b6cbe105905f57c101c8d15b1ad10b5 SHA512 73c9c4ea7f0678f756c41ec10ce6161ac4d4dbaaa260dd317da24308f57f70ea5317ffbbad3380724064c21820cfaf278a06129bb1a2dcb3f206b92f2f719a33
|
||||
32
dev-haskell/blaze-html/blaze-html-0.9.1.1.ebuild
Normal file
32
dev-haskell/blaze-html/blaze-html-0.9.1.1.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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 HTML 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/blaze-markup-0.8:=[profile?] <dev-haskell/blaze-markup-0.9:=[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.4 <dev-haskell/quickcheck-2.12
|
||||
>=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
|
||||
>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
|
||||
>=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
|
||||
"
|
||||
14
dev-haskell/blaze-html/metadata.xml
Normal file
14
dev-haskell/blaze-html/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>
|
||||
A blazingly fast HTML 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