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/time: ChangeLog time-1.1.2.4.ebuild
Date: Sun, 19 Apr 2009 09:19:50
Message-Id: E1LvTBZ-00013o-Li@stork.gentoo.org
1 kolmodin 09/04/19 09:19:37
2
3 Modified: ChangeLog
4 Added: time-1.1.2.4.ebuild
5 Log:
6 Version bump dev-haskell/time
7 (Portage version: 2.1.6.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-haskell/time/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/time/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/time/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/time/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 4 Oct 2008 00:19:36 -0000 1.16
23 +++ ChangeLog 19 Apr 2009 09:19:37 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-haskell/time
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.16 2008/10/04 00:19:36 fmccor Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.17 2009/04/19 09:19:37 kolmodin Exp $
30 +
31 +*time-1.1.2.4 (19 Apr 2009)
32 +
33 + 19 Apr 2009; Lennart Kolmodin <kolmodin@g.o> +time-1.1.2.4.ebuild:
34 + Version bump.
35
36 04 Oct 2008; Ferris McCormick <fmccor@g.o> time-1.1.2.0.ebuild:
37 Sparc stable --- Bug #230919 and Bug #239368.
38
39
40
41 1.1 dev-haskell/time/time-1.1.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/time/time-1.1.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/time/time-1.1.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: time-1.1.2.4.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/time/time-1.1.2.4.ebuild,v 1.1 2009/04/19 09:19:37 kolmodin Exp $
51
52 CABAL_FEATURES="lib profile haddock"
53 inherit haskell-cabal
54
55 DESCRIPTION="A time library"
56 HOMEPAGE="http://semantic.org/TimeLib/"
57 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-lang/ghc-6.6.1
65 >=dev-haskell/cabal-1.6"
66
67 RDEPEND=">=dev-lang/ghc-6.6.1"