Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.2.ebuild
Date: Sat, 02 Jan 2010 12:24:01
Message-Id: E1NR31S-0008N1-Ak@stork.gentoo.org
1 fauli 10/01/02 12:23:58
2
3 Modified: ChangeLog filepath-1.1.0.2.ebuild
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.21 dev-haskell/filepath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 16 Dec 2009 20:24:17 -0000 1.20
22 +++ ChangeLog 2 Jan 2010 12:23:57 -0000 1.21
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-haskell/filepath
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.20 2009/12/16 20:24:17 kolmodin Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.21 2010/01/02 12:23:57 fauli Exp $
29 +
30 + 02 Jan 2010; Christian Faulhammer <fauli@g.o>
31 + filepath-1.1.0.2.ebuild:
32 + Transfer Prefix keywords
33
34 16 Dec 2009; <kolmodin@g.o> filepath-1.1.0.2.ebuild:
35 Add ~ppc64 keyword. Tested by trofi.
36
37
38
39 1.4 dev-haskell/filepath/filepath-1.1.0.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild?r1=1.3&r2=1.4
44
45 Index: filepath-1.1.0.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- filepath-1.1.0.2.ebuild 16 Dec 2009 20:24:17 -0000 1.3
52 +++ filepath-1.1.0.2.ebuild 2 Jan 2010 12:23:57 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.3 2009/12/16 20:24:17 kolmodin Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.4 2010/01/02 12:23:57 fauli Exp $
59
60 CABAL_FEATURES="lib profile haddock"
61 inherit haskell-cabal
62 @@ -11,7 +11,7 @@
63
64 LICENSE="BSD"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
68 IUSE=""
69
70 RDEPEND=">=dev-lang/ghc-6.6.1"