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/filepath: ChangeLog filepath-1.1.0.0.ebuild filepath-1.1.0.2.ebuild
Date: Sat, 01 Aug 2009 15:32:56
Message-Id: E1MXGZq-0006WT-9K@stork.gentoo.org
1 kolmodin 09/08/01 15:32:54
2
3 Modified: ChangeLog filepath-1.1.0.0.ebuild
4 Added: filepath-1.1.0.2.ebuild
5 Log:
6 Version bump dev-haskell/filepath
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 dev-haskell/filepath/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 4 Oct 2008 19:52:29 -0000 1.17
23 +++ ChangeLog 1 Aug 2009 15:32:54 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-haskell/filepath
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.17 2008/10/04 19:52:29 fmccor Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.18 2009/08/01 15:32:54 kolmodin Exp $
30 +
31 +*filepath-1.1.0.2 (01 Aug 2009)
32 +
33 + 01 Aug 2009; Lennart Kolmodin <kolmodin@g.o>
34 + +filepath-1.1.0.2.ebuild:
35 + Version bump, and add ~ppc to one older version.
36
37 04 Oct 2008; Ferris McCormick <fmccor@g.o> filepath-1.1.0.0.ebuild:
38 Sparc stable, part of Bug #239368.
39
40
41
42 1.6 dev-haskell/filepath/filepath-1.1.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild?r1=1.5&r2=1.6
47
48 Index: filepath-1.1.0.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- filepath-1.1.0.0.ebuild 4 Oct 2008 19:52:29 -0000 1.5
55 +++ filepath-1.1.0.0.ebuild 1 Aug 2009 15:32:54 -0000 1.6
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.5 2008/10/04 19:52:29 fmccor Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.6 2009/08/01 15:32:54 kolmodin Exp $
61
62 CABAL_FEATURES="haddock lib profile"
63 inherit haskell-cabal
64 @@ -11,7 +11,7 @@
65 LICENSE="BSD"
66 SLOT="0"
67
68 -KEYWORDS="~alpha amd64 ~hppa ~ia64 sparc x86"
69 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
70 IUSE=""
71
72 DEPEND=">=dev-lang/ghc-6.4"
73
74
75
76 1.1 dev-haskell/filepath/filepath-1.1.0.2.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild?rev=1.1&content-type=text/plain
80
81 Index: filepath-1.1.0.2.ebuild
82 ===================================================================
83 # Copyright 1999-2009 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.1 2009/08/01 15:32:54 kolmodin Exp $
86
87 CABAL_FEATURES="lib profile haddock"
88 inherit haskell-cabal
89
90 DESCRIPTION="Library for manipulating FilePath's in a cross platform way."
91 HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/filepath/"
92 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
93
94 LICENSE="BSD"
95 SLOT="0"
96 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
97 IUSE=""
98
99 RDEPEND=">=dev-lang/ghc-6.6.1"
100 DEPEND="${RDEPEND}
101 dev-haskell/cabal"
102
103 CABAL_CORE_LIB_GHC_PV="6.10.2 6.10.3 6.10.4"