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/streaming-commons/Manifest
Normal file
3
dev-haskell/streaming-commons/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST streaming-commons-0.2.1.0.tar.gz 86525 BLAKE2B 010f787e2e7fa81b76c8f184bb9ed2b9de53ce3bda58a3fb5027eff40992fc0029e82d7418b26448850daaaad20b554e7898a00614c1ef0a138446ecda664e50 SHA512 dab004b29152e4e0f6901942fa3791ab670e51f88bd3b5168ba6e99b56565696ca42f7909c99a3fb390602506ae26049eb9b020c88ff70d4c38eed8739559c32
|
||||
EBUILD streaming-commons-0.2.1.0.ebuild 850 BLAKE2B 5e0ba1deeb5caece765c408f392d74cf3b2e6eb59c4bdaac3f39400a413f1513555d98c805ba13f69a9f9345664f3e60dd4692488781639738268e28a7d85abb SHA512 cf87684e1eb1f3ed1bbc5a3f9a8b62500d8141c68444430a718853952eafa005715441437a1d9f30de0b6e65bb104ba407de95fc6569b033b4ed0cd5f07d9da7
|
||||
MISC metadata.xml 408 BLAKE2B d812764e677927153a79d07480403c7ecb4b7607eb8f6cad5c17c06b59836c48939c90e2cafe056c14528594088734aa46cf6c68d10638f066c9f2b080ba08dd SHA512 b9674191b61146e70b0feeb7a99ea961862bc338975036d2f36fe4feeb502d8c521253ba76d85bc7dbbe02dc38e6143c5ff276dd94e0aadc2e69100b2b0f99fa
|
||||
11
dev-haskell/streaming-commons/metadata.xml
Normal file
11
dev-haskell/streaming-commons/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
|
@ -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="Common lower-level functions needed by various streaming data libraries"
|
||||
HOMEPAGE="https://github.com/fpco/streaming-commons"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-haskell/async:=[profile?]
|
||||
>=dev-haskell/network-2.4.0.0:=[profile?]
|
||||
dev-haskell/random:=[profile?]
|
||||
dev-haskell/stm:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
dev-haskell/zlib:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( >=dev-haskell/hspec-1.8
|
||||
dev-haskell/quickcheck )
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue