Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild
Date: Tue, 04 Dec 2007 11:17:50
Message-Id: E1IzVmb-0007Lm-9s@stork.gentoo.org
1 armin76 07/12/04 11:17:45
2
3 Modified: mozilla-sunbird-0.7.ebuild
4 Log:
5 cosmetics
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.5&r2=1.6
14
15 Index: mozilla-sunbird-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- mozilla-sunbird-0.7.ebuild 4 Dec 2007 11:07:35 -0000 1.5
22 +++ mozilla-sunbird-0.7.ebuild 4 Dec 2007 11:17:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.5 2007/12/04 11:07:35 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.6 2007/12/04 11:17:44 armin76 Exp $
28
29 WANT_AUTOCONF="2.1"
30
31 @@ -40,7 +40,7 @@
32 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
33
34 RDEPEND=">=www-client/mozilla-launcher-1.55
35 - >=dev-libs/nss-3.11.5"
36 + >=dev-libs/nss-3.11.7"
37
38 S="${WORKDIR}/mozilla"
39
40 @@ -69,7 +69,7 @@
41 fi
42 done
43 fi
44 - ewarn "Sorry, but mozilla-firefox does not support the ${LANG} LINGUA"
45 + ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
46 done
47 }
48
49 @@ -178,10 +178,10 @@
50 declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
51
52 # Most of the installation happens here
53 - dodir "${MOZILLA_FIVE_HOME}"
54 - cp -RL "${S}/dist/bin/"* "${D}${MOZILLA_FIVE_HOME}" || die "Copy of files failed"
55 - touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
56 - touch "${D}${MOZILLA_FIVE_HOME}"/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
57 + dodir ${MOZILLA_FIVE_HOME}
58 + cp -RL "${S}"/dist/bin/* "${D}"${MOZILLA_FIVE_HOME} || die "Copy of files failed"
59 + touch "${D}"${MOZILLA_FIVE_HOME}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
60 + touch "${D}"${MOZILLA_FIVE_HOME}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
61
62 linguas
63 for X in ${linguas}; do
64 @@ -192,13 +192,13 @@
65 if [[ -n ${LANG} && ${LANG} != "en" ]]; then
66 einfo "Setting default locale to ${LANG}"
67 dosed -e "s:general.useragent.locale\", \"en-US\":general.useragent.locale\", \"${LANG}\":" \
68 - "${MOZILLA_FIVE_HOME}"/defaults/pref/sunbird.js \
69 - "${MOZILLA_FIVE_HOME}"/defaults/pref/sunbird-l10n.js || \
70 + ${MOZILLA_FIVE_HOME}/defaults/pref/sunbird.js \
71 + ${MOZILLA_FIVE_HOME}/defaults/pref/sunbird-l10n.js || \
72 die "sed failed to change locale"
73 fi
74
75 # Create /usr/bin/sunbird
76 - install_mozilla_launcher_stub sunbird "${MOZILLA_FIVE_HOME}"
77 + install_mozilla_launcher_stub sunbird ${MOZILLA_FIVE_HOME}
78
79 # Install icon and .desktop for menu entry
80 if ! use bindist; then
81
82
83
84 --
85 gentoo-commits@g.o mailing list