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/http-client/Manifest
Normal file
3
dev-haskell/http-client/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST http-client-0.5.13.1.tar.gz 88173 BLAKE2B 58be2661bf3c9e64dbc9e0873cc938e450627c09f2ccb39b397f3da74d02fb89b3692fcd609f00f04a2db1d3e980c711098d58ba67a3201e76723dfe09b45544 SHA512 135bbbbc32dbc1613308c55347f4d8a0ba577d6ca8b522eb3aac7b96df92577a3c101464e89fc77c348b18cf040104176036adee7710bd9b4ce31aa0e5012e0a
|
||||
EBUILD http-client-0.5.13.1.ebuild 1657 BLAKE2B e8e655f539bba6dbe54f05a7d12b7259ce7e25104607dd6b8b64b430a8bd9ec6c3ec3537b2ec33675ba21caba4b2a5c2be7121240a7d9e133104e1b6d9da8512 SHA512 d265dffdb4446b1e52650a1c206eb7e24af0d5460ce428964e9fa02d97f2ebdaee3cb624cfe6b5a66f2536ef38ef02287403cfd6ec6fa93bfa1b39a82dc339a3
|
||||
MISC metadata.xml 435 BLAKE2B 145d12d9754d18b038e3ee30e0fc9b954f48d700c2e4179cee31649333306ff45e3c36034a086bd27f5dfec850da8fcbb2aaed4e902a6ae5453b191452447f48 SHA512 b5f0300d01f5d089ec9dbb755d08ef22de7f1621f16966b7ca2c6b9efc4338e8c8db6fbb325da805f6fcccebe19a3048d9650fdfa2e920c5be4a030d16fb4433
|
||||
51
dev-haskell/http-client/http-client-0.5.13.1.ebuild
Normal file
51
dev-haskell/http-client/http-client-0.5.13.1.ebuild
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# 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="An HTTP client engine"
|
||||
HOMEPAGE="https://github.com/snoyberg/http-client"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+network-uri"
|
||||
|
||||
RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?]
|
||||
>=dev-haskell/case-insensitive-1.0:=[profile?]
|
||||
dev-haskell/cookie:=[profile?]
|
||||
>=dev-haskell/exceptions-0.4:=[profile?]
|
||||
>=dev-haskell/http-types-0.8:=[profile?]
|
||||
>=dev-haskell/memory-0.7:=[profile?]
|
||||
dev-haskell/mime-types:=[profile?]
|
||||
dev-haskell/random:=[profile?]
|
||||
>=dev-haskell/semigroups-0.16.1:=[profile?]
|
||||
>=dev-haskell/stm-2.3:=[profile?]
|
||||
>=dev-haskell/streaming-commons-0.1.0.2:=[profile?] <dev-haskell/streaming-commons-0.3:=[profile?]
|
||||
>=dev-haskell/text-0.11:=[profile?]
|
||||
>dev-haskell/unsupported-ghc-version-1:=[profile?] <dev-haskell/unsupported-ghc-version-1:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
network-uri? ( >=dev-haskell/network-2.6:=[profile?]
|
||||
>=dev-haskell/network-uri-2.6:=[profile?] )
|
||||
!network-uri? ( >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.6:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( dev-haskell/async
|
||||
dev-haskell/hspec
|
||||
dev-haskell/monad-control
|
||||
>=dev-haskell/streaming-commons-0.1.1
|
||||
dev-haskell/zlib
|
||||
!network-uri? ( dev-haskell/network-uri ) )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag network-uri network-uri)
|
||||
}
|
||||
11
dev-haskell/http-client/metadata.xml
Normal file
11
dev-haskell/http-client/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>
|
||||
Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue