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-bin: seamonkey-bin-2.5.ebuild ChangeLog
Date: Wed, 23 Nov 2011 23:01:10
Message-Id: 20111123230100.E48082004B@flycatcher.gentoo.org
1 polynomial-c 11/11/23 23:01:00
2
3 Modified: seamonkey-bin-2.5.ebuild ChangeLog
4 Log:
5 Use nsplugins.eclass to handle the plugins directory
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild?r1=1.1&r2=1.2
15
16 Index: seamonkey-bin-2.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- seamonkey-bin-2.5.ebuild 23 Nov 2011 08:51:19 -0000 1.1
23 +++ seamonkey-bin-2.5.ebuild 23 Nov 2011 23:01:00 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.1 2011/11/23 08:51:19 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.2 2011/11/23 23:01:00 polynomial-c Exp $
29
30 EAPI="4"
31
32 -inherit eutils mozilla-launcher multilib mozextension pax-utils
33 +inherit eutils mozilla-launcher multilib mozextension pax-utils nsplugins
34
35 LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it
36 ja lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN)
37 @@ -136,8 +136,8 @@
38 insinto /etc/revdep-rebuild
39 doins "${FILESDIR}"/10${PN} || die
40
41 - ln -sfn "/usr/$(get_libdir)/nsbrowser/plugins" \
42 - "${D}${MOZILLA_FIVE_HOME}/plugins" || die
43 + # Handle plugins dir through nsplugins.eclass
44 + share_plugins_dir
45
46 # Required in order to use plugins and even run seamonkey on hardened.
47 pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container}
48
49
50
51 1.108 www-client/seamonkey-bin/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.108&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.108&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.107&r2=1.108
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
60 retrieving revision 1.107
61 retrieving revision 1.108
62 diff -u -r1.107 -r1.108
63 --- ChangeLog 23 Nov 2011 08:51:19 -0000 1.107
64 +++ ChangeLog 23 Nov 2011 23:01:00 -0000 1.108
65 @@ -1,6 +1,9 @@
66 # ChangeLog for www-client/seamonkey-bin
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.107 2011/11/23 08:51:19 polynomial-c Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.108 2011/11/23 23:01:00 polynomial-c Exp $
70 +
71 + 23 Nov 2011; Lars Wendler <polynomial-c@g.o> seamonkey-bin-2.5.ebuild:
72 + Use nsplugins.eclass to handle the plugins directory.
73
74 *seamonkey-bin-2.5 (23 Nov 2011)