From a4aa184757adf9204beda84da67fa3e46b4bd121 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 9 Feb 2013 19:14:07 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) --- dev-haskell/ansi-wl-pprint/ChangeLog | 10 +++++-- .../ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.6.ebuild (limited to 'dev-haskell') 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 + +ansi-wl-pprint-0.6.6.ebuild: + Version bump. 22 Dec 2012; Sergei Trofimovich -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-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-example \ + --flag=newbase +} -- cgit v1.2.3-65-gdbad