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/zip-archive/Manifest
Normal file
3
dev-haskell/zip-archive/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST zip-archive-0.3.3.tar.gz 18229 BLAKE2B ed15ccb0c80308afa246c7c7e805f01df050242af4fa881863ee07f9b52496a5ea7f41c9a9e01db5cab2734055c5d7399a0d955a35a3c3dc16fe9dd54c96c1cf SHA512 f799c5e324ea40313c312649f5c2b2e96128fc70b52f86a51fa9475354488d8c3b85220b297bc557728a1c0dd5c0827ead8b4613aef16edae7071bbf250ad25d
|
||||
EBUILD zip-archive-0.3.3.ebuild 855 BLAKE2B 72aeaa9afe8acbbd82d348aa6a230e6643d1d7f19ed3e39e8a5560dc25bee83a4b72bfce3ff6d425bb13e0052e5c20c4b635da4af07202ea410c674fcdffaf70 SHA512 6bd9404c844e1489bb7c070e04f2a555fdc9845595b0f46d806b2bb996ff90445a07bc67c7a5bd1bda547c0c860d8d5c1544b8dda9b0726a54207f1058b215b8
|
||||
MISC metadata.xml 400 BLAKE2B 09961b70523317b300d9c54761ab950c663227a8c4b6df041447b77e0dce5f814734f4cdb7f63897aa4f6f870734603136b131df2fda2be3e5643632ec93f5e3 SHA512 717fdc47b659089ea857dc184dc86ade2b6e3c7f19d105e545d336212179019d757130b2a49632b4356c226ae60ece3af1c39c535570c9c4e665cb75575bc1e7
|
||||
12
dev-haskell/zip-archive/metadata.xml
Normal file
12
dev-haskell/zip-archive/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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>
|
||||
The zip-archive library provides functions for creating, modifying,
|
||||
and extracting files from zip archives.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
35
dev-haskell/zip-archive/zip-archive-0.3.3.ebuild
Normal file
35
dev-haskell/zip-archive/zip-archive-0.3.3.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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 for creating and modifying zip archives"
|
||||
HOMEPAGE="https://github.com/jgm/zip-archive"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="executable"
|
||||
|
||||
RDEPEND=">=dev-haskell/digest-0.0.0.1:=[profile?]
|
||||
dev-haskell/mtl:=[profile?]
|
||||
>=dev-haskell/text-0.11:=[profile?]
|
||||
dev-haskell/zlib:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( dev-haskell/hunit
|
||||
dev-haskell/temporary )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag executable executable)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue