Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/agda: agda-1.0.2.ebuild agda-1.0.2-r1.ebuild ChangeLog
Date: Wed, 31 Oct 2007 13:49:13
Message-Id: E1InDcL-0007sA-64@stork.gentoo.org
1 dcoutts 07/10/31 13:28:21
2
3 Modified: agda-1.0.2.ebuild agda-1.0.2-r1.ebuild ChangeLog
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 sci-mathematics/agda/agda-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2.ebuild?r1=1.2&r2=1.3
14
15 Index: agda-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- agda-1.0.2.ebuild 13 Jul 2007 05:28:09 -0000 1.2
22 +++ agda-1.0.2.ebuild 31 Oct 2007 13:28:20 -0000 1.3
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/sci-mathematics/agda/agda-1.0.2.ebuild,v 1.2 2007/07/13 05:28:09 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2.ebuild,v 1.3 2007/10/31 13:28:20 dcoutts Exp $
28
29 inherit autotools elisp-common
30
31 @@ -16,7 +16,7 @@
32 KEYWORDS="~x86"
33 IUSE="doc emacs"
34
35 -DEPEND="virtual/ghc
36 +DEPEND="dev-lang/ghc
37 emacs? ( virtual/emacs )
38 doc? ( dev-haskell/haddock )"
39 RDEPEND=""
40
41
42
43 1.2 sci-mathematics/agda/agda-1.0.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild?r1=1.1&r2=1.2
48
49 Index: agda-1.0.2-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- agda-1.0.2-r1.ebuild 23 Sep 2007 12:12:04 -0000 1.1
56 +++ agda-1.0.2-r1.ebuild 31 Oct 2007 13:28:20 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild,v 1.1 2007/09/23 12:12:04 opfer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-1.0.2-r1.ebuild,v 1.2 2007/10/31 13:28:20 dcoutts Exp $
62
63 inherit autotools elisp-common
64
65 @@ -16,7 +16,7 @@
66 KEYWORDS="~x86"
67 IUSE="doc emacs"
68
69 -DEPEND="virtual/ghc
70 +DEPEND="dev-lang/ghc
71 emacs? ( virtual/emacs )
72 doc? ( dev-haskell/haddock )"
73 RDEPEND=""
74
75
76
77 1.6 sci-mathematics/agda/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/ChangeLog?rev=1.6&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/ChangeLog?rev=1.6&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/agda/ChangeLog?r1=1.5&r2=1.6
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v
86 retrieving revision 1.5
87 retrieving revision 1.6
88 diff -u -r1.5 -r1.6
89 --- ChangeLog 23 Sep 2007 12:12:04 -0000 1.5
90 +++ ChangeLog 31 Oct 2007 13:28:20 -0000 1.6
91 @@ -1,6 +1,10 @@
92 # ChangeLog for sci-mathematics/agda
93 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.5 2007/09/23 12:12:04 opfer Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.6 2007/10/31 13:28:20 dcoutts Exp $
96 +
97 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> agda-1.0.2.ebuild,
98 + agda-1.0.2-r1.ebuild:
99 + Drop virtual/ghc in favour of dev-lang/ghc
100
101 *agda-1.0.2-r1 (23 Sep 2007)
102
103
104
105
106 --
107 gentoo-commits@g.o mailing list