Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/uw-imap: ChangeLog uw-imap-2007e.ebuild
Date: Sat, 07 May 2011 11:20:49
Message-Id: 20110507112037.835E920057@flycatcher.gentoo.org
1 eras 11/05/07 11:20:37
2
3 Modified: ChangeLog uw-imap-2007e.ebuild
4 Log:
5 QA fixes bug 332721. Do not block bincimap bug 290353
6
7 (Portage version: 2.1.9.47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.117 net-mail/uw-imap/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?rev=1.117&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?rev=1.117&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?r1=1.116&r2=1.117
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v
19 retrieving revision 1.116
20 retrieving revision 1.117
21 diff -u -r1.116 -r1.117
22 --- ChangeLog 19 Mar 2011 17:03:13 -0000 1.116
23 +++ ChangeLog 7 May 2011 11:20:37 -0000 1.117
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-mail/uw-imap
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.116 2011/03/19 17:03:13 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.117 2011/05/07 11:20:37 eras Exp $
29 +
30 + 07 May 2011; Eray Aslan <eras@g.o> uw-imap-2007e.ebuild,
31 + +files/uw-imap-ldflags.patch:
32 + QA fixes bug 332721. Do not block bincimap bug 290353
33
34 19 Mar 2011; Eray Aslan <eras@g.o> uw-imap-2007e.ebuild:
35 remove old style virtual/imapd
36
37
38
39 1.12 net-mail/uw-imap/uw-imap-2007e.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild?r1=1.11&r2=1.12
44
45 Index: uw-imap-2007e.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- uw-imap-2007e.ebuild 19 Mar 2011 17:03:13 -0000 1.11
52 +++ uw-imap-2007e.ebuild 7 May 2011 11:20:37 -0000 1.12
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild,v 1.11 2011/03/19 17:03:13 eras Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007e.ebuild,v 1.12 2011/05/07 11:20:37 eras Exp $
58
59 inherit eutils flag-o-matic
60
61 @@ -32,7 +32,6 @@
62 RDEPEND="${RDEPEND}
63 !net-mail/dovecot
64 !mail-mta/courier
65 - !net-mail/bincimap
66 !net-mail/courier-imap
67 !net-mail/cyrus-imapd"
68
69 @@ -75,13 +74,15 @@
70 # Apply our patch to actually build the shared library for PHP5
71 epatch "${FILESDIR}"/${PN}-2004c-amd64-so-fix.patch
72 fi
73 + epatch "${FILESDIR}/${PN}-ldflags.patch"
74
75 # Now we must make all the individual Makefiles use different CFLAGS,
76 # otherwise they would all use -fPIC
77 sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" src/dmail/Makefile \
78 src/imapd/Makefile src/ipopd/Makefile src/mailutil/Makefile \
79 src/mlock/Makefile src/mtest/Makefile src/tmail/Makefile \
80 - || die "sed failed patching Makefile CFLAGS."
81 + || die "sed failed patching Makefile FLAGS."
82 +
83 # Now there is only c-client left, which should be built with -fPIC
84 append-flags -fPIC
85
86 @@ -173,11 +174,12 @@
87 doins c-client/linkage.{c,h}
88 doins c-client/{osdep,env_unix,env,fs,ftl,nl,tcp}.h
89 dolib.a c-client/c-client.a
90 - dosym /usr/$(get_libdir)/c-client.a /usr/$(get_libdir)/libc-client.a
91 + cd "${D}"/usr/$(get_libdir)
92 + dosym c-client.a libc-client.a
93 + cd "${S}"
94
95 doman src/ipopd/ipopd.8 src/imapd/imapd.8
96 doman src/dmail/dmail.1 src/tmail/tmail.1
97 -
98 dodoc README docs/*.txt docs/CONFIG docs/RELNOTES
99
100 docinto rfc