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/filepath: filepath-1.0.ebuild ChangeLog
Date: Sun, 28 Oct 2007 12:48:30
Message-Id: E1Im7Yx-0003k5-Va@stork.gentoo.org
1 kolmodin 07/10/28 12:48:19
2
3 Modified: filepath-1.0.ebuild ChangeLog
4 Log:
5 Stricten dep of filepath-1.0 from virtual/ to dev-lang/ghc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- filepath-1.0.ebuild 23 Oct 2007 16:15:32 -0000 1.6
22 +++ filepath-1.0.ebuild 28 Oct 2007 12:48:19 -0000 1.7
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.6 2007/10/23 16:15:32 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.7 2007/10/28 12:48:19 kolmodin Exp $
28
29 CABAL_FEATURES="haddock lib profile"
30 inherit haskell-cabal
31 @@ -15,6 +15,6 @@
32 KEYWORDS="~amd64 ~hppa ~ia64 ~sparc x86"
33 IUSE=""
34
35 -DEPEND=">=virtual/ghc-6.4"
36 +DEPEND=">=dev-lang/ghc-6.4"
37
38 CABAL_CORE_LIB_GHC_PV="6.6.1"
39
40
41
42 1.7 dev-haskell/filepath/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.6&r2=1.7
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- ChangeLog 23 Oct 2007 16:15:32 -0000 1.6
55 +++ ChangeLog 28 Oct 2007 12:48:19 -0000 1.7
56 @@ -1,6 +1,11 @@
57 # ChangeLog for dev-haskell/filepath
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.6 2007/10/23 16:15:32 opfer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.7 2007/10/28 12:48:19 kolmodin Exp $
61 +
62 + 28 Oct 2007; Lennart Kolmodin <kolmodin@g.o> filepath-1.0.ebuild:
63 + Stricten dependency of virtual/ghc into dev-lang/ghc as otherwise ghc-bin
64 + was pulled in for users trying to 'emerge ghc' which then caused ghc
65 + conflict.
66
67 23 Oct 2007; Christian Faulhammer <opfer@g.o> filepath-1.0.ebuild:
68 stable x86, bug 196616
69
70
71
72 --
73 gentoo-commits@g.o mailing list