Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/time: time-1.1.4.ebuild ChangeLog
Date: Wed, 30 Jun 2010 17:50:11
Message-Id: 20100630175005.8458F2C621@corvid.gentoo.org
1 kolmodin 10/06/30 17:50:05
2
3 Modified: time-1.1.4.ebuild ChangeLog
4 Log:
5 Bump dev-haskell/time to 1.1.4 (requires >=ghc-6.10)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-haskell/time/time-1.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild?r1=1.2&r2=1.3
14
15 Index: time-1.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- time-1.1.4.ebuild 13 Jun 2010 21:57:23 -0000 1.2
22 +++ time-1.1.4.ebuild 30 Jun 2010 17:50:04 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v 1.2 2010/06/13 21:57:23 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v 1.3 2010/06/30 17:50:04 kolmodin Exp $
28
29 CABAL_FEATURES="lib profile haddock"
30 inherit haskell-cabal
31 @@ -11,10 +11,14 @@
32
33 LICENSE="BSD"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 IUSE=""
38
39 -DEPEND=">=dev-lang/ghc-6.6.1
40 +# upstream does not implement 'cabal test' yet
41 +# addresses https://bugs.gentoo.org/show_bug.cgi?id=314587
42 +RESTRICT="test"
43 +
44 +DEPEND=">=dev-lang/ghc-6.10
45 >=dev-haskell/cabal-1.6"
46
47 -CABAL_CORE_LIB_GHC_PV="6.12.1 6.12.3"
48 +CABAL_CORE_LIB_GHC_PV="6.12.1 6.12.2 6.12.3"
49
50
51
52 1.21 dev-haskell/time/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/ChangeLog?rev=1.21&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/ChangeLog?rev=1.21&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/time/ChangeLog?r1=1.20&r2=1.21
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v
61 retrieving revision 1.20
62 retrieving revision 1.21
63 diff -u -r1.20 -r1.21
64 --- ChangeLog 13 Jun 2010 21:57:23 -0000 1.20
65 +++ ChangeLog 30 Jun 2010 17:50:04 -0000 1.21
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-haskell/time
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.20 2010/06/13 21:57:23 kolmodin Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.21 2010/06/30 17:50:04 kolmodin Exp $
71 +
72 + 30 Jun 2010; Lennart Kolmodin <kolmodin@g.o> time-1.1.4.ebuild:
73 + Bump to new version, which unfortunately does not build with <ghc-6.10.
74 + Re-add all the KEYWORDs once we have ghc for those arches.
75
76 13 Jun 2010; Lennart Kolmodin <kolmodin@g.o> time-1.1.4.ebuild:
77 time 1.1.4 is a core package in ghc 6.12.3, add 6.12.3 to