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.5.ebuild
Date: Fri, 19 Oct 2007 19:04:20
Message-Id: E1IiwyS-0001pf-O0@stork.gentoo.org
1 armin76 07/10/19 18:53:32
2
3 Modified: ChangeLog
4 Added: seamonkey-bin-1.1.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.27 www-client/seamonkey-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 17 Sep 2007 13:03:53 -0000 1.26
23 +++ ChangeLog 19 Oct 2007 18:53:32 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-client/seamonkey-bin
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.26 2007/09/17 13:03:53 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.27 2007/10/19 18:53:32 armin76 Exp $
29 +
30 +*seamonkey-bin-1.1.5 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Raúl Porcel <armin76@g.o>
33 + +seamonkey-bin-1.1.5.ebuild:
34 + Version bump
35
36 17 Sep 2007; Raúl Porcel <armin76@g.o> seamonkey-bin-1.1.4.ebuild:
37 Fix icon, bug #192426, thanks to Pacho Ramos <pacho at condmat1 dot ciencias
38
39
40
41 1.1 www-client/seamonkey-bin/seamonkey-bin-1.1.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: seamonkey-bin-1.1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.5.ebuild,v 1.1 2007/10/19 18:53:32 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.mozilla.org/projects/seamonkey/"
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@g.o mailing list