Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: filepath-1.0.ebuild ChangeLog
Date: Mon, 05 Nov 2007 02:10:49
Message-Id: E1IorQI-0005sm-OJ@stork.gentoo.org
1 dcoutts 07/11/05 02:10:42
2
3 Modified: filepath-1.0.ebuild ChangeLog
4 Log:
5 Added ~ppc to keywords
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.8 dev-haskell/filepath/filepath-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild?r1=1.7&r2=1.8
14
15 Index: filepath-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- filepath-1.0.ebuild 28 Oct 2007 12:48:19 -0000 1.7
22 +++ filepath-1.0.ebuild 5 Nov 2007 02:10:42 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.7 2007/10/28 12:48:19 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.8 2007/11/05 02:10:42 dcoutts Exp $
28
29 CABAL_FEATURES="haddock lib profile"
30 inherit haskell-cabal
31 @@ -12,7 +12,7 @@
32 SLOT="0"
33
34 #if possible try testing with "~ppc"
35 -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc x86"
36 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86"
37 IUSE=""
38
39 DEPEND=">=dev-lang/ghc-6.4"
40
41
42
43 1.8 dev-haskell/filepath/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 28 Oct 2007 12:48:19 -0000 1.7
56 +++ ChangeLog 5 Nov 2007 02:10:42 -0000 1.8
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-haskell/filepath
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.7 2007/10/28 12:48:19 kolmodin Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.8 2007/11/05 02:10:42 dcoutts Exp $
62 +
63 + 05 Nov 2007; Duncan Coutts <dcoutts@g.o> filepath-1.0.ebuild:
64 + Added ~ppc to keywords
65
66 28 Oct 2007; Lennart Kolmodin <kolmodin@g.o> filepath-1.0.ebuild:
67 Stricten dependency of virtual/ghc into dev-lang/ghc as otherwise ghc-bin
68
69
70
71 --
72 gentoo-commits@g.o mailing list