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/parsec: parsec-2.1.0.0.ebuild ChangeLog parsec-2.0.ebuild
Date: Fri, 21 Dec 2007 00:23:27
Message-Id: E1J5VfY-0002KQ-6u@stork.gentoo.org
1 dcoutts 07/12/21 00:23:16
2
3 Modified: parsec-2.1.0.0.ebuild ChangeLog
4 Added: parsec-2.0.ebuild
5 Log:
6 Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it worked before when it was part of the ghc ebuild and this is just a package split so it seems ok to carry keywords over.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 dev-haskell/parsec/parsec-2.1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: parsec-2.1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- parsec-2.1.0.0.ebuild 20 Dec 2007 03:04:15 -0000 1.1
23 +++ parsec-2.1.0.0.ebuild 21 Dec 2007 00:23:15 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.1 2007/12/20 03:04:15 dcoutts Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.2 2007/12/21 00:23:15 dcoutts Exp $
29
30 CABAL_FEATURES="lib profile haddock"
31 CABAL_MIN_VERSION=1.2
32 @@ -12,7 +12,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~sparc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 IUSE=""
39
40 DEPEND=">=dev-lang/ghc-6.4"
41
42
43
44 1.2 dev-haskell/parsec/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 20 Dec 2007 03:04:15 -0000 1.1
57 +++ ChangeLog 21 Dec 2007 00:23:15 -0000 1.2
58 @@ -1,6 +1,14 @@
59 # ChangeLog for dev-haskell/parsec
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.1 2007/12/20 03:04:15 dcoutts Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.2 2007/12/21 00:23:15 dcoutts Exp $
63 +
64 +*parsec-2.0 (21 Dec 2007)
65 +
66 + 21 Dec 2007; Duncan Coutts <dcoutts@g.o> +parsec-2.0.ebuild,
67 + parsec-2.1.0.0.ebuild:
68 + Add older version that came bundles with ghc-6.6.1. Also add ~ppc because it
69 + worked before when it was part of the ghc ebuild and this is just a package
70 + split so it seems ok to carry keywords over.
71
72 *parsec-2.1.0.0 (20 Dec 2007)
73
74
75
76
77 1.1 dev-haskell/parsec/parsec-2.0.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/parsec-2.0.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/parsec/parsec-2.0.ebuild?rev=1.1&content-type=text/plain
81
82 Index: parsec-2.0.ebuild
83 ===================================================================
84 # Copyright 1999-2007 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.0.ebuild,v 1.1 2007/12/21 00:23:15 dcoutts Exp $
87
88 CABAL_FEATURES="lib profile haddock"
89 inherit haskell-cabal
90
91 DESCRIPTION="Monadic parser combinators"
92 HOMEPAGE="http://haskell.org/ghc/"
93 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
94
95 LICENSE="BSD"
96 SLOT="0"
97 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
98 IUSE=""
99
100 DEPEND=">=dev-lang/ghc-6.4
101 <dev-lang/ghc-6.8"
102
103 CABAL_CORE_LIB_GHC_PV="6.6.1"
104
105
106
107 --
108 gentoo-commits@g.o mailing list