Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-2.0_alpha3.ebuild
Date: Sat, 02 Jan 2010 10:03:22
Message-Id: E1NR0pK-00024x-Sn@stork.gentoo.org
1 ssuominen 10/01/02 10:03:18
2
3 Modified: ChangeLog seamonkey-bin-2.0_alpha3.ebuild
4 Log:
5 Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.73 www-client/seamonkey-bin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.73&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.73&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.72&r2=1.73
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
18 retrieving revision 1.72
19 retrieving revision 1.73
20 diff -u -r1.72 -r1.73
21 --- ChangeLog 29 Sep 2009 22:23:41 -0000 1.72
22 +++ ChangeLog 2 Jan 2010 10:03:18 -0000 1.73
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-client/seamonkey-bin
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.72 2009/09/29 22:23:41 maekke Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.73 2010/01/02 10:03:18 ssuominen Exp $
29 +
30 + 02 Jan 2010; Samuli Suominen <ssuominen@g.o>
31 + seamonkey-bin-2.0_alpha3.ebuild:
32 + Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND.
33
34 29 Sep 2009; Markus Meier <maekke@g.o> seamonkey-bin-1.1.18.ebuild:
35 amd64 stable, bug #286721
36
37
38
39 1.2 www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild?r1=1.1&r2=1.2
44
45 Index: seamonkey-bin-2.0_alpha3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- seamonkey-bin-2.0_alpha3.ebuild 6 Mar 2009 16:55:36 -0000 1.1
52 +++ seamonkey-bin-2.0_alpha3.ebuild 2 Jan 2010 10:03:18 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild,v 1.1 2009/03/06 16:55:36 armin76 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0_alpha3.ebuild,v 1.2 2010/01/02 10:03:18 ssuominen Exp $
59
60 inherit eutils mozilla-launcher multilib
61
62 @@ -28,10 +28,9 @@
63 >=media-libs/alsa-lib-1.0.16
64 )
65 amd64? (
66 - >=app-emulation/emul-linux-x86-baselibs-1.0
67 - >=app-emulation/emul-linux-x86-gtklibs-1.0
68 - >=app-emulation/emul-linux-x86-soundlibs-20080418
69 - app-emulation/emul-linux-x86-compat
70 + >=app-emulation/emul-linux-x86-baselibs-20081109
71 + >=app-emulation/emul-linux-x86-gtklibs-20081109
72 + >=app-emulation/emul-linux-x86-soundlibs-20081109
73 )"
74
75 S="${WORKDIR}/seamonkey"