summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-09-29 13:22:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-09-29 13:22:07 +0000
commit52caf6348a0d3d5d2004f993b52501719611f827 (patch)
treed6488d59f8dd84c67c063c8a3a7d5c0edcdb8b93 /net-www
parentFixed reference to old name (diff)
downloadhistorical-52caf6348a0d3d5d2004f993b52501719611f827.tar.gz
historical-52caf6348a0d3d5d2004f993b52501719611f827.tar.bz2
historical-52caf6348a0d3d5d2004f993b52501719611f827.zip
added a missing \ without which --with-gecko-sdk was taken to be a command, instead of a configure flag
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mplayerplug-in/ChangeLog7
-rw-r--r--net-www/mplayerplug-in/Manifest18
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild4
3 files changed, 12 insertions, 17 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog
index b0ce25962f08..3e541348dd92 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.45 2005/09/16 06:42:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.46 2005/09/29 13:22:07 seemant Exp $
+
+ 29 Sep 2005; Seemant Kulleen <seemant@gentoo.org>
+ mplayerplug-in-3.11.ebuild:
+ added a missing \ without which --with-gecko-sdk was taken to be a command,
+ instead of a configure flag
16 Sep 2005; Aron Griffis <agriffis@gentoo.org>
mplayerplug-in-2.85.ebuild:
diff --git a/net-www/mplayerplug-in/Manifest b/net-www/mplayerplug-in/Manifest
index 61a1e9041a49..635999dbb52e 100644
--- a/net-www/mplayerplug-in/Manifest
+++ b/net-www/mplayerplug-in/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2184d7fa0813c1a889168efe9b8957ba ChangeLog 7499
+MD5 3e78e4511f64625ca58f0862c69b36ad ChangeLog 7689
MD5 66c156160ef60780ee4c80a28873e766 metadata.xml 250
-MD5 dd12cc307a2fc2c00237b06a38cd20c5 mplayerplug-in-2.85.ebuild 1464
MD5 a93db3f864de724c0408dc08506f2d90 mplayerplug-in-2.80.ebuild 1458
-MD5 347780a631f30562709f90012ff48f2c mplayerplug-in-3.11.ebuild 1922
+MD5 dd12cc307a2fc2c00237b06a38cd20c5 mplayerplug-in-2.85.ebuild 1464
+MD5 57abcac20b9d0545da4d221b80bcf267 mplayerplug-in-3.11.ebuild 1925
+MD5 8642e3be6b1af51cbbf7e7790cc8ba12 files/digest-mplayerplug-in-2.80 71
MD5 c2e30e3c9bd430344299015704bc28b6 files/digest-mplayerplug-in-2.85 71
MD5 8c3b348cd7951d7c21c115f602e22f31 files/digest-mplayerplug-in-3.11 71
-MD5 8642e3be6b1af51cbbf7e7790cc8ba12 files/digest-mplayerplug-in-2.80 71
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDO5KxcsIHjyDViGQRAnwRAKDfW6CN1QLIqt3E7yjfxkrvcydgdwCfYcNf
-Rz9FK7c6X3oT+0G+2D048qw=
-=dK/Z
------END PGP SIGNATURE-----
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild
index 9aa3849933f6..458f9ba9dd32 100644
--- a/net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild
+++ b/net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.11.ebuild,v 1.1 2005/09/29 07:07:30 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.11.ebuild,v 1.2 2005/09/29 13:22:07 seemant Exp $
inherit nsplugins toolchain-funcs multilib
@@ -34,7 +34,7 @@ src_compile() {
fi
### Force gtk2 since mozilla only uses gtk2 now
- econf --enable-gtk2
+ econf --enable-gtk2 \
${myconf} || die "econf failed"
emake || die "emake failed"