Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mailman: mailman-2.1.9-r2.ebuild
Date: Tue, 27 Nov 2007 11:31:31
Message-Id: E1Iwyew-0008Qt-Dj@stork.gentoo.org
1 hanno 07/11/27 11:31:22
2
3 Modified: mailman-2.1.9-r2.ebuild
4 Log:
5 fix .gz to .bz2 in mailman einfo
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.7 net-mail/mailman/mailman-2.1.9-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: mailman-2.1.9-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- mailman-2.1.9-r2.ebuild 26 Nov 2007 02:44:44 -0000 1.6
22 +++ mailman-2.1.9-r2.ebuild 27 Nov 2007 11:31:21 -0000 1.7
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/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.6 2007/11/26 02:44:44 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.7 2007/11/27 11:31:21 hanno Exp $
28
29 inherit eutils python multilib
30
31 @@ -107,7 +107,7 @@
32 enewgroup ${MAILGRP} ${MAILGID}
33 enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron -c "mailman"
34 elog
35 - elog "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional"
36 + elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
37 elog "Setup information, mailman will NOT run unless you follow"
38 elog "those instructions!"
39 elog
40
41
42
43 --
44 gentoo-commits@g.o mailing list