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.14-r3.ebuild ChangeLog
Date: Thu, 03 Sep 2009 15:10:45
Message-Id: E1MjIm6-000679-Gu@stork.gentoo.org
1 dertobi123 09/09/03 20:19:18
2
3 Modified: cyrus-imapd-2.3.14-r3.ebuild ChangeLog
4 Log:
5 Fix patch
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 net-mail/cyrus-imapd/cyrus-imapd-2.3.14-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.14-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.14-r3.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.14-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: cyrus-imapd-2.3.14-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.14-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cyrus-imapd-2.3.14-r3.ebuild 3 Sep 2009 17:53:46 -0000 1.1
22 +++ cyrus-imapd-2.3.14-r3.ebuild 3 Sep 2009 20:19:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 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.14-r3.ebuild,v 1.1 2009/09/03 17:53:46 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.14-r3.ebuild,v 1.2 2009/09/03 20:19:18 dertobi123 Exp $
28
29 EAPI=1
30
31 @@ -107,7 +107,7 @@
32 # Fix prestripped binaries
33 epatch "${FILESDIR}/${PN}-strip.patch"
34
35 - epatch "${FILESDIR}/${P}-bug283596.patch"
36 + epatch "${FILESDIR}/${P}-bug283596-2.patch"
37
38 if use kolab ; then
39 EPATCH_SOURCE="${FILESDIR}/kolab/${PV}" EPATCH_SUFFIX="patch" \
40
41
42
43 1.143 net-mail/cyrus-imapd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.143&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?rev=1.143&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/cyrus-imapd/ChangeLog?r1=1.142&r2=1.143
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v
52 retrieving revision 1.142
53 retrieving revision 1.143
54 diff -u -r1.142 -r1.143
55 --- ChangeLog 3 Sep 2009 17:53:46 -0000 1.142
56 +++ ChangeLog 3 Sep 2009 20:19:18 -0000 1.143
57 @@ -1,6 +1,11 @@
58 # ChangeLog for net-mail/cyrus-imapd
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.142 2009/09/03 17:53:46 dertobi123 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.143 2009/09/03 20:19:18 dertobi123 Exp $
62 +
63 + 03 Sep 2009; Tobias Scherbaum <dertobi123@g.o>
64 + cyrus-imapd-2.3.14-r3.ebuild, +files/cyrus-imapd-2.3.14-bug283596-2.patch,
65 + -files/cyrus-imapd-2.3.14-bug283596.patch:
66 + Fix patch
67
68 *cyrus-imapd-2.3.14-r3 (03 Sep 2009)