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/binary: ChangeLog binary-0.4.2.ebuild
Date: Sun, 04 May 2008 08:30:55
Message-Id: E1JsZcS-0000JF-KW@stork.gentoo.org
1 kolmodin 08/05/04 08:30:52
2
3 Modified: ChangeLog
4 Added: binary-0.4.2.ebuild
5 Log:
6 Version bump dev-haskell/binary to 0.4.2.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 dev-haskell/binary/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 15 Dec 2007 18:37:00 -0000 1.1
23 +++ ChangeLog 4 May 2008 08:30:52 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-haskell/binary
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.1 2007/12/15 18:37:00 dcoutts Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.2 2008/05/04 08:30:52 kolmodin Exp $
30 +
31 +*binary-0.4.2 (04 May 2008)
32 +
33 + 04 May 2008; Lennart Kolmodin <kolmodin@g.o> +binary-0.4.2.ebuild:
34 + Version bump.
35
36 *binary-0.4.1 (15 Dec 2007)
37
38
39
40
41 1.1 dev-haskell/binary/binary-0.4.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/binary/binary-0.4.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/binary/binary-0.4.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: binary-0.4.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.4.2.ebuild,v 1.1 2008/05/04 08:30:52 kolmodin Exp $
51
52 CABAL_FEATURES="lib haddock profile"
53 inherit haskell-cabal
54
55 DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
56 HOMEPAGE="http://code.haskell.org/binary/"
57 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-lang/ghc-6.4
65 >=dev-haskell/cabal-1.2"
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list