Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: ChangeLog seamonkey-1.1.5.ebuild
Date: Tue, 23 Oct 2007 18:26:49
Message-Id: E1IkOSh-0006e4-5k@stork.gentoo.org
1 jer 07/10/23 18:26:43
2
3 Modified: ChangeLog seamonkey-1.1.5.ebuild
4 Log:
5 Stable for HPPA (bug #196480). Fixed quoting issues.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.92 www-client/seamonkey/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.92&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.92&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.91&r2=1.92
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
18 retrieving revision 1.91
19 retrieving revision 1.92
20 diff -u -r1.91 -r1.92
21 --- ChangeLog 23 Oct 2007 17:32:30 -0000 1.91
22 +++ ChangeLog 23 Oct 2007 18:26:42 -0000 1.92
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-client/seamonkey
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.91 2007/10/23 17:32:30 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.92 2007/10/23 18:26:42 jer Exp $
28 +
29 + 23 Oct 2007; Jeroen Roovers <jer@g.o> seamonkey-1.1.5.ebuild:
30 + Stable for HPPA (bug #196480). Fixed quoting issues.
31
32 23 Oct 2007; Markus Rothe <corsair@g.o> seamonkey-1.1.5.ebuild:
33 Stable on ppc64; bug #196480
34
35
36
37 1.8 www-client/seamonkey/seamonkey-1.1.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild?r1=1.7&r2=1.8
42
43 Index: seamonkey-1.1.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- seamonkey-1.1.5.ebuild 23 Oct 2007 17:32:30 -0000 1.7
50 +++ seamonkey-1.1.5.ebuild 23 Oct 2007 18:26:42 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild,v 1.7 2007/10/23 17:32:30 corsair Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.5.ebuild,v 1.8 2007/10/23 18:26:42 jer Exp $
56
57 WANT_AUTOCONF="2.1"
58
59 @@ -15,7 +15,7 @@
60 mirror://gentoo/${PATCH}.tar.bz2
61 crypt? ( !moznomail? ( http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz ) )"
62
63 -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd"
64 +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd"
65 SLOT="0"
66 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
67 IUSE="java ldap mozdevelop moznocompose moznoirc moznomail moznoroaming postgres crypt xforms"
68 @@ -55,15 +55,15 @@
69
70 # Unpack the enigmail plugin
71 if use crypt && ! use moznomail; then
72 - cd ${S}/mailnews/extensions || die
73 + cd "${S}"/mailnews/extensions || die
74 unpack enigmail-${EMVER}.tar.gz
75 - cd ${S}/mailnews/extensions/enigmail || die "cd failed"
76 + cd "${S}"/mailnews/extensions/enigmail || die "cd failed"
77 makemake2
78 fi
79
80 # Fix scripts that call for /usr/local/bin/perl #51916
81 ebegin "Patching smime to call perl from /usr/bin"
82 - sed -i -e '1s,usr/local/bin,usr/bin,' ${S}/security/nss/cmd/smimetools/smime
83 + sed -i -e '1s,usr/local/bin,usr/bin,' "${S}"/security/nss/cmd/smimetools/smime
84 eend $? || die "sed failed"
85
86 cd "${S}"
87 @@ -153,8 +153,8 @@
88 # to econf, but the quotes cause configure to fail.
89 sed -i -e \
90 's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \
91 - ${S}/config/autoconf.mk \
92 - ${S}/xpfe/global/buildconfig.html
93 + "${S}"/config/autoconf.mk \
94 + "${S}"/xpfe/global/buildconfig.html
95
96 # This removes extraneous CFLAGS from the Makefiles to reduce RAM
97 # requirements while compiling
98 @@ -169,7 +169,7 @@
99 ####################################
100
101 if use crypt && ! use moznomail; then
102 - emake -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed"
103 + emake -C "${S}"/mailnews/extensions/enigmail || die "make enigmail failed"
104 fi
105 }
106
107 @@ -184,20 +184,20 @@
108 # See update_chrome() in mozilla-launcher
109 keepdir ${MOZILLA_FIVE_HOME}/chrome.d
110 keepdir ${MOZILLA_FIVE_HOME}/extensions.d
111 - cp ${D}${MOZILLA_FIVE_HOME}/chrome/installed-chrome.txt \
112 - ${D}${MOZILLA_FIVE_HOME}/chrome.d/0_base-chrome.txt
113 + cp "${D}"${MOZILLA_FIVE_HOME}/chrome/installed-chrome.txt \
114 + "${D}"${MOZILLA_FIVE_HOME}/chrome.d/0_base-chrome.txt
115
116 # Create /usr/bin/seamonkey
117 install_mozilla_launcher_stub seamonkey ${MOZILLA_FIVE_HOME}
118
119 # Install icon and .desktop for menu entry
120 - doicon ${FILESDIR}/icon/${PN}.png
121 - domenu ${FILESDIR}/icon/${PN}.desktop
122 + doicon "${FILESDIR}"/icon/${PN}.png
123 + domenu "${FILESDIR}"/icon/${PN}.desktop
124
125 # Fix icons to look the same everywhere
126 insinto ${MOZILLA_FIVE_HOME}/icons
127 - doins ${S}/widget/src/gtk/mozicon16.xpm
128 - doins ${S}/widget/src/gtk/mozicon50.xpm
129 + doins "${S}"/widget/src/gtk/mozicon16.xpm
130 + doins "${S}"/widget/src/gtk/mozicon50.xpm
131
132 ####################################
133 #
134 @@ -211,7 +211,7 @@
135
136 # Fix mozilla-config and install it
137 exeinto ${MOZILLA_FIVE_HOME}
138 - doexe ${S}/build/unix/${PN}-config
139 + doexe "${S}"/build/unix/${PN}-config
140
141 # Install pkgconfig files
142 insinto /usr/"$(get_libdir)"/pkgconfig
143 @@ -219,21 +219,21 @@
144
145 # Install env.d snippet, which isn't necessary for running mozilla, but
146 # might be necessary for programs linked against firefox
147 - doenvd ${FILESDIR}/10${PN}
148 + doenvd "${FILESDIR}"/10${PN}
149 dosed "s|/usr/lib|/usr/$(get_libdir)|" /etc/env.d/10${PN}
150
151 # Install rebuild script since mozilla-bin doesn't support registration yet
152 exeinto ${MOZILLA_FIVE_HOME}
153 - doexe ${FILESDIR}/${PN}-rebuild-databases.pl
154 + doexe "${FILESDIR}"/${PN}-rebuild-databases.pl
155 dosed -e 's|/lib/|/'"$(get_libdir)"'/|g' \
156 ${MOZILLA_FIVE_HOME}/${PN}-rebuild-databases.pl
157
158 # Install docs
159 - dodoc ${S}/{LEGAL,LICENSE}
160 + dodoc "${S}"/{LEGAL,LICENSE}
161
162 # Update Google search plugin to use UTF8 charset ...
163 insinto ${MOZILLA_FIVE_HOME}/searchplugins
164 - doins ${FILESDIR}/google.src
165 + doins "${FILESDIR}"/google.src
166 }
167
168 pkg_preinst() {
169 @@ -241,7 +241,7 @@
170
171 # Remove entire installed instance to solve various problems,
172 # for example see bug 27719
173 - rm -rf ${ROOT}${MOZILLA_FIVE_HOME}
174 + rm -rf "${ROOT}"${MOZILLA_FIVE_HOME}
175 }
176
177 pkg_postinst() {
178
179
180
181 --
182 gentoo-commits@g.o mailing list