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/regex-compat: ChangeLog regex-compat-0.91.ebuild
Date: Sun, 04 May 2008 12:36:54
Message-Id: E1JsdSV-00021D-WD@stork.gentoo.org
1 kolmodin 08/05/04 12:36:51
2
3 Modified: ChangeLog
4 Added: regex-compat-0.91.ebuild
5 Log:
6 Version bump dev-haskell/regex-compat to 0.91.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 dev-haskell/regex-compat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 1 Mar 2008 11:42:08 -0000 1.14
23 +++ ChangeLog 4 May 2008 12:36:51 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-haskell/regex-compat
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.14 2008/03/01 11:42:08 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.15 2008/05/04 12:36:51 kolmodin Exp $
29 +
30 +*regex-compat-0.91 (04 May 2008)
31 +
32 + 04 May 2008; Lennart Kolmodin <kolmodin@g.o>
33 + +regex-compat-0.91.ebuild:
34 + Version bump. This should work with ghc-6.8.
35
36 01 Mar 2008; Raúl Porcel <armin76@g.o>
37 regex-compat-0.71.0.1.ebuild:
38
39
40
41 1.1 dev-haskell/regex-compat/regex-compat-0.91.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild?rev=1.1&content-type=text/plain
45
46 Index: regex-compat-0.91.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/regex-compat/regex-compat-0.91.ebuild,v 1.1 2008/05/04 12:36:51 kolmodin Exp $
51
52 CABAL_FEATURES="profile haddock lib"
53 inherit haskell-cabal
54
55 DESCRIPTION="One module layer over regex-posix to replace Text.Regex"
56 HOMEPAGE="http://sourceforge.net/projects/lazy-regex"
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 ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=">=dev-lang/ghc-6.6
65 >=dev-haskell/cabal-1.2
66 >=dev-haskell/regex-base-0.93
67 >=dev-haskell/regex-posix-0.93"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list