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: ChangeLog cyrus-imspd-1.8.ebuild cyrus-imspd-1.7b-r1.ebuild cyrus-imspd-1.7b.ebuild
Date: Fri, 05 Oct 2007 13:12:08
Message-Id: E1IdmpN-0004Xk-P1@stork.gentoo.org
1 opfer 07/10/05 13:02:49
2
3 Modified: ChangeLog cyrus-imspd-1.8.ebuild
4 Removed: cyrus-imspd-1.7b-r1.ebuild cyrus-imspd-1.7b.ebuild
5 Log:
6 clean up of old files;remove dependencies on automake, autotools, libtool (not needed); fix LDAP support (bug 132980); drop stable KEYWORDS by clean-up: Unsupported upstream and considererd dead
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.13 net-mail/cyrus-imspd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 22 Apr 2007 09:11:11 -0000 1.12
23 +++ ChangeLog 5 Oct 2007 13:02:49 -0000 1.13
24 @@ -1,6 +1,14 @@
25 # ChangeLog for net-mail/cyrus-imspd
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.12 2007/04/22 09:11:11 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/ChangeLog,v 1.13 2007/10/05 13:02:49 opfer Exp $
29 +
30 + 05 Oct 2007; Christian Faulhammer <opfer@g.o>
31 + -files/cyrus-imspd-db4.patch, -files/cyrus-imspd-gentoo.patch,
32 + -cyrus-imspd-1.7b.ebuild, -cyrus-imspd-1.7b-r1.ebuild,
33 + cyrus-imspd-1.8.ebuild:
34 + clean up of old files;remove dependencies on automake, autotools, libtool
35 + (not needed); fix LDAP support (bug 132980); drop stable KEYWORDS by
36 + clean-up: Unsupported upstream and considererd dead
37
38 22 Apr 2007; Andrej Kacian <ticho@g.o> cyrus-imspd-1.7b.ebuild,
39 cyrus-imspd-1.7b-r1.ebuild:
40
41
42
43 1.3 net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild?r1=1.2&r2=1.3
48
49 Index: cyrus-imspd-1.8.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- cyrus-imspd-1.8.ebuild 5 Jan 2007 07:11:30 -0000 1.2
56 +++ cyrus-imspd-1.8.ebuild 5 Oct 2007 13:02:49 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/cyrus-imspd-1.8.ebuild,v 1.2 2007/01/05 07:11:30 flameeyes Exp $
61 +# $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 $
62
63 inherit eutils ssl-cert
64
65 @@ -20,10 +20,7 @@
66 ldap? ( >=net-nds/openldap-2.0 )
67 ssl? ( >=net-misc/stunnel-4 )"
68
69 -DEPEND="${RDEPEND}
70 - >=sys-devel/autoconf-2.58
71 - sys-devel/automake
72 - sys-devel/libtool"
73 +DEPEND="${RDEPEND}"
74
75 S="${WORKDIR}/${PN}-v${PV}"
76
77 @@ -41,7 +38,7 @@
78
79 src_compile() {
80 econf \
81 - $(use_with ldap) \
82 + $(use_with ldap ldap ldap) \
83 $(use_enable kerberos gssapi) \
84 --without-krb \
85 --with-auth=unix || \
86
87
88
89 --
90 gentoo-commits@g.o mailing list