dev-haskell/string-qq: new package, a depend of pandoc-1.18
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 22:22:53 +0000 (22:22 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 10:21:25 +0000 (10:21 +0000)
QuasiQuoter for non-interpolated strings, texts and bytestrings

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-haskell/string-qq/Manifest [new file with mode: 0644]
dev-haskell/string-qq/metadata.xml [new file with mode: 0644]
dev-haskell/string-qq/string-qq-0.0.2.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/string-qq/Manifest b/dev-haskell/string-qq/Manifest
new file mode 100644 (file)
index 0000000..288cea3
--- /dev/null
@@ -0,0 +1 @@
+DIST string-qq-0.0.2.tar.gz 1775 SHA256 9757cad387856a313729caffe0639215a10be7d72b09c44bcab9e55ee2a8c218 SHA512 3394f2e129726e5f317693cf145ab91723e9b0352a04e42eeb770e6b5bfcade2c3c8da772f61425641b7c4e48e98542cf1a7544d48cd7f67e21f930236dae9ba WHIRLPOOL e8a07619001d663ea5c1c0497473bba477ca076efa828328e64a380490902f9e30f4b0109603a4a100f6aff282e80d33ea098cb0916aff7ff4a74867737b3d6b
diff --git a/dev-haskell/string-qq/metadata.xml b/dev-haskell/string-qq/metadata.xml
new file mode 100644 (file)
index 0000000..7f083d7
--- /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>
+               QuasiQuoter for non-interpolated strings, texts and bytestrings.
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/string-qq/string-qq-0.0.2.ebuild b/dev-haskell/string-qq/string-qq-0.0.2.ebuild
new file mode 100644 (file)
index 0000000..0533cce
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuasiQuoter for non-interpolated strings, texts and bytestrings"
+HOMEPAGE="http://hackage.haskell.org/package/string-qq"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"