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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
# ChangeLog for dev-perl/module-build
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.28 2006/01/15 11:06:43 hansmi Exp $
15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
module-build-0.26.11.ebuild:
Stable on ppc.
13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
module-build-0.26.11.ebuild:
marking sparc x86 stable
*module-build-0.26.11 (19 Jul 2005)
19 Jul 2005; Michael Cummings <mcummings@gentoo.org>
+module-build-0.26.11.ebuild:
Version bump
*module-build-0.26.10 (28 Apr 2005)
28 Apr 2005; Michael Cummings <mcummings@gentoo.org>
-module-build-0.18.ebuild, -module-build-0.19.ebuild,
-module-build-0.22.ebuild, -module-build-0.26.08.ebuild,
+module-build-0.26.10.ebuild:
Cleaning mirror
01 Apr 2005; Simon Stelling <blubb@gentoo.org> module-build-0.25.ebuild:
stable on amd64
18 Mar 2005; Aron Griffis <agriffis@gentoo.org> module-build-0.25.ebuild,
module-build-0.26.08.ebuild:
Add ia64 and ~ia64 keywords
15 Mar 2005; Michael Cummings <mcummings@gentoo.org>
module-build-0.22.ebuild, module-build-0.25.ebuild,
module-build-0.26.08.ebuild:
What a mess. I had included a dependancy for dev-perl/extutils-parsexs becaue
module-build *can* use it. But extutils-parsexs now ships with a Build.PL,
which our intelligent new eclass saw (if it ships with a Build.PL, use it) and
caused a loop of dependancy nightmares. I've removed the dependancy, and we
can revisit this later for a better bootstrapping method if needed, but right
now it is out. This should finalize the additional reports on bug 68570.
12 Mar 2005; Markus Rothe <corsair@gentoo.org> module-build-0.25.ebuild:
Stable on ppc64
*module-build-0.26.08 (11 Mar 2005)
11 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+module-build-0.26.08.ebuild:
New version, fixes some bugs, nothing that has cropped up (yet)
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> module-build-0.25.ebuild:
added ~ppc64
21 Nov 2004; Hardave Riar <hardave@gentoo.org> module-build-0.25.ebuild:
Stable on mips, bug #68570
20 Nov 2004; Daniel Black <dragonheart@gentoo.org> module-build-0.25.ebuild:
ppc stable for bug #68570
31 Oct 2004; Michael Cummings <mcummings@gentoo.org>
module-build-0.25.ebuild:
Added tests for 0.25 for platform verification
24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org>
module-build-0.25.ebuild:
Stable on alpha.
22 Oct 2004; Michael Cummings <mcummings@gentoo.org>
module-build-0.25.ebuild:
marking stable for x86 and sparc
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> module-build-0.22.ebuild:
Stable on amd64.
*module-build-0.25 (30 Jul 2004)
30 Jul 2004; Michael Cummings <mcummings@gentoo.org>
+module-build-0.25.ebuild:
New version on CPAN
05 Jun 2004; Michael Cummings <mcummings@gentoo.org>
module-build-0.22.ebuild:
fixed archive-tar dep, missing deps
26 May 2004; Bryan Østergaard <kloeri@gentoo.org> module-build-0.22.ebuild:
Stable on alpha.
05 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org>
module-build-0.19.ebuild:
Stable on sparc
*module-build-0.22 (19 Jan 2004)
19 Jan 2004; Eric Sammer <esammer@gentoo.org> module-build-0.18.ebuild,
module-build-0.19.ebuild, module-build-0.22.ebuild:
Bumped revision to 0.22. Fixes bug 38704.
20 Jul 2003; Michael Cummings <mcummings@gentoo.org>
module-build-0.19.ebuild:
missing dep on yaml
*module-build-0.19 (10 Jul 2003)
10 Jul 2003; Michael Cummings <mcummings@gentoo.org>
module-build-0.18.ebuild, module-build-0.19.ebuild:
CPAN version bump. Fixed dependancy for Archive-Tar (must be >= 1.0)
26 Jun 2003; Michael Cummings <mcummings@gentoo.org>
module-build-0.18.ebuild:
Updated this ebuild because of additions to perl-modules.eclass
*module-build-0.18 (26 Jun 2003)
26 Jun 2003; Michael Cummings <mcummings@gentoo.org>
module-build-0.18.ebuild:
module-build is a dep for alzabo; it's a new perl module installer
|