diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-07-25 19:10:58 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-07-25 19:10:58 +0000 |
commit | f907df1e068cc360e002ab848f1d0f1e97879e44 (patch) | |
tree | c2b2f26e0afcd4aea7d0929c099e115f7a019220 /www-plugins | |
parent | Fix references for pkgmove from www-client/mozilla-firefox -> www-client/firefox (diff) | |
download | gentoo-2-f907df1e068cc360e002ab848f1d0f1e97879e44.tar.gz gentoo-2-f907df1e068cc360e002ab848f1d0f1e97879e44.tar.bz2 gentoo-2-f907df1e068cc360e002ab848f1d0f1e97879e44.zip |
Fix references for pkgmove from www-client/mozilla-firefox -> www-client/firefox
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/weave/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/weave/weave-1.1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/weave/ChangeLog b/www-plugins/weave/ChangeLog index d0c53e368059..e545b2aa6094 100644 --- a/www-plugins/weave/ChangeLog +++ b/www-plugins/weave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/weave # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.4 2010/04/10 14:35:18 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/ChangeLog,v 1.5 2010/07/25 19:10:58 nirbheek Exp $ + + 25 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org> weave-1.1.ebuild: + Fix references for pkgmove from www-client/mozilla-firefox -> + www-client/firefox 10 Apr 2010; Mounir Lamouri <volkmar@gentoo.org> -weave-1.0_beta2.ebuild, weave-1.1.ebuild: diff --git a/www-plugins/weave/weave-1.1.ebuild b/www-plugins/weave/weave-1.1.ebuild index 6c43d6c12ade..7cbdba5edf58 100644 --- a/www-plugins/weave/weave-1.1.ebuild +++ b/www-plugins/weave/weave-1.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.2 2010/04/10 14:35:18 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/weave/weave-1.1.ebuild,v 1.3 2010/07/25 19:10:58 nirbheek Exp $ EAPI="2" @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="|| ( - >=www-client/mozilla-firefox-3.5 + >=www-client/firefox-3.5 >=www-client/firefox-bin-3.5 >=www-client/seamonkey-2.0_alpha3 >=www-client/seamonkey-bin-2.0_alpha3 @@ -69,10 +69,10 @@ src_install() { xpi_unpack "${S}/dist/xpi/${xpiname}.xpi" # FIXME: Hard-coded MOZILLA_FIVE_HOME dirs - if has_version '>=www-client/mozilla-firefox-3.5'; then + if has_version '>=www-client/firefox-3.5'; then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" xpi_install "${WORKDIR}/${xpiname}" - mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}" + mozillas="$(best_version www-client/firefox) ${mozillas}" fi if has_version '>=www-client/firefox-bin-3.5'; then MOZILLA_FIVE_HOME="/opt/firefox" |