Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailman: mailman-2.1.9-r1.ebuild ChangeLog mailman-2.1.9.ebuild mailman-2.1.9-r2.ebuild
Date: Thu, 31 Jan 2008 20:29:05
Message-Id: E1JKg1u-0005I6-PV@stork.gentoo.org
1 hollow 08/01/31 20:29:02
2
3 Modified: mailman-2.1.9-r1.ebuild ChangeLog
4 mailman-2.1.9.ebuild mailman-2.1.9-r2.ebuild
5 Log:
6 fix depend.apache usage wrt #208033
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.5 net-mail/mailman/mailman-2.1.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: mailman-2.1.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mailman-2.1.9-r1.ebuild 14 Sep 2007 22:06:25 -0000 1.4
23 +++ mailman-2.1.9-r1.ebuild 31 Jan 2008 20:29:02 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild,v 1.4 2007/09/14 22:06:25 hanno Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r1.ebuild,v 1.5 2008/01/31 20:29:02 hollow Exp $
30
31 inherit eutils depend.apache
32 IUSE="postfix sendmail qmail courier exim xmail"
33 @@ -77,7 +77,7 @@
34 keepdir ${VAR_PREFIX}/lists
35 keepdir ${VAR_PREFIX}/qfiles
36
37 - insinto ${APACHE2_MODULES_CONFDIR}
38 + insinto ${APACHE_MODULES_CONFDIR}
39 doins ${FILESDIR}/50_mailman.conf
40
41 dodoc ${FILESDIR}/README.gentoo
42 @@ -122,7 +122,7 @@
43 elog
44
45 elog "An example Mailman configuration file for Apache has been installed into:"
46 - elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf"
47 + elog " ${APACHE_MODULES_CONFDIR}/50_mailman.conf"
48 elog
49 elog "To enable, you will need to add \"-D MAILMAN\" to"
50 elog "/etc/conf.d/apache2."
51
52
53
54 1.105 net-mail/mailman/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/ChangeLog?rev=1.105&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/ChangeLog?rev=1.105&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/ChangeLog?r1=1.104&r2=1.105
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v
63 retrieving revision 1.104
64 retrieving revision 1.105
65 diff -u -r1.104 -r1.105
66 --- ChangeLog 22 Jan 2008 15:47:36 -0000 1.104
67 +++ ChangeLog 31 Jan 2008 20:29:02 -0000 1.105
68 @@ -1,6 +1,10 @@
69 # ChangeLog for net-mail/mailman
70 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.104 2008/01/22 15:47:36 hanno Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.105 2008/01/31 20:29:02 hollow Exp $
73 +
74 + 31 Jan 2008; Benedikt Böhm <hollow@g.o> mailman-2.1.9.ebuild,
75 + mailman-2.1.9-r1.ebuild, mailman-2.1.9-r2.ebuild:
76 + fix depend.apache usage wrt #208033
77
78 22 Jan 2008; Hanno Boeck <hanno@g.o> +files/README.gentoo-r2,
79 mailman-2.1.9-r2.ebuild:
80
81
82
83 1.11 net-mail/mailman/mailman-2.1.9.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild?rev=1.11&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild?rev=1.11&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild?r1=1.10&r2=1.11
88
89 Index: mailman-2.1.9.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v
92 retrieving revision 1.10
93 retrieving revision 1.11
94 diff -u -r1.10 -r1.11
95 --- mailman-2.1.9.ebuild 31 Jul 2007 12:26:24 -0000 1.10
96 +++ mailman-2.1.9.ebuild 31 Jan 2008 20:29:02 -0000 1.11
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2007 Gentoo Foundation
99 +# Copyright 1999-2008 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.10 2007/07/31 12:26:24 peper Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.11 2008/01/31 20:29:02 hollow Exp $
103
104 inherit eutils depend.apache
105 IUSE="postfix sendmail qmail courier exim xmail"
106 @@ -77,7 +77,7 @@
107 keepdir ${INSTALLDIR}/lists
108 keepdir ${INSTALLDIR}/qfiles
109
110 - insinto ${APACHE2_MODULES_CONFDIR}
111 + insinto ${APACHE_MODULES_CONFDIR}
112 doins ${FILESDIR}/50_mailman.conf
113
114 dodoc ${FILESDIR}/README.gentoo
115 @@ -121,7 +121,7 @@
116 elog
117
118 elog "An example Mailman configuration file for Apache has been installed into:"
119 - elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf"
120 + elog " ${APACHE_MODULES_CONFDIR}/50_mailman.conf"
121 elog
122 elog "To enable, you will need to add \"-D MAILMAN\" to"
123 elog "/etc/conf.d/apache2."
124
125
126
127 1.9 net-mail/mailman/mailman-2.1.9-r2.ebuild
128
129 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?rev=1.9&view=markup
130 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?rev=1.9&content-type=text/plain
131 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?r1=1.8&r2=1.9
132
133 Index: mailman-2.1.9-r2.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v
136 retrieving revision 1.8
137 retrieving revision 1.9
138 diff -u -r1.8 -r1.9
139 --- mailman-2.1.9-r2.ebuild 22 Jan 2008 15:47:36 -0000 1.8
140 +++ mailman-2.1.9-r2.ebuild 31 Jan 2008 20:29:02 -0000 1.9
141 @@ -1,6 +1,6 @@
142 # Copyright 1999-2008 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.8 2008/01/22 15:47:36 hanno Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.9 2008/01/31 20:29:02 hollow Exp $
146
147 inherit eutils python multilib
148
149 @@ -115,7 +115,7 @@
150 elog
151
152 elog "An example Mailman configuration file for Apache has been installed into:"
153 - elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf"
154 + elog " ${APACHE_MODULES_CONFDIR}/50_mailman.conf"
155 elog
156 elog "To enable, you will need to add \"-D MAILMAN\" to"
157 elog "/etc/conf.d/apache2."
158
159
160
161 --
162 gentoo-commits@l.g.o mailing list