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/haskell-platform: haskell-platform-2009.2.0.2.ebuild ChangeLog
Date: Sun, 02 Aug 2009 09:24:10
Message-Id: E1MXXIV-0006LB-KK@stork.gentoo.org
1 kolmodin 09/08/02 09:24:07
2
3 Modified: ChangeLog
4 Added: haskell-platform-2009.2.0.2.ebuild
5 Log:
6 Version bump dev-haskell/haskell-platform
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-haskell/haskell-platform/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 May 2009 21:56:37 -0000 1.1
23 +++ ChangeLog 2 Aug 2009 09:24:07 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-haskell/haskell-platform
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.1 2009/05/10 21:56:37 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.2 2009/08/02 09:24:07 kolmodin Exp $
29 +
30 +*haskell-platform-2009.2.0.2 (02 Aug 2009)
31 +
32 + 02 Aug 2009; Lennart Kolmodin <kolmodin@g.o>
33 + +haskell-platform-2009.2.0.2.ebuild:
34 + Version bump.
35
36 10 May 2009; Lennart Kolmodin <kolmodin@g.o> ChangeLog:
37 Initial version.
38
39
40
41 1.1 dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haskell-platform-2009.2.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild,v 1.1 2009/08/02 09:24:07 kolmodin Exp $
51
52 # for slot dependencies
53 EAPI=1
54
55 DESCRIPTION="The Haskell Platform"
56 HOMEPAGE="http://haskell.org/haskellwiki/Haskell_Platform"
57 SRC_URI=""
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 # use gnome style of meta packages;
65 # minimum version, open range
66
67 # for the packages parsec and quickcheck we depend on SLOT="0" to not get too
68 # recent versions (quickcheck-2 and parsec-3 which behaves significantly
69 # different)
70
71 # for the regex-packages we don't want the 0.9x series, and there is currently
72 # no way in portage to specify a from-to range interval. thus, we depend on the
73 # exact version.
74
75
76 DEPEND="~dev-lang/ghc-6.10.4
77 >=dev-haskell/cabal-1.6.0.3
78 >=dev-haskell/cgi-3001.1.7.1
79 >=dev-haskell/editline-0.2.1.0
80 >=dev-haskell/fgl-5.4.2.2
81 >=dev-haskell/glut-2.1.1.2
82 >=dev-haskell/haskell-src-1.0.1.3
83 >=dev-haskell/html-1.0.1.2
84 >=dev-haskell/http-4000.0.6
85 >=dev-haskell/hunit-1.2.0.3
86 >=dev-haskell/mtl-1.1.0.2
87 >=dev-haskell/network-2.2.1.4
88 >=dev-haskell/opengl-2.2.1.1
89 >=dev-haskell/parallel-1.1.0.1
90 >=dev-haskell/parsec-2.1.0.1:0
91 >=dev-haskell/quickcheck-1.2.0.0:0
92 >=dev-haskell/stm-2.1.1.2
93 >=dev-haskell/time-1.1.2.4
94 >=dev-haskell/xhtml-3000.2.0.1
95 >=dev-haskell/zlib-0.5.0.0
96
97 >=dev-haskell/alex-2.3.1
98 >=dev-haskell/happy-1.18.4
99 >=dev-haskell/cabal-install-0.6.2
100 >=dev-haskell/haddock-2.4.2
101
102 ~dev-haskell/regex-base-0.72.0.2
103 ~dev-haskell/regex-compat-0.71.0.1
104 ~dev-haskell/regex-posix-0.72.0.3"
105
106 RDEPEND="${DEPEND}"