commit:     07e3884ecbfaf38196f02d6243b498d0f5b17249
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:28:58 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=07e3884e

dev-haskell/commonmark: 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/Manifest                  |  1 +
 dev-haskell/commonmark/commonmark-0.1.1.2.ebuild | 30 ++++++++++++++++++++++++
 dev-haskell/commonmark/metadata.xml              |  8 +++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-haskell/commonmark/Manifest b/dev-haskell/commonmark/Manifest
new file mode 100644
index 00000000000..8f36044de45
--- /dev/null
+++ b/dev-haskell/commonmark/Manifest
@@ -0,0 +1 @@
+DIST commonmark-0.1.1.2.tar.gz 98983 BLAKE2B 
8ec8e46c39d54af276d12388938d6ef7dd02a40fa0a5aba58f5c3026ce5be970ebf37cf351524e30cd80f80f49df1f03175941c97c658744c212379bd6e5051e
 SHA512 
746539c055ef84b4458e910bf260222498c7081f62f421ca63aa2652a1297c3ad6b518cc27a3783868b8db3df39fe454e78f6ebf51439e73495ab4699c5c8427

diff --git a/dev-haskell/commonmark/commonmark-0.1.1.2.ebuild 
b/dev-haskell/commonmark/commonmark-0.1.1.2.ebuild
new file mode 100644
index 00000000000..66535724ad9
--- /dev/null
+++ b/dev-haskell/commonmark/commonmark-0.1.1.2.ebuild
@@ -0,0 +1,30 @@
+# 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/parsec:=[profile?]
+       dev-haskell/text:=[profile?]
+       >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-2.2
+       test? ( dev-haskell/quickcheck
+               dev-haskell/tasty
+               dev-haskell/tasty-hunit
+               dev-haskell/tasty-quickcheck )
+"

diff --git a/dev-haskell/commonmark/metadata.xml 
b/dev-haskell/commonmark/metadata.xml
new file mode 100644
index 00000000000..b7878815d80
--- /dev/null
+++ b/dev-haskell/commonmark/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>[email protected]</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to