Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/cyrus-imspd: cyrus-imspd-1.8.ebuild ChangeLog
Date: Fri, 05 Oct 2007 13:21:26
Message-Id: E1IdmyN-0004bt-Oq@stork.gentoo.org
1 opfer 07/10/05 13:12:07
2
3 Modified: cyrus-imspd-1.8.ebuild ChangeLog
4 Log:
5 fixes proposed by jakub: RDEPEND -> DEPEND; econf dies on its own; docert in pkg_postinst instead of src_install
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.4 net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?r1=1.3&r2=1.4
14
15 Index: cyrus-imspd-1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- cyrus-imspd-1.8.ebuild 5 Oct 2007 13:02:49 -0000 1.3
22 +++ cyrus-imspd-1.8.ebuild 5 Oct 2007 13:12:07 -0000 1.4
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-imspd/cyrus-imspd-1.8.ebuild,v 1.3 2007/10/05 13:02:49 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild,v 1.4 2007/10/05 13:12:07 opfer Exp $
28
29 inherit eutils ssl-cert
30
31 @@ -13,15 +13,13 @@
32 KEYWORDS="~x86"
33 IUSE="kerberos ldap ssl"
34
35 -RDEPEND=">=sys-libs/db-3.2
36 +DEPEND=">=sys-libs/db-3.2
37 >=dev-libs/cyrus-sasl-2.1.3
38 >=dev-libs/cyrus-imap-dev-2.1.14
39 kerberos? ( virtual/krb5 )
40 ldap? ( >=net-nds/openldap-2.0 )
41 ssl? ( >=net-misc/stunnel-4 )"
42
43 -DEPEND="${RDEPEND}"
44 -
45 S="${WORKDIR}/${PN}-v${PV}"
46
47 src_unpack() {
48 @@ -41,8 +39,7 @@
49 $(use_with ldap ldap ldap) \
50 $(use_enable kerberos gssapi) \
51 --without-krb \
52 - --with-auth=unix || \
53 - die "econf failed"
54 + --with-auth=unix
55
56 # Fix some malloc definitions
57 sed -i -e \
58 @@ -62,12 +59,15 @@
59 if use ssl ; then
60 insinto /etc/stunnel
61 newins "${FILESDIR}/stunnel.conf" imspd.conf
62 + fi
63 + dodoc README imsp/options.sample notes/*
64 +}
65
66 +pkg_postinst() {
67 + if use ssl ; then
68 dosed "s:#IMSPD_USE_SSL:IMSPD_USE_SSL:" /etc/conf.d/imspd
69 SSL_ORGANIZATION="${SSL_ORGANIZATION:-Cyrus IMSP Server}"
70 insinto /etc/ssl/imspd
71 docert server
72 fi
73 -
74 - dodoc README imsp/options.sample notes/*
75 }
76
77
78
79 1.14 net-mail/cyrus-imspd/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?rev=1.14&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?rev=1.14&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?r1=1.13&r2=1.14
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v
88 retrieving revision 1.13
89 retrieving revision 1.14
90 diff -u -r1.13 -r1.14
91 --- ChangeLog 5 Oct 2007 13:02:49 -0000 1.13
92 +++ ChangeLog 5 Oct 2007 13:12:07 -0000 1.14
93 @@ -1,6 +1,11 @@
94 # ChangeLog for net-mail/cyrus-imspd
95 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.13 2007/10/05 13:02:49 opfer Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.14 2007/10/05 13:12:07 opfer Exp $
98 +
99 + 05 Oct 2007; Christian Faulhammer <opfer@g.o>
100 + cyrus-imspd-1.8.ebuild:
101 + fixes proposed by jakub: RDEPEND -> DEPEND; econf dies on its own; docert in
102 + pkg_postinst instead of src_install
103
104 05 Oct 2007; Christian Faulhammer <opfer@g.o>
105 -files/cyrus-imspd-db4.patch, -files/cyrus-imspd-gentoo.patch,
106
107
108
109 --
110 gentoo-commits@g.o mailing list