commit:     b6da9c4a0720d694e2aa7e1bb3d5268847cfb179
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:29:26 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 08:36:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6da9c4a

dev-haskell/commonmark-extensions: new package, a depend of pandoc-2.11

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

 dev-haskell/commonmark-extensions/Manifest         |  1 +
 .../commonmark-extensions-0.2.0.4.ebuild           | 32 ++++++++++++++++++++++
 dev-haskell/commonmark-extensions/metadata.xml     |  8 ++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-haskell/commonmark-extensions/Manifest 
b/dev-haskell/commonmark-extensions/Manifest
new file mode 100644
index 00000000000..c98f1254596
--- /dev/null
+++ b/dev-haskell/commonmark-extensions/Manifest
@@ -0,0 +1 @@
+DIST commonmark-extensions-0.2.0.4.tar.gz 32043 BLAKE2B 
5a0f690b04b8c2e34383b9e2d8248ea5e6945af434c413aa289bbf1706bbfced8fa68b625682ae1c916db25a577d7f029e9247e908bb87e6979f702d93b72a9c
 SHA512 
2e595dd6bfc582a783d42ae612a64917470b9fa737d9c445e83e30f7cf7500cd4d3ab5f254268cf9d7434dcd03bdaa88cd38bc4fc50d1423a2792e0d21ffe6e3

diff --git 
a/dev-haskell/commonmark-extensions/commonmark-extensions-0.2.0.4.ebuild 
b/dev-haskell/commonmark-extensions/commonmark-extensions-0.2.0.4.ebuild
new file mode 100644
index 00000000000..4af1c67261a
--- /dev/null
+++ b/dev-haskell/commonmark-extensions/commonmark-extensions-0.2.0.4.ebuild
@@ -0,0 +1,32 @@
+# 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="Pure Haskell commonmark parser"
+HOMEPAGE="https://github.com/jgm/commonmark-hs";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/commonmark-0.1.1.2:=[profile?] 
<dev-haskell/commonmark-0.2:=[profile?]
+       >=dev-haskell/emojis-0.1:=[profile?] <dev-haskell/emojis-0.2:=[profile?]
+       dev-haskell/parsec:=[profile?]
+       dev-haskell/text:=[profile?]
+       >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.24.0.0
+       test? ( dev-haskell/quickcheck
+               dev-haskell/tasty
+               dev-haskell/tasty-hunit
+               dev-haskell/tasty-quickcheck )
+"

diff --git a/dev-haskell/commonmark-extensions/metadata.xml 
b/dev-haskell/commonmark-extensions/metadata.xml
new file mode 100644
index 00000000000..b7878815d80
--- /dev/null
+++ b/dev-haskell/commonmark-extensions/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>hask...@gentoo.org</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to