summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2010-10-22 14:14:34 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2010-10-22 14:14:34 -0500
commit4960a6d9b3413e8922820555be7d9b40ed8d1d6f (patch)
treeffe656be40994d35f8b4acbde0a915450c18b4c4
parentUpdate firefox dependency (diff)
downloadsattvik-4960a6d9b3413e8922820555be7d9b40ed8d1d6f.tar.gz
sattvik-4960a6d9b3413e8922820555be7d9b40ed8d1d6f.tar.bz2
sattvik-4960a6d9b3413e8922820555be7d9b40ed8d1d6f.zip
Version bump
-rw-r--r--www-plugins/flashblock/Manifest2
-rw-r--r--www-plugins/flashblock/flashblock-1.5.14.ebuild (renamed from www-plugins/flashblock/flashblock-1.5.12.ebuild)8
2 files changed, 6 insertions, 4 deletions
diff --git a/www-plugins/flashblock/Manifest b/www-plugins/flashblock/Manifest
index a849b6c..403e9bb 100644
--- a/www-plugins/flashblock/Manifest
+++ b/www-plugins/flashblock/Manifest
@@ -1,4 +1,6 @@
DIST flashblock-1.5.12.xpi 79915 RMD160 75d8ededd8f1ba4aa310e61f84da04c0fcbb1079 SHA1 af0a01f0f2a4725f2f13038fc26a32b12fe3d578 SHA256 6a242b2774cbce7f5a4dc8935d17130e5a5fbb43641b0d141df7d11434cec45f
DIST flashblock-1.5.13.xpi 91242 RMD160 f206a102123173d7c64d6caab83307df4aea7fd3 SHA1 2ed6abb820b91a9645541d35cfa8d677a349497a SHA256 cca0e565a9e3866898b66e86f1333074444098d461cec9156d792daf0f5fe58e
+DIST flashblock-1.5.14.xpi 83289 RMD160 7061a1979ec5246a51537365a89beab2bd51161c SHA1 979fd1e871b52bd458d7fcfe82d0028c2ca553d2 SHA256 a88396304e1c39c8be92f4f19baf4e77c086891868b829ba36f68c7c60328a79
EBUILD flashblock-1.5.12.ebuild 1743 RMD160 3b18e2f2e583cebb1fb52a2f0982926dd07820c8 SHA1 1f57bb22c9efec9609b08ee6446c88e997f318ab SHA256 1a209cc5c1e974d85e6cf61e195006b69f2e85d66b3bd75db7480c7463dd8d0a
EBUILD flashblock-1.5.13.ebuild 1743 RMD160 3b18e2f2e583cebb1fb52a2f0982926dd07820c8 SHA1 1f57bb22c9efec9609b08ee6446c88e997f318ab SHA256 1a209cc5c1e974d85e6cf61e195006b69f2e85d66b3bd75db7480c7463dd8d0a
+EBUILD flashblock-1.5.14.ebuild 1711 RMD160 d0eb628bef855024b6f24b9dba703efb859ab74c SHA1 dc486a3c8bbce384769dfb9f4b7cf4b27e152aec SHA256 ccdbff48c4ee24bc77c0874373041620664a719f05f1c3bc82488024dfd59b93
diff --git a/www-plugins/flashblock/flashblock-1.5.12.ebuild b/www-plugins/flashblock/flashblock-1.5.14.ebuild
index 7fcb878..dfec62f 100644
--- a/www-plugins/flashblock/flashblock-1.5.12.ebuild
+++ b/www-plugins/flashblock/flashblock-1.5.14.ebuild
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="
|| (
- >=www-client/mozilla-firefox-1.5
+ >=www-client/firefox-1.5
>=www-client/firefox-bin-1.5
>=www-client/icecat-3.5
)"
@@ -34,10 +34,10 @@ src_install() {
local MOZILLA_FIVE_HOME
mozillas=""
- if has_version '>=www-client/mozilla-firefox-1.5'; then
- MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
+ if has_version '>=www-client/firefox-1.5'; then
+ MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
xpi_install "${WORKDIR}/${P}"
- mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}"
+ mozillas="$(best_version www-client/firefox) ${mozillas}"
fi
if has_version '>=www-client/firefox-bin-1.5'; then
MOZILLA_FIVE_HOME="/opt/firefox"