Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.0.13.ebuild ChangeLog seamonkey-2.0.14.ebuild
Date: Fri, 29 Apr 2011 10:21:02
Message-Id: 20110429102051.57C9A20054@flycatcher.gentoo.org
1 polynomial-c 11/04/29 10:20:51
2
3 Modified: seamonkey-2.0.13.ebuild ChangeLog
4 seamonkey-2.0.14.ebuild
5 Log:
6 Don't depend on crypt USE flag for addition of email mime types to .desktop file
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 www-client/seamonkey/seamonkey-2.0.13.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild?r1=1.8&r2=1.9
16
17 Index: seamonkey-2.0.13.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- seamonkey-2.0.13.ebuild 10 Apr 2011 11:22:31 -0000 1.8
24 +++ seamonkey-2.0.13.ebuild 29 Apr 2011 10:20:51 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild,v 1.8 2011/04/10 11:22:31 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.13.ebuild,v 1.9 2011/04/29 10:20:51 polynomial-c Exp $
30
31 EAPI="2"
32 WANT_AUTOCONF="2.1"
33 @@ -11,7 +11,7 @@
34 EMVER="1.0.1"
35
36 LANGS="be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja ka lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN"
37 -NOSHORTLANGS="en-GB es-AR es-ES nb-NO pt-PT sv-SE zh-CN"
38 +NOSHORTLANGS="en-GB es-AR"
39
40 MY_PV="${PV/_pre*}"
41 MY_PV="${MY_PV/_alpha/a}"
42 @@ -279,7 +279,9 @@
43 dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die
44 cd "${D}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die
45 unzip "${S}"/mozilla/dist/bin/enigmail*.xpi || die
46 + fi
47
48 + if use mailnews ; then
49 sed 's|^\(MimeType=.*\)$|\1MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;|' \
50 -i "${T}"/${PN}.desktop || die
51 sed 's|^\(Categories=.*\)$|\1Email;|' -i "${T}"/${PN}.desktop \
52 @@ -293,15 +295,15 @@
53 done
54 fi
55
56 - # Install icon and .desktop for menu entry
57 - newicon "${S}"/suite/branding/content/icon64.png seamonkey.png || die
58 - domenu "${T}"/${PN}.desktop || die
59 -
60 # Add StartupNotify=true bug 290401
61 if use startup-notification ; then
62 - echo "StartupNotify=true" >> "${D}"/usr/share/applications/seamonkey.desktop
63 + echo "StartupNotify=true" >> "${T}"/${PN}.desktop
64 fi
65
66 + # Install icon and .desktop for menu entry
67 + newicon "${S}"/suite/branding/content/icon64.png seamonkey.png || die
68 + domenu "${T}"/${PN}.desktop || die
69 +
70 # Add our default prefs
71 sed "s|SEAMONKEY_PVR|${PVR}|" "${FILESDIR}"/all-gentoo.js \
72 > "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js
73
74
75
76 1.306 www-client/seamonkey/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.306&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.306&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.305&r2=1.306
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
85 retrieving revision 1.305
86 retrieving revision 1.306
87 diff -u -r1.305 -r1.306
88 --- ChangeLog 29 Apr 2011 01:05:30 -0000 1.305
89 +++ ChangeLog 29 Apr 2011 10:20:51 -0000 1.306
90 @@ -1,6 +1,11 @@
91 # ChangeLog for www-client/seamonkey
92 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.305 2011/04/29 01:05:30 polynomial-c Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.306 2011/04/29 10:20:51 polynomial-c Exp $
95 +
96 + 29 Apr 2011; Lars Wendler <polynomial-c@g.o> seamonkey-2.0.13.ebuild,
97 + seamonkey-2.0.14.ebuild:
98 + Don't depend on crypt USE flag for addition of email mime types to .desktop
99 + file. Minor ebuild improvements.
100
101 *seamonkey-2.0.14 (29 Apr 2011)
102
103
104
105
106 1.2 www-client/seamonkey/seamonkey-2.0.14.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild?rev=1.2&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild?rev=1.2&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild?r1=1.1&r2=1.2
111
112 Index: seamonkey-2.0.14.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild,v
115 retrieving revision 1.1
116 retrieving revision 1.2
117 diff -u -r1.1 -r1.2
118 --- seamonkey-2.0.14.ebuild 29 Apr 2011 01:05:30 -0000 1.1
119 +++ seamonkey-2.0.14.ebuild 29 Apr 2011 10:20:51 -0000 1.2
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2011 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild,v 1.1 2011/04/29 01:05:30 polynomial-c Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.14.ebuild,v 1.2 2011/04/29 10:20:51 polynomial-c Exp $
125
126 EAPI="2"
127 WANT_AUTOCONF="2.1"
128 @@ -279,7 +279,9 @@
129 dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die
130 cd "${D}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die
131 unzip "${S}"/mozilla/dist/bin/enigmail*.xpi || die
132 + fi
133
134 + if use mailnews ; then
135 sed 's|^\(MimeType=.*\)$|\1MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;|' \
136 -i "${T}"/${PN}.desktop || die
137 sed 's|^\(Categories=.*\)$|\1Email;|' -i "${T}"/${PN}.desktop \
138 @@ -293,15 +295,15 @@
139 done
140 fi
141
142 - # Install icon and .desktop for menu entry
143 - newicon "${S}"/suite/branding/content/icon64.png seamonkey.png || die
144 - domenu "${T}"/${PN}.desktop || die
145 -
146 # Add StartupNotify=true bug 290401
147 if use startup-notification ; then
148 - echo "StartupNotify=true" >> "${D}"/usr/share/applications/seamonkey.desktop
149 + echo "StartupNotify=true" >> "${T}"/${PN}.desktop
150 fi
151
152 + # Install icon and .desktop for menu entry
153 + newicon "${S}"/suite/branding/content/icon64.png seamonkey.png || die
154 + domenu "${T}"/${PN}.desktop || die
155 +
156 # Add our default prefs
157 sed "s|SEAMONKEY_PVR|${PVR}|" "${FILESDIR}"/all-gentoo.js \
158 > "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js