dev-haskell/wl-pprint-text: new package, a depend of graphviz
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 21:25:35 +0000 (22:25 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/wl-pprint-text/Manifest [new file with mode: 0644]
dev-haskell/wl-pprint-text/metadata.xml [new file with mode: 0644]
dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/wl-pprint-text/Manifest b/dev-haskell/wl-pprint-text/Manifest
new file mode 100644 (file)
index 0000000..74993dc
--- /dev/null
@@ -0,0 +1 @@
+DIST wl-pprint-text-1.1.0.4.tar.gz 15140 SHA256 ff2d53814b7c66624a2ef3d8f79034273de5b7addb29c1ebad277057e3fff1f5 SHA512 17116393deea2b0ff9b34d6df411e1edc219803bc3986ef105e4bb6bf03f193c622e54be998712a777605bb931a322e828ffee7d150a8787d41480672ea178f5 WHIRLPOOL c285a2f0a73ac6b4ae351f905f8d05ccec14db705ad7577e89277bf94757dba65868d4632d31a282f95d4b4bf5f8acba6c8300e7d5b424fc96a5a000b8cd67ee
diff --git a/dev-haskell/wl-pprint-text/metadata.xml b/dev-haskell/wl-pprint-text/metadata.xml
new file mode 100644 (file)
index 0000000..55e03cd
--- /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>
+               A clone of wl-pprint for use with the text library.
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild
new file mode 100644 (file)
index 0000000..80ba236
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A Wadler/Leijen Pretty Printer for Text values"
+HOMEPAGE="http://hackage.haskell.org/package/wl-pprint-text"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-0.11.0.0:=[profile?] <dev-haskell/text-1.3.0.0:=[profile?]
+       >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.6
+"