summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2010-07-25 23:17:35 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:45:47 +0200
commit50c336bd6e124cf527c2efa1702ca3b51e1669d1 (patch)
treea3909b641dfed3ac14bb4dd4d8c8acd94ad259d6 /eclass
parentBump accounting and flashgot (diff)
downloadmv-50c336bd6e124cf527c2efa1702ca3b51e1669d1.tar.gz
mv-50c336bd6e124cf527c2efa1702ca3b51e1669d1.tar.bz2
mv-50c336bd6e124cf527c2efa1702ca3b51e1669d1.zip
www-client/mozilla-firefox -> www-client/firefox
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mv_mozextension.eclass24
1 files changed, 12 insertions, 12 deletions
diff --git a/eclass/mv_mozextension.eclass b/eclass/mv_mozextension.eclass
index 3cffd33f..238fc19e 100644
--- a/eclass/mv_mozextension.eclass
+++ b/eclass/mv_mozextension.eclass
@@ -32,19 +32,19 @@ esac
case "${MOZILLAS}" in
*fire*)
RDEPEND="${RDEPEND}
- >=www-client/mozilla-firefox-1.5
- >=www-client/firefox-bin-1.5";;
+ >=www-client/firefox-3.6
+ >=www-client/firefox-bin-3.6";;
esac
case "${MOZILLAS}" in
*sea*)
RDEPEND="${RDEPEND}
- >=www-client/seamonkey-1.1
- >=www-client/seamonkey-bin-1.1";;
+ >=www-client/seamonkey-2
+ >=www-client/seamonkey-bin-2";;
esac
case "${MOZILLAS}" in
*ice*)
RDEPEND="${RDEPEND}
- >=www-client/icecat-3.5";;
+ >=www-client/icecat-3.6";;
esac
RDEPEND="${RDEPEND}${RDEPEND_END}"
@@ -72,12 +72,12 @@ mv_mozextension_src_install () {
INST_MOZILLAS=""
case "${MOZILLAS}" in
*fire*)
- if has_version '>=www-client/mozilla-firefox-1.5'
- then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
+ if has_version '>=www-client/firefox-3.6'
+ then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
xpi_install_dirs
- INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/mozilla-firefox)"
+ INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/firefox)"
fi
- if has_version '>=www-client/firefox-bin-1.5'
+ if has_version '>=www-client/firefox-bin-3.6'
then MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install_dirs
INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/firefox-bin)"
@@ -85,12 +85,12 @@ mv_mozextension_src_install () {
esac
case "${MOZILLAS}" in
*sea*)
- if has_version '>=www-client/seamonkey-1.1'
+ if has_version '>=www-client/seamonkey-2'
then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"
xpi_install_dirs
INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/seamonkey)"
fi
- if has_version '>=www-client/seamonkey-bin-1.1'
+ if has_version '>=www-client/seamonkey-bin-2'
then MOZILLA_FIVE_HOME="/opt/seamonkey"
xpi_install_dirs
INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/seamonkey-bin)"
@@ -98,7 +98,7 @@ mv_mozextension_src_install () {
esac
case "${MOZILLAS}" in
*ice*)
- if has_version '>=www-client/icecat-3.5'
+ if has_version '>=www-client/icecat-3.6'
then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/icecat"
xpi_install_dirs
INST_MOZILLAS="${INST_MOZILLAS} $(best_version www-client/icecat)"