Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.7.2.ebuild
Date: Wed, 30 Sep 2009 09:04:22
Message-Id: E1Msv6h-0000lp-Uw@stork.gentoo.org
1 fauli 09/09/30 09:04:19
2
3 Modified: ChangeLog claws-mail-3.7.2.ebuild
4 Log:
5 remove spurious elog message now that the script is gone
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.137 mail-client/claws-mail/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.137&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.137&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.136&r2=1.137
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
18 retrieving revision 1.136
19 retrieving revision 1.137
20 diff -u -r1.136 -r1.137
21 --- ChangeLog 30 Sep 2009 08:59:55 -0000 1.136
22 +++ ChangeLog 30 Sep 2009 09:04:19 -0000 1.137
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-client/claws-mail
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.136 2009/09/30 08:59:55 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.137 2009/09/30 09:04:19 fauli Exp $
28 +
29 + 30 Sep 2009; Christian Faulhammer <fauli@g.o>
30 + claws-mail-3.7.2.ebuild:
31 + remove spurious elog message now that the script is gone
32
33 30 Sep 2009; Christian Faulhammer <fauli@g.o>
34 -files/plugins-rebuild.sh:
35
36
37
38 1.11 mail-client/claws-mail/claws-mail-3.7.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild?r1=1.10&r2=1.11
43
44 Index: claws-mail-3.7.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- claws-mail-3.7.2.ebuild 6 Sep 2009 20:38:34 -0000 1.10
51 +++ claws-mail-3.7.2.ebuild 30 Sep 2009 09:04:19 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild,v 1.10 2009/09/06 20:38:34 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild,v 1.11 2009/09/30 09:04:19 fauli Exp $
57
58 inherit eutils multilib
59
60 @@ -162,15 +162,6 @@
61 done
62 elog
63 fi
64 - if [ -n "${RENAME_PLUGINS}${UPDATE_PLUGINS}" ]; then
65 - elog
66 - elog "You can use"
67 - elog " /bin/bash ${FILESDIR}/plugins-rebuild.sh"
68 - elog "to automatically handle this."
69 - elog
70 - epause 5
71 - ebeep 3
72 - fi
73 }
74
75 pkg_postrm() {