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