Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-1.1.10.ebuild
Date: Wed, 02 Jul 2008 09:29:37
Message-Id: E1KDyeZ-00010i-J4@stork.gentoo.org
1 armin76 08/07/02 09:29:31
2
3 Modified: ChangeLog
4 Added: seamonkey-bin-1.1.10.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.46 www-client/seamonkey-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 26 Mar 2008 23:57:55 -0000 1.45
23 +++ ChangeLog 2 Jul 2008 09:29:31 -0000 1.46
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-client/seamonkey-bin
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.45 2008/03/26 23:57:55 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.46 2008/07/02 09:29:31 armin76 Exp $
29 +
30 +*seamonkey-bin-1.1.10 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Raúl Porcel <armin76@g.o>
33 + +seamonkey-bin-1.1.10.ebuild:
34 + Version bump
35
36 26 Mar 2008; Markus Meier <maekke@g.o> seamonkey-bin-1.1.9.ebuild:
37 amd64/x86 stable, security bug #214816
38
39
40
41 1.1 www-client/seamonkey-bin/seamonkey-bin-1.1.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: seamonkey-bin-1.1.10.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.10.ebuild,v 1.1 2008/07/02 09:29:31 armin76 Exp $
51
52 inherit eutils mozilla-launcher multilib
53
54 DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
55 SRC_URI="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PV}/seamonkey-${PV}.en-US.linux-i686.tar.gz"
56 HOMEPAGE="http://www.seamonkey-project.org/"
57 RESTRICT="strip"
58
59 KEYWORDS="-* ~amd64 ~x86"
60 SLOT="0"
61 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
62 IUSE=""
63
64 DEPEND="app-arch/unzip"
65 RDEPEND="x11-libs/libXrender
66 x11-libs/libXt
67 x11-libs/libXmu
68 x86? (
69 >=x11-libs/gtk+-2.2
70 =virtual/libstdc++-3.3
71 )
72 amd64? (
73 >=app-emulation/emul-linux-x86-baselibs-1.0
74 >=app-emulation/emul-linux-x86-gtklibs-1.0
75 app-emulation/emul-linux-x86-compat
76 )
77 >=www-client/mozilla-launcher-1.56"
78
79 S="${WORKDIR}/seamonkey"
80
81 pkg_setup() {
82 # This is a binary x86 package => ABI=x86
83 # Please keep this in future versions
84 # Danny van Dyk <kugelfang@g.o> 2005/03/26
85 has_multilib_profile && ABI="x86"
86 }
87
88 src_install() {
89 declare MOZILLA_FIVE_HOME=/opt/seamonkey
90
91 # Install seamonkey in /opt
92 dodir ${MOZILLA_FIVE_HOME%/*}
93 mv "${S}" "${D}${MOZILLA_FIVE_HOME}"
94
95 # Install /usr/bin/seamonkey-bin
96 install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME}
97
98 # Install icon and .desktop for menu entry
99 doicon "${FILESDIR}/icon/${PN}.png"
100 domenu "${FILESDIR}/icon/${PN}.desktop"
101 }
102
103 pkg_preinst() {
104 declare MOZILLA_FIVE_HOME=/opt/seamonkey
105
106 # Remove entire installed instance to prevent all kinds of
107 # problems... see bug 44772 for example
108 rm -rf "${ROOT}${MOZILLA_FIVE_HOME}"
109 }
110
111 pkg_postinst() {
112 use amd64 && einfo "NB: You just installed a 32-bit seamonkey"
113 update_mozilla_launcher_symlinks
114 }
115
116 pkg_postrm() {
117 update_mozilla_launcher_symlinks
118 }
119
120
121
122 --
123 gentoo-commits@l.g.o mailing list