Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird: mozilla-thunderbird-2.0.0.21.ebuild ChangeLog
Date: Fri, 01 May 2009 23:59:29
Message-Id: E1M02da-0004xK-PZ@stork.gentoo.org
1 nirbheek 09/05/01 23:59:26
2
3 Modified: mozilla-thunderbird-2.0.0.21.ebuild ChangeLog
4 Log:
5 Keeping the pkg_preinst is causing more problems than removing it, such as bug 268060
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.7 mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?r1=1.6&r2=1.7
14
15 Index: mozilla-thunderbird-2.0.0.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- mozilla-thunderbird-2.0.0.21.ebuild 22 Mar 2009 15:24:04 -0000 1.6
22 +++ mozilla-thunderbird-2.0.0.21.ebuild 1 May 2009 23:59:26 -0000 1.7
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/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v 1.6 2009/03/22 15:24:04 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v 1.7 2009/05/01 23:59:26 nirbheek Exp $
28
29 WANT_AUTOCONF="2.1"
30
31 @@ -185,16 +185,6 @@
32 emake || die
33 }
34
35 -pkg_preinst() {
36 - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
37 -
38 - elog "Removing old installs with some really ugly code. It potentially"
39 - elog "eliminates any problems during the install, however suggestions to"
40 - elog "replace this are highly welcome. Send comments and suggestions to"
41 - elog "mozilla@g.o."
42 - rm -rf "${ROOT}"/"${MOZILLA_FIVE_HOME}"
43 -}
44 -
45 src_install() {
46 declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
47
48
49
50
51 1.291 mail-client/mozilla-thunderbird/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.291&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.291&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?r1=1.290&r2=1.291
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v
60 retrieving revision 1.290
61 retrieving revision 1.291
62 diff -u -r1.290 -r1.291
63 --- ChangeLog 22 Mar 2009 15:24:04 -0000 1.290
64 +++ ChangeLog 1 May 2009 23:59:26 -0000 1.291
65 @@ -1,6 +1,11 @@
66 # ChangeLog for mail-client/mozilla-thunderbird
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.290 2009/03/22 15:24:04 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.291 2009/05/01 23:59:26 nirbheek Exp $
70 +
71 + 01 May 2009; Nirbheek Chauhan <nirbheek@g.o>
72 + mozilla-thunderbird-2.0.0.21:
73 + Keeping the pkg_preinst is causing more problems than removing it, such as
74 + bug 268060
75
76 22 Mar 2009; Raúl Porcel <armin76@g.o>
77 mozilla-thunderbird-2.0.0.21.ebuild: