Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.3.ebuild
Date: Fri, 31 Jul 2009 15:53:40
Message-Id: E1MWuQM-00039N-Af@stork.gentoo.org
1 chainsaw 09/07/31 15:53:38
2
3 Modified: ChangeLog hunit-1.2.0.3.ebuild
4 Log:
5 Marked stable on AMD64 as requested by Lennart Kolmodin <kolmodin@g.o> in bug #279736. Compile-tested on a Core2 Duo with USE="-doc -profile".
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.33 dev-haskell/hunit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 30 Jul 2009 20:50:29 -0000 1.32
22 +++ ChangeLog 31 Jul 2009 15:53:38 -0000 1.33
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-haskell/hunit
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.32 2009/07/30 20:50:29 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.33 2009/07/31 15:53:38 chainsaw Exp $
28 +
29 + 31 Jul 2009; <chainsaw@g.o> hunit-1.2.0.3.ebuild:
30 + Marked stable on AMD64 as requested by Lennart Kolmodin
31 + <kolmodin@g.o> in bug #279736. Compile-tested on a Core2 Duo with
32 + USE="-doc -profile".
33
34 30 Jul 2009; Lennart Kolmodin <kolmodin@g.o> hunit-1.2.0.0.ebuild:
35 Make 1.2.0.0 compile with >=dev-lang/ghc-6.10.
36
37
38
39 1.2 dev-haskell/hunit/hunit-1.2.0.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild?r1=1.1&r2=1.2
44
45 Index: hunit-1.2.0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hunit-1.2.0.3.ebuild 19 Apr 2009 09:55:59 -0000 1.1
52 +++ hunit-1.2.0.3.ebuild 31 Jul 2009 15:53:38 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.1 2009/04/19 09:55:59 kolmodin Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.2 2009/07/31 15:53:38 chainsaw Exp $
58
59 CABAL_FEATURES="lib profile haddock"
60 inherit base haskell-cabal
61 @@ -14,7 +14,7 @@
62
63 LICENSE="BSD"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
66 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 DEPEND=">=dev-lang/ghc-6.6.1