app-text/pandoc: huge version bump
This commit is contained in:
parent
36c01efcfe
commit
72b537171f
131 changed files with 2697 additions and 0 deletions
5
dev-haskell/haddock-library/Manifest
Normal file
5
dev-haskell/haddock-library/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DIST haddock-library-1.6.1.tar.gz 26302 BLAKE2B 863940dd03b60ceca04133674dbbf621574fecb426025a31590781e1d080f002e5fde3fe955da34804e63a2fb133638dffdcc932a739b4c1e585d066b5107392 SHA512 c283ecb08d5a5e5f34410c73be9abe9e0d4ef815366fbd80bc65789816d7f24506e86dc256e4ccc1233c5a38ab5e23757e73bb525afa3afd7d76cde971adad2e
|
||||
DIST haddock-library-1.7.0.tar.gz 26315 BLAKE2B 2e7d0a3e20f70035e83eeddf60a9a2c6d3288218cf568bc4de565daf3c236620449db13a28c9338c882aefd7eb8819da0f9941539e69311351b0bfd29aebfff6 SHA512 ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c
|
||||
EBUILD haddock-library-1.6.1.ebuild 1039 BLAKE2B 0938e90aa61c3deba741abffbde48e89be06835610a857b5fc7c04fef92da6d65f4b8a580c48722780a85e57f7038ca94d3d736703e9f03e91c7311713f053a7 SHA512 c9cba7c303cfe0f5b5abb8d1230486dab6d22466de1ca9a53cf26ff95e4106b812a664af629f6ac68b8486befbbe7b2bfacd3296a4f6a352e465dabf1d3222a3
|
||||
EBUILD haddock-library-1.7.0.ebuild 1039 BLAKE2B 0938e90aa61c3deba741abffbde48e89be06835610a857b5fc7c04fef92da6d65f4b8a580c48722780a85e57f7038ca94d3d736703e9f03e91c7311713f053a7 SHA512 c9cba7c303cfe0f5b5abb8d1230486dab6d22466de1ca9a53cf26ff95e4106b812a664af629f6ac68b8486befbbe7b2bfacd3296a4f6a352e465dabf1d3222a3
|
||||
MISC metadata.xml 646 BLAKE2B b34a2f2800e7771d86781e648a058924d02f037ff50039d597876fa645c2355a60824eec8831b08fc19cb6b74547b01af43c0f57ecc8871687c7a780c7bac3fc SHA512 9219d3be6ddf43cabc0832ad9e6d7b94e7d8fc7cb9cdc840cf7ec791afc83fe2881e10a9225d5bfaa442c1f452eb4a245e35582b589283876d492917d6051738
|
||||
31
dev-haskell/haddock-library/haddock-library-1.6.1.ebuild
Normal file
31
dev-haskell/haddock-library/haddock-library-1.6.1.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="Library exposing some functionality of Haddock"
|
||||
HOMEPAGE="http://www.haskell.org/haddock/"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/parsec-3.1.13.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
|
||||
>=dev-haskell/text-1.2.3.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.0
|
||||
test? ( >=dev-haskell/base-compat-0.9.3 <dev-haskell/base-compat-0.11
|
||||
>=dev-haskell/hspec-2.4.4 <dev-haskell/hspec-2.6
|
||||
>=dev-haskell/optparse-applicative-0.14.0.0 <dev-haskell/optparse-applicative-0.15
|
||||
>=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.12
|
||||
>=dev-haskell/tree-diff-0.0.0.1 <dev-haskell/tree-diff-0.1 )
|
||||
"
|
||||
31
dev-haskell/haddock-library/haddock-library-1.7.0.ebuild
Normal file
31
dev-haskell/haddock-library/haddock-library-1.7.0.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="Library exposing some functionality of Haddock"
|
||||
HOMEPAGE="http://www.haskell.org/haddock/"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/parsec-3.1.13.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
|
||||
>=dev-haskell/text-1.2.3.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.0
|
||||
test? ( >=dev-haskell/base-compat-0.9.3 <dev-haskell/base-compat-0.11
|
||||
>=dev-haskell/hspec-2.4.4 <dev-haskell/hspec-2.6
|
||||
>=dev-haskell/optparse-applicative-0.14.0.0 <dev-haskell/optparse-applicative-0.15
|
||||
>=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.12
|
||||
>=dev-haskell/tree-diff-0.0.0.1 <dev-haskell/tree-diff-0.1 )
|
||||
"
|
||||
16
dev-haskell/haddock-library/metadata.xml
Normal file
16
dev-haskell/haddock-library/metadata.xml
Normal 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>
|
||||
Haddock is a documentation-generation tool for Haskell
|
||||
libraries. These modules expose some functionality of it
|
||||
without pulling in the GHC dependency. Please note that the
|
||||
API is likely to change so specify upper bounds in your
|
||||
project. For interacting with Haddock
|
||||
itself, see the [haddock package](https://hackage.haskell.org/package/haddock).
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue