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
|
# ChangeLog for dev-perl/AxKit
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/ChangeLog,v 1.27 2004/12/29 22:51:34 ciaranm Exp $
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
26 May 2004; Bryan Østergaard <kloeri@gentoo.org> AxKit-1.6.2.ebuild:
Stable on alpha.
20 Apr 2004; Michael Cummings <mcummings@gentoo.org> AxKit-1.6.1.ebuild,
AxKit-1.6.2.ebuild:
Syntax fix to remove global scope. Thanks to Mr. Bones for the syntax
help. Closes bug 48374
16 Apr 2004; Michael Cummings <mcummings@gentoo.org> AxKit-1.5.2-r1.ebuild,
AxKit-1.6-r1.ebuild, AxKit-1.6-r2.ebuild, AxKit-1.6.1.ebuild,
AxKit-1.6.2.ebuild:
Syntax fix for newdepend, bug 29064
25 Feb 2004; Sven Blumenstein <bazik@gentoo.org> AxKit-1.6.1.ebuild:
Stable on sparc, thanks to Josh Grebe <josh@brokedown.net> for testing!
18 Jan 2004; <tuxus@gentoo.org> AxKit-1.6.2.ebuild:
Added ~mips to KEYWORDS.
*AxKit-1.6.2 (11 Aug 2003)
11 Aug 2003; Michael Cummings <mcummings@gentoo.org> AxKit-1.6.2.ebuild:
Version bump, bug fixes
http://search.cpan.org/src/MSERGEANT/AxKit-1.6.2/Changes
07 Jun 2003; <rac@gentoo.org> AxKit-1.6.1.ebuild:
Add IUSE
06 Jun 2003; <rac@gentoo.org> AxKit-1.6.1.ebuild:
Add sed-4 dependency for using sed -i
31 May 2003; Michael Cummings <mcummings@gentoo.org> AxKit-1.6.1.ebuild:
Added missing depend for XML-Parse
*AxKit-1.6.1 (28 Apr 2003)
02 May 2003; <rac@gentoo.org> AxKit-1.6.1.ebuild:
mark stable on x86
28 Apr 2003; <rac@gentoo.org> AxKit-1.6.1.ebuild:
New upstream bugfix version
*AxKit-1.6-r2 (19 Dec 2002)
19 Dec 2002; Michael Cummings <mcummings@gentoo.org>
AxKit-1.6-r2.ebuild:
This is not a fix commit. This is a correction to the deps listed in
the ebuild, namely the removal of the dups, the making http-ghttp
optional with libwww-perl as it's backup (per the Makefile.PL), and
the addition of the mod_perl dep - which it must have.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*AxKit-1.6-r1 (21 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*AxKit-1.6 (18 Aug 2002)
14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf
29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog :
forced version bump to install into correct locations
23 Oct 2002; <mcummings@gentoo.org> :
Added sparc64 to keywords. Thawed the build :)
18 Aug 2002; <mcummings@gentoo.org> AxKit-1.6.ebuild :
Added 1.6 ebuild
18 Aug 2002; Will Rogers <wjr@wam.umd.edu> AxKit-1.6.ebuild :
submitted ebuild
*AxKit-1.5.2-r1 (5 May 2002)
20 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
Updated HOMEPAGE variable since the old one moved
19 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> AxKit-1.5.2-r1.ebuild :
Added ppc to KEYWORDS. Removed illegal space characters.
5 May 2002; Seemant Kulleen <seemant@gentoo.org> AxKit-1.5.2-r1.ebuild
files/digest-AxKit-1.5.2-r1 :
Changed to use the perl-module.eclass
*AxKit-1.3 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|