summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-01 18:04:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-01 18:04:08 +0000
commit14c397c887e393ebb8b363bb7faf69d441fb8d97 (patch)
treea63e2c0aee9cdca196be0cb32b8c7140d152daff /www-plugins
parentmozilla-firefox-bin -> firefox-bin (diff)
downloadgentoo-2-14c397c887e393ebb8b363bb7faf69d441fb8d97.tar.gz
gentoo-2-14c397c887e393ebb8b363bb7faf69d441fb8d97.tar.bz2
gentoo-2-14c397c887e393ebb8b363bb7faf69d441fb8d97.zip
mozilla-firefox-bin -> firefox-bin
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/weave/ChangeLog8
-rw-r--r--www-plugins/weave/weave-1.0_beta2.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/www-plugins/weave/ChangeLog b/www-plugins/weave/ChangeLog
index db5bf4bce850..42a809ddc1a1 100644
--- a/www-plugins/weave/ChangeLog
+++ b/www-plugins/weave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/weave
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.1 2009/11/25 20:35:36 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.2 2010/01/01 18:04:08 scarabeus Exp $
+
+ 01 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ weave-1.0_beta2.ebuild:
+ mozilla-firefox-bin -> firefox-bin
*weave-1.0_beta2 (25 Nov 2009)
diff --git a/www-plugins/weave/weave-1.0_beta2.ebuild b/www-plugins/weave/weave-1.0_beta2.ebuild
index 01ab92fd20f1..f2ce4027e452 100644
--- a/www-plugins/weave/weave-1.0_beta2.ebuild
+++ b/www-plugins/weave/weave-1.0_beta2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild,v 1.1 2009/11/25 20:35:36 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.0_beta2.ebuild,v 1.2 2010/01/01 18:04:08 scarabeus Exp $
EAPI="2"
@@ -21,7 +21,7 @@ IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-3.5
- >=www-client/mozilla-firefox-bin-3.5
+ >=www-client/firefox-bin-3.5
>=www-client/seamonkey-2.0_alpha3
>=www-client/seamonkey-bin-2.0_alpha3
>=mail-client/mozilla-thunderbird-3.0_beta2
@@ -77,10 +77,10 @@ src_install() {
xpi_install "${WORKDIR}/${xpiname}"
mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}"
fi
- if has_version '>=www-client/mozilla-firefox-bin-3.5'; then
+ if has_version '>=www-client/firefox-bin-3.5'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version www-client/mozilla-firefox-bin) ${mozillas}"
+ mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
fi
if has_version '>=www-client/seamonkey-2.0_alpha3'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"