Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/cyrus-imapd: cyrus-imapd-2.3.9-r1.ebuild ChangeLog
Date: Sun, 09 Dec 2007 19:35:28
Message-Id: E1J1Rvs-0006M6-DZ@stork.gentoo.org
1 dertobi123 07/12/09 19:35:20
2
3 Modified: cyrus-imapd-2.3.9-r1.ebuild ChangeLog
4 Log:
5 fix install_cert
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.2 net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: cyrus-imapd-2.3.9-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cyrus-imapd-2.3.9-r1.ebuild 9 Dec 2007 19:21:45 -0000 1.1
22 +++ cyrus-imapd-2.3.9-r1.ebuild 9 Dec 2007 19:35:19 -0000 1.2
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/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v 1.1 2007/12/09 19:21:45 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9-r1.ebuild,v 1.2 2007/12/09 19:35:19 dertobi123 Exp $
28
29 inherit autotools eutils ssl-cert fixheadtails pam
30
31 @@ -220,10 +220,10 @@
32 pkg_postinst() {
33 # do not install server.{key,pem) if they are exist.
34 use ssl && {
35 - if [ ! -f "${ROOT}"/etc/ssl/cyrus/server.key ]; then
36 - dodir "${ROOT}"/etc/ssl/cyrus
37 - insinto "${ROOT}"etc/ssl/cyrus/
38 - install_cert /etc/ssl/cyrus/server
39 + if [ ! -f "${ROOT:-/}"etc/ssl/cyrus/server.key ]; then
40 + dodir "${ROOT:-/}"etc/ssl/cyrus
41 + insinto "${ROOT:-/}"etc/ssl/cyrus/
42 + install_cert "${ROOT:-/}"etc/ssl/cyrus/server
43 chown cyrus:mail "${ROOT:-/}"etc/ssl/cyrus/server.{key,pem}
44 fi
45 }
46
47
48
49 1.111 net-mail/cyrus-imapd/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.111&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.111&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?r1=1.110&r2=1.111
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v
58 retrieving revision 1.110
59 retrieving revision 1.111
60 diff -u -r1.110 -r1.111
61 --- ChangeLog 9 Dec 2007 19:21:45 -0000 1.110
62 +++ ChangeLog 9 Dec 2007 19:35:19 -0000 1.111
63 @@ -1,6 +1,10 @@
64 # ChangeLog for net-mail/cyrus-imapd
65 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.110 2007/12/09 19:21:45 dertobi123 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.111 2007/12/09 19:35:19 dertobi123 Exp $
68 +
69 + 09 Dec 2007; Tobias Scherbaum <dertobi123@g.o>
70 + cyrus-imapd-2.3.9-r1.ebuild:
71 + fix install_cert
72
73 *cyrus-imapd-2.3.9-r1 (09 Dec 2007)
74
75
76
77
78 --
79 gentoo-commits@g.o mailing list