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
|
# ChangeLog for sys-apps/quota
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.25 2004/04/27 21:28:44 agriffis Exp $
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quota-3.06-r1.ebuild,
quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild,
quota-3.10.ebuild:
Add inherit eutils
06 Mar 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild,
quota-3.10.ebuild, files/quota.rc, files/quota.rc6:
updating init script. closes 43413
29 Jan 2004; <gustavoz@gentoo.org> quota-3.06-r2.ebuild:
stable on sparc
*quota-3.10 (14 Jan 2004)
14 Jan 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild,
quota-3.10.ebuild:
Version bumped and adding a note about services. Closes 21835
29 Dec 2003; Seemant Kulleen <seemant@gentoo.org> files/quota.rc:
typo fix in the initscript, thanks to: crazor@web.de in bug #36636
10 Dec 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r1.ebuild,
quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild,
files/quota-no-quotactl-manpage.patch:
patch to make quotactl.2 manpage not install, because sys-apps/manpages offers
a better version
23 Nov 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r2.ebuild,
quota-3.09.ebuild:
fixed IUSE line, closing bug #34145 by Johan Petersson <spock@trilithium.com>
*quota-3.09 (02 Nov 2003)
02 Nov 2003; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild:
Version bumped. Closes #32363.
*quota-3.06-r2 (28 Oct 2003)
28 Oct 2003; Martin Holzer <mholzer@gentoo.org> quota-3.06-r2.ebuild:
Adding patch to make tcpd optional. Closes #22506.
28 Oct 2003; Martin Holzer <mholzer@gentoo.org> quota-3.06-r1.ebuild,
quota-3.06.ebuild:
adding restrict nomirror
09 Sep 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r1.ebuild
quota-3.06.ebuild :
Added tcp-wrappers to DEPEND, as it is required to build. Thanks to: Simon
Arlott <sa3@macs.hw.ac.uk> in bug #26905
31 Aug 2003; Jason Wever <weeve@gentoo.org> quota-3.06-r1.ebuild:
Marked stable on sparc to fix bug #26584.
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> quota-3.06.ebuild:
Mark stable on alpha
*quota-3.06-r1 (9 Dec 2002)
05 Jan 2003; Seemant Kulleen <seemant@gentoo.org> quota-3.06-r1.ebuild :
NLS bloat reduction. The upstream configure script needs to take care of
that, though :/
9 Dec 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.06-r1.ebuild :
Added rc script from gregg@unix.net to -r1, and masked it for testing.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
3 Dec 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.03.ebuild
quota-3.04.ebuild :
Removed old ebuilds. I assumed it was safe, as none of them were keyworded
any different than 3.06, so I assumed they were obsolete. Kick me in the
nuts if I'm wrong.
*quota-3.06 (23 Aug 2002)
23 Aug 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.06.ebuild :
Partially fixed bug #6723, now installing quotatab to /etc
*quota-3.06 (16 Aug 2002)
16 Apr 2002; Joachim Blaabjerg <styx@gentoo.org> quota-3.06.ebuild :
Version bump.
*quota-3.04 (14 Apr 2002)
20 Jul 2002; Mark Guertin <gerk@gentoo.org> quota-3.04.ebuild :
Added ppc to keywords
14 Jul 2002; phoen][x <phoenix@gentoo.org> quota-3.04.ebuild :
Added LICENSE, KEYWORDS, SLOT.
14 Apr 2002; Joachim Blaabjerg <styx@SuxOS.org> quota-3.04.ebuild
Version bump.
*quota-3.03 (1 Feb 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> quota-3.03.ebuild :
Added LICENSE, KEYWORDS, SLOT.
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.
|