Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/xmail: xmail-1.22.ebuild ChangeLog
Date: Sun, 28 Oct 2007 14:03:34
Message-Id: E1Im8jb-0005gG-1A@stork.gentoo.org
1 phreak 07/10/28 14:03:23
2
3 Modified: xmail-1.22.ebuild ChangeLog
4 Log:
5 Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 mail-mta/xmail/xmail-1.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild?r1=1.5&r2=1.6
14
15 Index: xmail-1.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xmail-1.22.ebuild 15 Jul 2007 07:06:33 -0000 1.5
22 +++ xmail-1.22.ebuild 28 Oct 2007 14:03:22 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild,v 1.5 2007/07/15 07:06:33 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.22.ebuild,v 1.6 2007/10/28 14:03:22 phreak Exp $
28
29 inherit eutils linux-info
30
31 @@ -15,7 +15,8 @@
32
33 DEPEND="virtual/libc
34 >=sys-apps/sed-4"
35 -RDEPEND="net-firewall/iptables"
36 +RDEPEND="net-firewall/iptables
37 + virtual/logger"
38 PROVIDE="virtual/mta"
39
40 pkg_setup() {
41
42
43
44 1.24 mail-mta/xmail/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/ChangeLog?rev=1.24&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/ChangeLog?rev=1.24&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/xmail/ChangeLog?r1=1.23&r2=1.24
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/mail-mta/xmail/ChangeLog,v
53 retrieving revision 1.23
54 retrieving revision 1.24
55 diff -u -r1.23 -r1.24
56 --- ChangeLog 22 Apr 2007 09:08:35 -0000 1.23
57 +++ ChangeLog 28 Oct 2007 14:03:22 -0000 1.24
58 @@ -1,6 +1,10 @@
59 # ChangeLog for mail-mta/xmail
60 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/ChangeLog,v 1.23 2007/04/22 09:08:35 ticho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/ChangeLog,v 1.24 2007/10/28 14:03:22 phreak Exp $
63 +
64 + 28 Oct 2007; Christian Heim <phreak@g.o> xmail-1.22.ebuild:
65 + Include virtual/logger in RDEPEND, as the initscript already specifies 'need
66 + logger'.
67
68 22 Apr 2007; Andrej Kacian <ticho@g.o> xmail-1.22.ebuild:
69 Use newinitd, newconfd and doenvd. Bug #174266.
70
71
72
73 --
74 gentoo-commits@g.o mailing list