1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
# ChangeLog for dev-haskell/regex-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.26 2010/07/01 19:58:33 jer Exp $
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> regex-base-0.72.ebuild,
regex-base-0.72.0.2.ebuild, regex-base-0.93.1.ebuild:
Drop support for ghc and darcs.
16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
regex-base-0.72.0.1.ebuild, regex-base-0.72.0.2.ebuild:
Add ~ppc64 keyword. Tested by slyfox.
21 Feb 2010; <kolmodin@gentoo.org> regex-base-0.93.1.ebuild:
Add ~ppc64 (tested by trofi), and ~ppc that we previously had dropped.
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
regex-base-0.93.1.ebuild:
Transfer Prefix keywords
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
-regex-base-0.91.ebuild:
Remove hard masked (broken) version, didn't work with >=ghc-6.8
*regex-base-0.72.0.2 (19 Apr 2009)
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+regex-base-0.72.0.2.ebuild:
Version bump.
04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-base-0.93.1.ebuild:
alpha/ia64 stable
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
regex-base-0.72.0.1.ebuild:
Sparc stable --- Bug #230919 and Bug #239368.
15 Jul 2008; Jeroen Roovers <jer@gentoo.org> regex-base-0.72.ebuild,
regex-base-0.93.1.ebuild:
Stable for HPPA (bug #230919).
06 Jul 2008; Markus Meier <maekke@gentoo.org> regex-base-0.72.0.1.ebuild:
amd64/x86 stable, bug #230919
*regex-base-0.93.1 (04 May 2008)
04 May 2008; Lennart Kolmodin <kolmodin@gentoo.org>
+regex-base-0.93.1.ebuild:
Version bump. This version should support ghc-6.8.
01 Mar 2008; Raúl Porcel <armin76@gentoo.org> regex-base-0.72.0.1.ebuild:
Add ~alpha
01 Mar 2008; Raúl Porcel <armin76@gentoo.org> regex-base-0.91.ebuild:
Add ~alpha
*regex-base-0.72.0.1 (20 Dec 2007)
20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org>
+regex-base-0.72.0.1.ebuild:
New version. Released with ghc-6.8 but works with ghc-6.6.
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> regex-base-0.72.ebuild:
Stable for HPPA.
16 Dec 2007; nixnut <nixnut@gentoo.org> regex-base-0.72.ebuild:
Stable on ppc wrt bug 201984
12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> regex-base-0.72.ebuild:
Sparc stable --- part of Bug #201984.
26 Nov 2007; Jeroen Roovers <jer@gentoo.org> regex-base-0.91.ebuild:
Stable for HPPA (dev-lang/ghc-6.6.1).
20 Nov 2007; Ferris McCormick <fmccor@gentoo.org> regex-base-0.91.ebuild:
Add ~sparc for testing.
15 Nov 2007; Steve Dibb <beandog@gentoo.org> regex-base-0.72.ebuild:
amd64 stable, bug 196616
05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> regex-base-0.72.ebuild:
Added ~ppc and ~sparc to keywords
23 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
regex-base-0.72.ebuild:
stable x86, bug 196616
29 Aug 2007; Jeroen Roovers <jer@gentoo.org> regex-base-0.91.ebuild:
Marked ~hppa (bug #187147).
06 Aug 2007; Lennart Kolmodin <kolmodin@gentoo.org>
regex-base-0.71.ebuild, regex-base-0.72.ebuild, regex-base-0.91.ebuild:
Set ~ia64. Tested by Duncan Coutts <dcoutts@gentoo.org>.
*regex-base-0.71 (06 Aug 2007)
06 Aug 2007; Lennart Kolmodin <kolmodin@gentoo.org>
+regex-base-0.71.ebuild:
Add 0.71 too as it is bundled by GHC 6.6
*regex-base-0.91 (05 Aug 2007)
*regex-base-0.72 (05 Aug 2007)
05 Aug 2007; Lennart Kolmodin <kolmodin@gentoo.org>
+files/regex-base-0.71-0.72.patch, +metadata.xml, +regex-base-0.72.ebuild,
+regex-base-0.91.ebuild:
Initial import.
|