summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-02-09 19:14:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-02-09 19:14:07 +0000
commita4aa184757adf9204beda84da67fa3e46b4bd121 (patch)
tree1ea2e8265aa2c8aaf6e359829f44198db760cc37 /dev-haskell
parentStable on amd64, wrt bug #455884 (diff)
downloadgentoo-2-a4aa184757adf9204beda84da67fa3e46b4bd121.tar.gz
gentoo-2-a4aa184757adf9204beda84da67fa3e46b4bd121.tar.bz2
gentoo-2-a4aa184757adf9204beda84da67fa3e46b4bd121.zip
Version bump.
(Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/ansi-wl-pprint/ChangeLog10
-rw-r--r--dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ChangeLog b/dev-haskell/ansi-wl-pprint/ChangeLog
index a1541efe29a1..f3c68c74bc8b 100644
--- a/dev-haskell/ansi-wl-pprint/ChangeLog
+++ b/dev-haskell/ansi-wl-pprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/ansi-wl-pprint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.23 2012/12/22 21:07:41 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.24 2013/02/09 19:14:07 slyfox Exp $
+
+*ansi-wl-pprint-0.6.6 (09 Feb 2013)
+
+ 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +ansi-wl-pprint-0.6.6.ebuild:
+ Version bump.
22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
-ansi-wl-pprint-0.5.1.ebuild, -ansi-wl-pprint-0.6.3.ebuild:
diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild
new file mode 100644
index 000000000000..64eb32d7916a
--- /dev/null
+++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild,v 1.1 2013/02/09 19:14:07 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+HOMEPAGE="http://github.com/batterseapower/ansi-wl-pprint"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
+ <dev-haskell/ansi-terminal-0.7:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-example \
+ --flag=newbase
+}