diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-15 22:24:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 10:21:26 +0000 |
commit | 2ff128214c92bce6eaf8d177c8cd018cbd0b3364 (patch) | |
tree | 3fc41ba29d9070c70f0af492ea45f3f945bb1a54 /dev-haskell/doctemplates | |
parent | dev-haskell/pandoc-types: bump up to 1.17.0.4 (diff) | |
download | gentoo-2ff128214c92bce6eaf8d177c8cd018cbd0b3364.tar.gz gentoo-2ff128214c92bce6eaf8d177c8cd018cbd0b3364.tar.bz2 gentoo-2ff128214c92bce6eaf8d177c8cd018cbd0b3364.zip |
dev-haskell/doctemplates: new package, a depend of pandoc-1.18
Pandoc-style document templates
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/doctemplates')
-rw-r--r-- | dev-haskell/doctemplates/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/doctemplates/doctemplates-0.1.0.2.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/doctemplates/metadata.xml | 11 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/doctemplates/Manifest b/dev-haskell/doctemplates/Manifest new file mode 100644 index 000000000000..6ede1811992a --- /dev/null +++ b/dev-haskell/doctemplates/Manifest @@ -0,0 +1 @@ +DIST doctemplates-0.1.0.2.tar.gz 5924 SHA256 b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b SHA512 043cc1ff32c7b1b9ac2d528d647c08769ec6ffbf3cbf080422b6f435737030ed4085735ab9c1974bbae87099a31614b66ae800fefab7120e9add5ab03815c430 WHIRLPOOL d2f3e362119777fc308b57f90db8f685f8b44f6e8a28625a3292edd8f4667c1fcf9f4fe031fc975752f35999381a246a45e3d33bc239b0727fb0895eecc76512 diff --git a/dev-haskell/doctemplates/doctemplates-0.1.0.2.ebuild b/dev-haskell/doctemplates/doctemplates-0.1.0.2.ebuild new file mode 100644 index 000000000000..369669a410ce --- /dev/null +++ b/dev-haskell/doctemplates/doctemplates-0.1.0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Pandoc-style document templates" +HOMEPAGE="https://github.com/jgm/doctemplates#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/blaze-html:=[profile?] + dev-haskell/blaze-markup:=[profile?] + dev-haskell/parsec:=[profile?] + dev-haskell/scientific:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/unordered-containers:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( dev-haskell/hspec ) +" diff --git a/dev-haskell/doctemplates/metadata.xml b/dev-haskell/doctemplates/metadata.xml new file mode 100644 index 000000000000..0df1910735de --- /dev/null +++ b/dev-haskell/doctemplates/metadata.xml @@ -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> + Please see README.md + </longdescription> +</pkgmetadata> |