Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/filepath: ChangeLog filepath-1.1.0.0.ebuild
Date: Sat, 04 Oct 2008 19:52:33
Message-Id: E1KmDAz-00030i-QR@stork.gentoo.org
1 fmccor 08/10/04 19:52:29
2
3 Modified: ChangeLog filepath-1.1.0.0.ebuild
4 Log:
5 Sparc stable, part of Bug #239368.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.17 dev-haskell/filepath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 15 Jul 2008 16:33:33 -0000 1.16
22 +++ ChangeLog 4 Oct 2008 19:52:29 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/filepath
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.16 2008/07/15 16:33:33 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.17 2008/10/04 19:52:29 fmccor Exp $
28 +
29 + 04 Oct 2008; Ferris McCormick <fmccor@g.o> filepath-1.1.0.0.ebuild:
30 + Sparc stable, part of Bug #239368.
31
32 15 Jul 2008; Jeroen Roovers <jer@g.o> filepath-1.1.0.0.ebuild:
33 Marked ~hppa too.
34
35
36
37 1.5 dev-haskell/filepath/filepath-1.1.0.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?r1=1.4&r2=1.5
42
43 Index: filepath-1.1.0.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- filepath-1.1.0.0.ebuild 15 Jul 2008 16:33:33 -0000 1.4
50 +++ filepath-1.1.0.0.ebuild 4 Oct 2008 19:52:29 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.4 2008/07/15 16:33:33 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.5 2008/10/04 19:52:29 fmccor Exp $
56
57 CABAL_FEATURES="haddock lib profile"
58 inherit haskell-cabal
59 @@ -11,7 +11,7 @@
60 LICENSE="BSD"
61 SLOT="0"
62
63 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86"
64 +KEYWORDS="~alpha amd64 ~hppa ~ia64 sparc x86"
65 IUSE=""
66
67 DEPEND=">=dev-lang/ghc-6.4"