summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-14 17:40:03 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-14 17:40:03 +0000
commit366969e5a8d224dcb5addfd65eff66caf16e9012 (patch)
treeb2f35c832d628f7d67ecc683cd91f8a8d1a4377c /net-www/mplayerplug-in
parentFix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt... (diff)
downloadgentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.tar.gz
gentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.tar.bz2
gentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.zip
Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt #213296
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www/mplayerplug-in')
-rw-r--r--net-www/mplayerplug-in/ChangeLog7
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild6
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild8
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild8
4 files changed, 17 insertions, 12 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog
index 8db36b9f2441..8fe00234981b 100644
--- a/net-www/mplayerplug-in/ChangeLog
+++ b/net-www/mplayerplug-in/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/mplayerplug-in
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.103 2008/02/21 18:16:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.104 2008/03/14 17:40:03 armin76 Exp $
+
+ 14 Mar 2008; Raúl Porcel <armin76@gentoo.org> mplayerplug-in-3.35.ebuild,
+ mplayerplug-in-3.45.ebuild, mplayerplug-in-3.50.ebuild:
+ Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0*
+ wrt #213296
21 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
mplayerplug-in-3.45.ebuild, mplayerplug-in-3.50.ebuild:
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild
index 0260813a9f6c..1ca8cb6d7e39 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild,v 1.11 2008/01/06 22:34:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.35.ebuild,v 1.12 2008/03/14 17:40:03 armin76 Exp $
inherit eutils multilib nsplugins
@@ -14,8 +14,8 @@ KEYWORDS="amd64 -hppa ppc sparc x86"
IUSE="gtk divx gmedia realmedia quicktime wmp"
DEPEND=">=media-video/mplayer-1.0_pre5
- || ( www-client/mozilla-firefox
- www-client/seamonkey
+ || ( =www-client/mozilla-firefox-2*
+ =www-client/seamonkey-1*
)
x11-libs/libXpm
x11-proto/xextproto
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild
index 6e67203cbf31..6453417f723d 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.7 2008/02/21 18:16:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.8 2008/03/14 17:40:03 armin76 Exp $
inherit eutils multilib
@@ -17,10 +17,10 @@ LANGS="da de en_US es fr hu it ja ko nb pl pt_BR nl ru se zh_CN"
for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done
DEPEND="
- || ( www-client/mozilla-firefox
- www-client/seamonkey
+ || ( =www-client/mozilla-firefox-2*
+ =www-client/seamonkey-1*
+ =net-libs/xulrunner-1.8*
www-client/epiphany
- net-libs/xulrunner
)
x11-libs/libXpm
x11-proto/xextproto
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild
index 5c95cc9064b2..fd01597a8916 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.3 2008/02/21 18:16:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.4 2008/03/14 17:40:03 armin76 Exp $
inherit eutils multilib autotools
@@ -17,10 +17,10 @@ LANGS="cs da de en_US es fr hu it ja ko nb nl pl pt_BR ru sk se tr wa zh_CN"
for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done
DEPEND="
- firefox? ( www-client/mozilla-firefox )
+ firefox? ( =www-client/mozilla-firefox-2* )
!firefox? (
- seamonkey? ( www-client/seamonkey )
- !seamonkey? ( net-libs/xulrunner )
+ seamonkey? ( =www-client/seamonkey-1* )
+ !seamonkey? ( =net-libs/xulrunner-1.8* )
)
x11-libs/libXpm
x11-proto/xextproto