summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2006-10-25 16:24:40 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2006-10-25 16:24:40 +0000
commit75f576051d05dd1c3e420e229f345517bf7bb5f7 (patch)
treea0457b22154715f54347481817101611d8d6c3e0 /net-www
parentAdded a check fon -bin version for USE=dedicated even if the non-bin version ... (diff)
downloadgentoo-2-75f576051d05dd1c3e420e229f345517bf7bb5f7.tar.gz
gentoo-2-75f576051d05dd1c3e420e229f345517bf7bb5f7.tar.bz2
gentoo-2-75f576051d05dd1c3e420e229f345517bf7bb5f7.zip
drop'd dep of mozilla due to security flaws see bug #137665
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mplayerplug-in/ChangeLog6
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild15
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild15
3 files changed, 15 insertions, 21 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog
index 4db84d32e9ef..b93e1c314c4d 100644
--- a/net-www/mplayerplug-in/ChangeLog
+++ b/net-www/mplayerplug-in/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mplayerplug-in
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.77 2006/10/06 22:02:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.78 2006/10/25 16:24:40 gothgirl Exp $
+
+ 25 Oct 2006; gothgirl <gothgirl@gentoo.org> mplayerplug-in-3.21.ebuild,
+ mplayerplug-in-3.25.ebuild:
+ drop'd dep of mozilla due to security flaws see bug #137665
06 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
mplayerplug-in-3.31-r1.ebuild:
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild
index be716521b88a..a71c24d92c07 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.21.ebuild,v 1.9 2006/07/03 03:46:36 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild,v 1.10 2006/10/25 16:24:40 gothgirl Exp $
inherit eutils multilib nsplugins
@@ -11,13 +11,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 -hppa ia64 ppc sparc x86"
-IUSE="gecko-sdk gtk"
+IUSE="gtk"
DEPEND=">=media-video/mplayer-1.0_pre5
- gecko-sdk? ( net-libs/gecko-sdk )
- !gecko-sdk? ( || ( >=www-client/mozilla-1.6
- www-client/mozilla-firefox
- www-client/seamonkey ) )
+ || ( www-client/mozilla-firefox
+ www-client/seamonkey
+ )
|| ( ( x11-libs/libXpm
x11-proto/xextproto
)
@@ -41,10 +40,6 @@ src_unpack() {
src_compile() {
local myconf
- if use gecko-sdk; then
- myconf="${myconf} --with-gecko-sdk=/usr/$(get_libdir)/gecko-sdk"
- fi
-
# We force gtk2 now because moz only compiles against gtk2
if use gtk; then
myconf="${myconf} --enable-gtk2"
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild
index 3e33c4d9129c..bfb91fa17378 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.25.ebuild,v 1.2 2006/05/04 09:43:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild,v 1.3 2006/10/25 16:24:40 gothgirl Exp $
inherit eutils multilib nsplugins
@@ -11,13 +11,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 -hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="gecko-sdk gtk"
+IUSE="gtk"
DEPEND=">=media-video/mplayer-1.0_pre5
- gecko-sdk? ( net-libs/gecko-sdk )
- !gecko-sdk? ( || ( >=www-client/mozilla-1.6
- www-client/mozilla-firefox
- www-client/seamonkey ) )
+ || ( www-client/mozilla-firefox
+ www-client/seamonkey
+ )
|| ( ( x11-libs/libXpm
x11-proto/xextproto
)
@@ -41,10 +40,6 @@ src_unpack() {
src_compile() {
local myconf
- if use gecko-sdk; then
- myconf="${myconf} --with-gecko-sdk=/usr/$(get_libdir)/gecko-sdk"
- fi
-
# We force gtk2 now because moz only compiles against gtk2
if use gtk; then
myconf="${myconf} --enable-gtk2"