Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/weave: weave-1.0_beta2.ebuild ChangeLog
Date: Fri, 01 Jan 2010 18:04:11
Message-Id: E1NQlr6-0001UZ-FP@stork.gentoo.org
1 scarabeus 10/01/01 18:04:08
2
3 Modified: weave-1.0_beta2.ebuild ChangeLog
4 Log:
5 mozilla-firefox-bin -> firefox-bin
6 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.2 www-plugins/weave/weave-1.0_beta2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild?r1=1.1&r2=1.2
14
15 Index: weave-1.0_beta2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- weave-1.0_beta2.ebuild 25 Nov 2009 20:35:36 -0000 1.1
22 +++ weave-1.0_beta2.ebuild 1 Jan 2010 18:04:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild,v 1.1 2009/11/25 20:35:36 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild,v 1.2 2010/01/01 18:04:08 scarabeus Exp $
29
30 EAPI="2"
31
32 @@ -21,7 +21,7 @@
33
34 RDEPEND="|| (
35 >=www-client/mozilla-firefox-3.5
36 - >=www-client/mozilla-firefox-bin-3.5
37 + >=www-client/firefox-bin-3.5
38 >=www-client/seamonkey-2.0_alpha3
39 >=www-client/seamonkey-bin-2.0_alpha3
40 >=mail-client/mozilla-thunderbird-3.0_beta2
41 @@ -77,10 +77,10 @@
42 xpi_install "${WORKDIR}/${xpiname}"
43 mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}"
44 fi
45 - if has_version '>=www-client/mozilla-firefox-bin-3.5'; then
46 + if has_version '>=www-client/firefox-bin-3.5'; then
47 MOZILLA_FIVE_HOME="/opt/firefox"
48 xpi_install "${WORKDIR}/${xpiname}"
49 - mozillas="$(best_version www-client/mozilla-firefox-bin) ${mozillas}"
50 + mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
51 fi
52 if has_version '>=www-client/seamonkey-2.0_alpha3'; then
53 MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"
54
55
56
57 1.2 www-plugins/weave/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/weave/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 25 Nov 2009 20:35:36 -0000 1.1
70 +++ ChangeLog 1 Jan 2010 18:04:08 -0000 1.2
71 @@ -1,6 +1,10 @@
72 # ChangeLog for www-plugins/weave
73 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.1 2009/11/25 20:35:36 volkmar Exp $
75 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.2 2010/01/01 18:04:08 scarabeus Exp $
77 +
78 + 01 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
79 + weave-1.0_beta2.ebuild:
80 + mozilla-firefox-bin -> firefox-bin
81
82 *weave-1.0_beta2 (25 Nov 2009)