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/yaml/Manifest
Normal file
3
dev-haskell/yaml/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST yaml-0.11.0.0.tar.gz 26529 BLAKE2B 6867d0c2071240c1e8e142ae0fdfa7a9ba811e6c657958aae0f108f9bcc5e7485466c8d65a4ae045ac8a0a3b03a805ed667030b523c218ffde4e672ade8b2312 SHA512 9797413d1e198a41f048c6364ea38ecc5f550f68442fb956eaa0448498b32184fc8155465c7ac41a4d7ed434ceab8955e17549723ba92f78146525467afc09a1
|
||||
EBUILD yaml-0.11.0.0.ebuild 1437 BLAKE2B 161c23702973ea750b59ed573d1c2f72c3bde0395e2d45afbf3a56da3c4860d857b2ea0c2183149a68c06bc6c2ff57eb450f536f9fed3a7fa42c22323ee28c1d SHA512 4ad5262f05dcaa2415081e6f621fb0c105f2e68bf9852210f5f8c37c4b7c6637251c8a119d48fb7bd6e37618e040b7d0babbbf70a0b815c9c8398f088e44a178
|
||||
MISC metadata.xml 382 BLAKE2B 651f06afcc45527988f715fdc6712a539d9aacec540211ac2f3a0b1a701d3fb750bdaea6c49e049559df55f211df4a3e190306b0e01d997b4a518f3fd298ed88 SHA512 2a58a50c36478fc5d0252cf44eeb8f772796f0c43319d9301ac82e560185c60c32e43ce51b3c2d3d5118957ebdc0afeec848abd2112c0007b89e2e321cc9ce1d
|
||||
11
dev-haskell/yaml/metadata.xml
Normal file
11
dev-haskell/yaml/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>
|
||||
README and API documentation are available at <https://www.stackage.org/package/yaml>
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
47
dev-haskell/yaml/yaml-0.11.0.0.ebuild
Normal file
47
dev-haskell/yaml/yaml-0.11.0.0.ebuild
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# 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="Support for parsing and rendering YAML documents"
|
||||
HOMEPAGE="https://github.com/snoyberg/yaml#readme"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+no-examples +no-exe"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-0.11:=[profile?]
|
||||
>=dev-haskell/attoparsec-0.11.3.0:=[profile?]
|
||||
>=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.4:=[profile?]
|
||||
>=dev-haskell/libyaml-0.1:=[profile?] <dev-haskell/libyaml-0.2:=[profile?]
|
||||
dev-haskell/mtl:=[profile?]
|
||||
>=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.3:=[profile?]
|
||||
dev-haskell/scientific:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
dev-haskell/unordered-containers:=[profile?]
|
||||
dev-haskell/vector:=[profile?]
|
||||
>=dev-lang/ghc-8.0.2:=
|
||||
!no-examples? ( dev-haskell/raw-strings-qq:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.24.2.0
|
||||
test? ( dev-haskell/base-compat
|
||||
>=dev-haskell/hspec-1.3
|
||||
dev-haskell/hunit
|
||||
dev-haskell/mockery
|
||||
dev-haskell/temporary
|
||||
no-examples? ( dev-haskell/raw-strings-qq ) )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag no-examples no-examples) \
|
||||
$(cabal_flag no-exe no-exe)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue