Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ChangeLog ansi-wl-pprint-0.6.3.ebuild
Date: Mon, 01 Aug 2011 20:09:16
Message-Id: 20110801200905.924AA2004C@flycatcher.gentoo.org
1 slyfox 11/08/01 20:09:05
2
3 Modified: ChangeLog
4 Added: ansi-wl-pprint-0.6.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-haskell/ansi-wl-pprint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 25 Feb 2011 13:11:03 -0000 1.9
24 +++ ChangeLog 1 Aug 2011 20:09:05 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/ansi-wl-pprint
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.9 2011/02/25 13:11:03 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.10 2011/08/01 20:09:05 slyfox Exp $
30 +
31 +*ansi-wl-pprint-0.6.3 (01 Aug 2011)
32 +
33 + 01 Aug 2011; Sergei Trofimovich <slyfox@g.o>
34 + +ansi-wl-pprint-0.6.3.ebuild:
35 + Version bump.
36
37 25 Feb 2011; Kacper Kowalik <xarthisius@g.o>
38 ansi-wl-pprint-0.5.1.ebuild:
39
40
41
42 1.1 dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ansi-wl-pprint-0.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild,v 1.1 2011/08/01 20:09:05 slyfox Exp $
52
53 # ebuild generated by hackport 0.2.13
54
55 EAPI="3"
56
57 CABAL_FEATURES="bin lib profile haddock hscolour"
58 inherit haskell-cabal
59
60 DESCRIPTION="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
61 HOMEPAGE="http://github.com/batterseapower/ansi-wl-pprint"
62 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68
69 RDEPEND="=dev-haskell/ansi-terminal-0.5*
70 >=dev-lang/ghc-6.8.2"
71 DEPEND="${RDEPEND}
72 >=dev-haskell/cabal-1.2"