commit:     5eaf81b6e5cd35912ef7ed99f7119df255c94522
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:30:38 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 08:36:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaf81b6

dev-haskell/doctemplates: bump up to 0.9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/doctemplates/Manifest                |  1 +
 dev-haskell/doctemplates/doctemplates-0.9.ebuild | 40 ++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-haskell/doctemplates/Manifest 
b/dev-haskell/doctemplates/Manifest
index d99063f1ef6..c479a2395b2 100644
--- a/dev-haskell/doctemplates/Manifest
+++ b/dev-haskell/doctemplates/Manifest
@@ -1 +1,2 @@
 DIST doctemplates-0.8.2.tar.gz 26780 BLAKE2B 
32554545d451a382a490dc6d64b9f8ff0465b1e345daec457196cebf61f0d6975fda8eebc0e7115089622c15e7a96cbe490ae78d63b7b06ebded9c9b79f82a3a
 SHA512 
1e1dbb8f8a2980b342ef3b5c2c0fefa8d0bf220d5ca1332de3dbdf30ab3243fd6f4d12816fa25851498a26c25c5fba1bc2aa6f16eafca11c65bc125a203b90ad
+DIST doctemplates-0.9.tar.gz 27366 BLAKE2B 
e4c88e3abce07f6fa94e51e63124a7a6f1fa054a1f70595fe81b058a5fd6c87a25085cc5373eb6ee191fcdabd34650d30f9ce6251bfedaa2e16961ce3b74a816
 SHA512 
3216fc7ef4e2a45230a2854c22c2a8622774bc834bbf59d34134912b3942df2a541230bd91324995e13e19098a0fa0bf7057c7d55ca35ec75da7840fddd61a37

diff --git a/dev-haskell/doctemplates/doctemplates-0.9.ebuild 
b/dev-haskell/doctemplates/doctemplates-0.9.ebuild
new file mode 100644
index 00000000000..88f81e5d48b
--- /dev/null
+++ b/dev-haskell/doctemplates/doctemplates-0.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+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="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+       >=dev-haskell/doclayout-0.3:=[profile?] 
<dev-haskell/doclayout-0.4:=[profile?]
+       >=dev-haskell/hsyaml-0.2:=[profile?] <dev-haskell/hsyaml-0.3:=[profile?]
+       dev-haskell/mtl:=[profile?]
+       dev-haskell/parsec:=[profile?]
+       dev-haskell/safe:=[profile?]
+       dev-haskell/scientific:=[profile?]
+       dev-haskell/text:=[profile?]
+       dev-haskell/text-conversions:=[profile?]
+       dev-haskell/unordered-containers:=[profile?]
+       dev-haskell/vector:=[profile?]
+       >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.24.0.0
+       test? ( dev-haskell/glob
+               dev-haskell/tasty
+               dev-haskell/tasty-golden
+               dev-haskell/tasty-hunit
+               dev-haskell/temporary )
+"

Reply via email to