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/aeson-pretty/Manifest
Normal file
5
dev-haskell/aeson-pretty/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DIST aeson-pretty-0.8.5.tar.gz 5568 BLAKE2B 2e2e1fdfdf43db10b4328a70ecd6370d8ac364e1c06c1e40ac9d01dc737a76d835a0380ab0bd9e5c79e3161c21b0c0925c6615bdf78a0acda3956488fba7637e SHA512 b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a
|
||||
DIST aeson-pretty-0.8.7.tar.gz 5610 BLAKE2B 384930842b64f5f3315de016b0579e881ed07c3bf7d5e83b117dc1ec9ba082d361c7a844a525f7e8514892fbc14a904582e7dbf7eac6aa22d8653dad70be905a SHA512 b23cd85703ed21060dac3d608b894f0c331f6a008f0edeab319b4bdad8e07ce74f13dbe1865caa0ac091f85523fe334ae33bf735337411a9e70d1031dd5d33be
|
||||
EBUILD aeson-pretty-0.8.5.ebuild 1049 BLAKE2B d7b3f71a518b7452489d63b56037afe9e5253da04e8e025cff9766f03fcf4990a1aecf69acfe3f6e3f12395889f715b3ee8bde0ed8dc69fee1a79178a8c6e738 SHA512 de48f2c94bed379600416bdbacf78ac872b7089b869ccb0fabda751b72d1d9d8f612e1b23b6409c909f148f787987bc08f9211d82b45e08760f996ab3359dea2
|
||||
EBUILD aeson-pretty-0.8.7.ebuild 1049 BLAKE2B d7b3f71a518b7452489d63b56037afe9e5253da04e8e025cff9766f03fcf4990a1aecf69acfe3f6e3f12395889f715b3ee8bde0ed8dc69fee1a79178a8c6e738 SHA512 de48f2c94bed379600416bdbacf78ac872b7089b869ccb0fabda751b72d1d9d8f612e1b23b6409c909f148f787987bc08f9211d82b45e08760f996ab3359dea2
|
||||
MISC metadata.xml 1084 BLAKE2B f7a8caf4e37967a6615328a96b204cccaf8229576767137cdbe65184ead5c2ea543c6f4c69927c603e2f71d96e4c2887b725f18011a7fd25c91d7f6127d64d0e SHA512 9561989967c30ea725461606c5e3200220cc5d32d71b726a4aff0e7e88b4638c02bcb4459e2ffe460e2f0a673d1ec35fe08506e526534be06627b22af23b9713
|
||||
37
dev-haskell/aeson-pretty/aeson-pretty-0.8.5.ebuild
Normal file
37
dev-haskell/aeson-pretty/aeson-pretty-0.8.5.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="JSON pretty-printing library and command-line tool"
|
||||
HOMEPAGE="https://github.com/informatikr/aeson-pretty"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="lib-only"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
|
||||
>=dev-haskell/base-compat-0.9:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
|
||||
>=dev-haskell/scientific-0.3:=[profile?]
|
||||
>=dev-haskell/text-0.11:=[profile?]
|
||||
>=dev-haskell/unordered-containers-0.1.3.0:=[profile?]
|
||||
>=dev-haskell/vector-0.9:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
!lib-only? ( >=dev-haskell/attoparsec-0.10:=[profile?]
|
||||
>=dev-haskell/cmdargs-0.7:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag lib-only lib-only)
|
||||
}
|
||||
37
dev-haskell/aeson-pretty/aeson-pretty-0.8.7.ebuild
Normal file
37
dev-haskell/aeson-pretty/aeson-pretty-0.8.7.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="JSON pretty-printing library and command-line tool"
|
||||
HOMEPAGE="https://github.com/informatikr/aeson-pretty"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="lib-only"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
|
||||
>=dev-haskell/base-compat-0.9:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
|
||||
>=dev-haskell/scientific-0.3:=[profile?]
|
||||
>=dev-haskell/text-0.11:=[profile?]
|
||||
>=dev-haskell/unordered-containers-0.1.3.0:=[profile?]
|
||||
>=dev-haskell/vector-0.9:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
!lib-only? ( >=dev-haskell/attoparsec-0.10:=[profile?]
|
||||
>=dev-haskell/cmdargs-0.7:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag lib-only lib-only)
|
||||
}
|
||||
30
dev-haskell/aeson-pretty/metadata.xml
Normal file
30
dev-haskell/aeson-pretty/metadata.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?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>
|
||||
<use>
|
||||
<flag name="lib-only">don't build 'aeson-pretty' executable.</flag>
|
||||
</use>
|
||||
<longdescription>
|
||||
A JSON pretty-printing library compatible with aeson as well as
|
||||
a command-line tool to improve readabilty of streams of JSON data.
|
||||
|
||||
The /library/ provides the function "encodePretty". It is a drop-in
|
||||
replacement for aeson's "encode" function, producing JSON-ByteStrings for
|
||||
human readers.
|
||||
|
||||
The /command-line tool/ reads JSON from stdin and writes prettified JSON
|
||||
to stdout. It also offers a complementary "compact"-mode, essentially the
|
||||
opposite of pretty-printing. If you specify @-flib-only@ like this
|
||||
|
||||
> cabal install -flib-only aeson-pretty
|
||||
|
||||
the command-line tool will NOT be installed.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">informatikr/aeson-pretty</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue