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
|
# ChangeLog for dev-util/subversion
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.19 2003/05/28 09:21:19 pauldv Exp $
*subversion-0.23.0 (28 May 2003)
28 May 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.23.0.ebuild:
Version bump, and add some more documentation to the docs dir.
*subversion-0.22.2 (17 May 2003)
17 May 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.22.2.ebuild:
New upstream version, and inclusion of berkdb and python useflags. For now
python bindings are never build if berkdb is not set as the bindings
unconditionally depend on python. Closes #20840 and #20842
*subversion-0.21.0-r1 (30 Apr 2003)
12 May 2003; Martin Holzer <mholzer@gentoo.org> subversion-0.10_pre1.ebuild,
subversion-0.20.1.ebuild, subversion-0.21.0-r1.ebuild,
subversion-0.21.0.ebuild:
Updated db url. Fixed typo. Closes #20812.
08 May 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.21.0-r1.ebuild:
Fix a stupid typo. Thanks to Cesar Eduardo Barros <cesarb@nitnet.com.br> for
helping in finding this.
08 May 2003; Patrick Kursawe <phosphan@gentoo.org>
subversion-0.10_pre1.ebuild:
Set -0.10_pre1 to ~arch, it seems to be quite broken. YMMV, see bug #20571.
06 May 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.21.0-r1.ebuild:
Make subversion use an allready merged db4 instead of its own
30 Apr 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.21.0-r1.ebuild:
Made subversion use libtool.eclass, cleans up things quite a bit
*subversion-0.21.0 (26 Apr 2003)
29 Apr 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.20.1.ebuild,
subversion-0.21.0.ebuild:
Fixed depends to depend on apache-2.0.45 instead of apache-2.0.44
26 Apr 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.21.0.ebuild:
New upstream version. Also do not build the apache module if the apache2 use
flag is not specified. As in this case subversion provides its own apr libs,
it actually blocks on apache2.
*subversion-0.20.1 (25 Apr 2003)
26 Apr 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.20.1.ebuild:
Fixed a small error in the config script. It did not ensure the existence of
/home/svn resulting in a failure.
25 Apr 2003; Paul de Vrieze <pauldv@gentoo.org> subversion-0.20.1.ebuild:
Added || die to the make install parts
15 Mar 2003; Martin Schlemmer <azarah@gentoo.org> subversion-0.10_pre1.ebuild :
Fix m4 depend.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*subversion-0.10_pre1 (26 Feb 2002)
29 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> subversion-0.10_pre1.ebuild :
It depends on =net-misc/neon-0.19.2 exactly. Any other version will fail.
I'm resurrecting neon-0.19.2.
26 Feb 2002; G.Bevin <gbevin@gentoo.org> subversion-0.10_pre1.ebuild,
files/digest-subversion-0.10_pre1 :
added today's snapshot
|