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
123
124
125
126
127
128
|
# ChangeLog for app-doc/doxygen
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.25 2004/01/12 21:08:16 nerdboy Exp $
12 Jan 2004; <nerdboy@gentoo.org> doxygen-1.2.15-r1.ebuild,
doxygen-1.2.16.ebuild, doxygen-1.2.18.ebuild, doxygen-1.3.2.ebuild,
doxygen-1.3.3.ebuild, doxygen-1.3.4.ebuild, doxygen-1.3.5.ebuild,
doxygen-1.3.ebuild, files/doxygen-1.2.15-r1.diff,
files/doxygen-1.2.16-gentoo.diff:
bumped 1.3.5 to x86, fixed headers, and removed old ebuilds
09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> doxygen-1.3.2.ebuild,
doxygen-1.3.3.ebuild, doxygen-1.3.4.ebuild, doxygen-1.3.5.ebuild,
doxygen-1.3.ebuild:
changed app-text/ghostscript to virtual/ghostscript
*doxygen-1.3.5 (06 Dec 2003)
06 Dec 2003; <nerdboy@gentoo.org> doxygen-1.3.4.ebuild,
doxygen-1.3.5.ebuild:
bump 1.3.4 to x86 and add 1.3.5 ~x86
16 Nov 2003; Brad House <brad_mssw@gentoo.org> doxygen-1.3.4.ebuild:
mark stable on amd64
27 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> doxygen-1.3.2.ebuild,
doxygen-1.3.3.ebuild, doxygen-1.3.4.ebuild, doxygen-1.3.ebuild:
Changed app-text/tetex to virtual/tetex. See Bug #32063.
*doxygen-1.3.4 (20 Oct 2003)
20 Oct 2003; <nerdboy@gentoo.org> doxygen-1.3.4.ebuild, metadata.xml:
version bump to latest stable release, added to dev-tools herd
16 Oct 2003; Aron Griffis <agriffis@gentoo.org> doxygen-1.3.3.ebuild:
Stable on alpha
*doxygen-1.3.3 (02 Sep 2003)
02 Sep 2003; Patrick Kursawe <phosphan@gentoo.org> doxygen-1.3.3.ebuild,
doxygen-1.3.ebuild,doxygen-1.3.2.ebuild:
Added ghostscript to DEPENDs because of bug 26987; Version bump.
*doxygen-1.3.2 (14 Jul 2003)
14 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> doxygen-1.3.2.ebuild:
Version bump as requested in bug 24292
01 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> doxygen-1.3.ebuild:
Bug was not yet dead, had to add one more "addwrite" line
30 Jun 2003; Patrick Kursawe <phosphan@gentoo.org> doxygen-1.3.ebuild:
Installing docs requires more write permissions, fixed bug 23738
17 Jun 2003; Will Woods <wwoods@gentoo.org> doxygen-1.2.18.ebuild,
doxygen-1.3.ebuild:
Added alpha/~alpha to KEYWORDS
19 May 2003; Grant Goodyear <g2boojum@gentoo.org> doxygen-1.3.ebuild:
Sed-fu to make configure work w/ install from either coreutils or fileutils
*doxygen-1.3 (15 Apr 2003)
15 Apr 2003; Jyrki Muukkonen <jyrki@kruu.org> doxygen-1.3.ebuild:
- Version bump, ~x86 ~ppc and ~sparc keywords.
- Updated description
- Added IUSE="doc qt". With "doc" it builds the HTML and PDF versions of
the manual, and hence depends on app-text/tetex. HTML version needs latex
for generating some bitmap formulas and PDF version uses pdftex. Tested
with tetex-1.0.7-r12 and tetex-2.0.2
- Change \setlength{\footrulewidth} to \renewcommand{\footrulewidth} in
doxygen_manual.tex to make it work with tetex-2.x also. Looks like it
works with tetex-1.x too.
- Simplified the tmake.conf sed(1) hack and ./configure options.
- Also made the actual compiling use emake instead of make.
- And applied by wmertens@gentoo.org, who also added a sandbox violation
fix for the docs.
*doxygen-1.2.18 (13 Oct 2002)
06 Apr 2003; Jason Wever <weeve@gentoo.org> doxygen-1.2.18.ebuild:
Changed ~sparc keyword to sparc.
19 Mar 2003; Jason Wever <weeve@gentoo.org> doxygen-1.2.18.ebuild:
Added ~sparc to keywords.
13 Oct 2002; Phil Bordelon <sunflare@gentoo.org> doxygen-1.2.18.ebuild :
Version bump, along with some added fixes provided by CJ Kucera
<pez@apocalyptech.com> in Bug 7353.
*doxygen-1.2.16 (08 Jul 2002)
08 Jul 2002; Phil Bordelon <sunflare@gentoo.org> doxygen-1.2.15.ebuild doxygen-1.2.15-r1.ebuild doxygen-1.2.16.ebuild :
Did a version bump. Also lintool'd and repoman'd the ebuild so that
it matches modern form. Added KEYWORDs and SLOTs to the old ebuilds
as well.
*doxygen-1.2.15-r1 (11 May 2002)
11 Jun 2002; Wout Mertens <wmertens@gentoo.org>:
Changed qt dependency syntax so Portage wouldn't get weird dependency
problems. Builds fine with qt3.
02 Jun 2002; Wout Mertens <wmertens@gentoo.org>:
Changed ebuild to depend on graphvis as per bug #3320.
While I was at it, changed it so lintool was happy. Therefore, the Author
field was removed, and copied to here:
Author Sean Mitchell <sean@arawak.on.ca>, updated Tom von Schwerdtner
<tvon@etria.org>
11 May 2002; pvdabeel <pvdabeel@gentoo.org> ChangeLog :
Doxygen compiles and runs perfectly with qt3 too. Both qt2 and qt3
are supported by the ebuild now
*doxygen-1.2.15 (17 Apr 2002)
17 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
Copied 1.2.13.1 ebuild over for 1.2.15 (#1786)
*doxygen-1.2.13.1 (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.
|