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/x11: ChangeLog x11-1.1.ebuild
Date: Wed, 31 Oct 2007 13:12:14
Message-Id: E1InDMe-0007fY-NE@stork.gentoo.org
1 dcoutts 07/10/31 13:12:08
2
3 Modified: ChangeLog x11-1.1.ebuild
4 Log:
5 Drop virtual/ghc in favour of dev-lang/ghc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 dev-haskell/x11/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 25 Jul 2007 18:38:18 -0000 1.2
22 +++ ChangeLog 31 Oct 2007 13:12:08 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/x11
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.2 2007/07/25 18:38:18 dcoutts Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.3 2007/10/31 13:12:08 dcoutts Exp $
28 +
29 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> x11-1.1.ebuild:
30 + Drop virtual/ghc in favour of dev-lang/ghc
31
32 25 Jul 2007; Duncan Coutts <dcoutts@g.o> x11-1.2.ebuild,
33 x11-1.2.1.ebuild, x11-1.2.2.ebuild:
34
35
36
37 1.2 dev-haskell/x11/x11-1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?r1=1.1&r2=1.2
42
43 Index: x11-1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- x11-1.1.ebuild 9 Jul 2007 12:39:24 -0000 1.1
50 +++ x11-1.1.ebuild 31 Oct 2007 13:12:08 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v 1.1 2007/07/09 12:39:24 dcoutts Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v 1.2 2007/10/31 13:12:08 dcoutts Exp $
56
57 inherit ghc-package flag-o-matic
58
59 @@ -13,11 +13,11 @@
60 KEYWORDS="~x86 ~amd64"
61 IUSE=""
62
63 -DEPEND="=virtual/ghc-6.4*"
64 +DEPEND="=dev-lang/ghc-6.4*"
65
66 pkg_setup () {
67 ghc-package_pkg_setup
68 - if ! built_with_use virtual/ghc X; then
69 + if ! built_with_use dev-lang/ghc X; then
70 eerror "This library has to be provided by ghc."
71 eerror "Please re-emerge ghc with USE=\"X\""
72 die "dev-haskell/x11 requires ghc to be built with USE=\"X\""
73
74
75
76 --
77 gentoo-commits@g.o mailing list