dev-haskell/doctemplates: new package, a depend of pandoc-1.18
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 22:24:01 +0000 (22:24 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 10:21:26 +0000 (10:21 +0000)
Pandoc-style document templates

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-haskell/doctemplates/Manifest [new file with mode: 0644]
dev-haskell/doctemplates/doctemplates-0.1.0.2.ebuild [new file with mode: 0644]
dev-haskell/doctemplates/metadata.xml [new file with mode: 0644]

diff --git a/dev-haskell/doctemplates/Manifest b/dev-haskell/doctemplates/Manifest
new file mode 100644 (file)
index 0000000..6ede181
--- /dev/null
@@ -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 (file)
index 0000000..369669a
--- /dev/null
@@ -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 (file)
index 0000000..0df1910
--- /dev/null
@@ -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>