blob: 61291f4e7b4cc5074de72e928d776ef278ad2778 (
plain)
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
|
# ChangeLog for app-admin/logrotate
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.19 2003/11/29 17:31:50 pebenito Exp $
29 Nov 2003; Chris PeBenito <pebenito@gentoo.org> logrotate-3.6.5-r1.ebuild:
Add SELinux policy RDEP.
28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> logrotate-3.6.5-r1.ebuild,
logrotate-3.6.5.ebuild, files/logrotate-3.6.5-selinux.diff.bz2:
Switch SELinux patch from old API to new API.
09 Jun 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
unmask for everyone
15 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
applied a patch from Wayne Davison to unpack in src_unpack rather than
src_compile.
14 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild:
fix typo: install logrotate.cron into /etc/cron.daily instead of /etc.
*logrotate-3.6.5-r1 (01 May 2003)
01 May 2003; <msterret@gentoo.org> logrotate-3.6.5-r1.ebuild,
files/logrotate.conf, files/logrotate.cron:
new revision of logrotate ebuild.
adds support for /etc/logrotate.d
uses sed -i
installs /etc/cron.daily/logrotate.cron and /etc/logrotate.conf by default
so logrotate does something out of the box (bug#7144)
*logrotate-3.6.5 (20 Dec 2002)
13 Apr 2003; Sascha Schwabbauer <cybersystem@gentoo.org> logrotate-3.6.5.ebuild:
Marked this as stable for x86, since it is working perfectly on three boxes.
12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> logrotate-3.6.5.ebuild:
depend on portage-r10 instead of inheriting eutils -- this fixes broken
description in emerge -s
23 Mar 2003; Joshua Brindle <method@gentoo.org> logrotate-3.6.5.ebuild:
added selinux support, thanks pebenito
23 Mar 2003; Lars Weiler <pylon@gentoo.org> logrotate-3.6.5.ebuild:
Set ppc in KEYWORDS
20 Dec 2002; Maik Schreiber <blizzy@gentoo.org> : New version.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> logrotate-3.5.9-r1.ebuild :
Added ppc to KEYWORDS.
*logrotate-3.5.9-r1 (08 Jun 2002)
08 Jun 2002; Seemant Kulleen <seemant@gentoo.org> logrotate-3.5.9-r1.ebuild,
files/digest-logrotate-3.5.9-r1:
mailx is removed from RDEPEND list, and instead a note in pkg_setup() to
inform the user to emerge mailx if they would like reports to be e-mailed.
*logrotate-3.5.9 (4 Jun 2002)
4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> logrotate-3.5.9.ebuild
files/digest-logrotate-3.5.9 :
Version bump, long needed. Also, added mailx to the DEPEND list (as
Debian has it as a required dep). Thanks to ftobin@neverending.org (Frank
Tobin) in bug #3381
*logrotate-3.3-r2 (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.
|