Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/weave: ChangeLog weave-1.1.ebuild
Date: Sun, 25 Jul 2010 19:11:00
Message-Id: 20100725191058.E640B2CE14@corvid.gentoo.org
1 nirbheek 10/07/25 19:10:58
2
3 Modified: ChangeLog weave-1.1.ebuild
4 Log:
5 Fix references for pkgmove from www-client/mozilla-firefox -> www-client/firefox
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 www-plugins/weave/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 10 Apr 2010 14:35:18 -0000 1.4
22 +++ ChangeLog 25 Jul 2010 19:10:58 -0000 1.5
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-plugins/weave
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.4 2010/04/10 14:35:18 volkmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.5 2010/07/25 19:10:58 nirbheek Exp $
28 +
29 + 25 Jul 2010; Nirbheek Chauhan <nirbheek@g.o> weave-1.1.ebuild:
30 + Fix references for pkgmove from www-client/mozilla-firefox ->
31 + www-client/firefox
32
33 10 Apr 2010; Mounir Lamouri <volkmar@g.o> -weave-1.0_beta2.ebuild,
34 weave-1.1.ebuild:
35
36
37
38 1.3 www-plugins/weave/weave-1.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/weave-1.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/weave-1.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/weave/weave-1.1.ebuild?r1=1.2&r2=1.3
43
44 Index: weave-1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- weave-1.1.ebuild 10 Apr 2010 14:35:18 -0000 1.2
51 +++ weave-1.1.ebuild 25 Jul 2010 19:10:58 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.1.ebuild,v 1.2 2010/04/10 14:35:18 volkmar Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.1.ebuild,v 1.3 2010/07/25 19:10:58 nirbheek Exp $
57
58 EAPI="2"
59
60 @@ -17,7 +17,7 @@
61 IUSE=""
62
63 RDEPEND="|| (
64 - >=www-client/mozilla-firefox-3.5
65 + >=www-client/firefox-3.5
66 >=www-client/firefox-bin-3.5
67 >=www-client/seamonkey-2.0_alpha3
68 >=www-client/seamonkey-bin-2.0_alpha3
69 @@ -69,10 +69,10 @@
70 xpi_unpack "${S}/dist/xpi/${xpiname}.xpi"
71
72 # FIXME: Hard-coded MOZILLA_FIVE_HOME dirs
73 - if has_version '>=www-client/mozilla-firefox-3.5'; then
74 + if has_version '>=www-client/firefox-3.5'; then
75 MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
76 xpi_install "${WORKDIR}/${xpiname}"
77 - mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}"
78 + mozillas="$(best_version www-client/firefox) ${mozillas}"
79 fi
80 if has_version '>=www-client/firefox-bin-3.5'; then
81 MOZILLA_FIVE_HOME="/opt/firefox"