summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 17:39:29 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 17:39:29 +0000
commit3722a80b980ca9fc9abcebe80b770fdda1105673 (patch)
treee33d9b52407a136cf8e23a4d6c7ea19815cc5c84
parentstable on x86 at ciaran's request (Manifest recommit) (diff)
downloadgentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.tar.gz
gentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.tar.bz2
gentoo-2-3722a80b980ca9fc9abcebe80b770fdda1105673.zip
Fix use invocation
-rw-r--r--media-video/realone/ChangeLog7
-rw-r--r--media-video/realone/realone-1.ebuild10
-rw-r--r--media-video/transcode/ChangeLog7
-rw-r--r--media-video/transcode/transcode-0.6.10.ebuild4
-rw-r--r--media-video/transcode/transcode-0.6.11.ebuild4
-rw-r--r--media-video/transcode/transcode-0.6.12-r1.ebuild4
-rw-r--r--media-video/transcode/transcode-0.6.12.ebuild4
7 files changed, 24 insertions, 16 deletions
diff --git a/media-video/realone/ChangeLog b/media-video/realone/ChangeLog
index 10ada772ce81..1c1a46156c59 100644
--- a/media-video/realone/ChangeLog
+++ b/media-video/realone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/realone
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realone/ChangeLog,v 1.9 2003/05/22 09:08:33 liquidx Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/realone/ChangeLog,v 1.10 2004/06/09 17:36:58 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> realone-1.ebuild:
+ Fix use invocation
22 May 2003; Alastair Tse <liquidx@gentoo.org> realone-1.ebuild:
make the delay in exiting a little more robust. thanks to Chris Bainbridge
diff --git a/media-video/realone/realone-1.ebuild b/media-video/realone/realone-1.ebuild
index ed51d49c8feb..18ad097cfc46 100644
--- a/media-video/realone/realone-1.ebuild
+++ b/media-video/realone/realone-1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.11 2003/09/11 01:22:29 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.12 2004/06/09 17:36:58 agriffis Exp $
IUSE="gnome kde"
@@ -110,13 +110,13 @@ src_install() {
doins Gemini_0_1 RealMediaSDK_6_0 RealPlayer_9_0 RealShared_0_0
# KDE desktop entry
- if [ -n "`use kde`" -a -n "${KDEDIR}" ]; then
+ if [ -n "${KDEDIR}" ] && use kde; then
insinto ${KDEDIR}/${APPLNK}
doins ${FILESDIR}/realone.desktop
fi
# Gnome desktop entry
- if [ -n "`use gnome`" ]; then
+ if use gnome; then
insinto /usr/share/applications
doins ${FILESDIR}/realone.desktop
fi
@@ -134,7 +134,7 @@ pkg_postinst() {
einfo "The RealOne player has been installed into ${INS}."
einfo "You can start it by running the wrapper script 'realone'."
einfo "Netscape plugin was not installed because it is defunct."
- if [ ${KDEDIR} ]; then
+ if [ -n "${KDEDIR}" ] && useq kde; then
einfo "A KDE desktop entry for RealOne has been installed."
fi
echo
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog
index 8b9b3dffb95d..0d9e281941a7 100644
--- a/media-video/transcode/ChangeLog
+++ b/media-video/transcode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/transcode
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.66 2004/06/02 02:40:32 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.67 2004/06/09 17:39:29 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> transcode-0.6.10.ebuild,
+ transcode-0.6.11.ebuild, transcode-0.6.12-r1.ebuild,
+ transcode-0.6.12.ebuild:
+ Fix use invocation
01 Jun 2004; Travis Tilley <lv@gentoo.org> transcode-0.6.12-r1.ebuild:
stable on amd64
diff --git a/media-video/transcode/transcode-0.6.10.ebuild b/media-video/transcode/transcode-0.6.10.ebuild
index 22f08bb7e5c5..5a6095b7bc99 100644
--- a/media-video/transcode/transcode-0.6.10.ebuild
+++ b/media-video/transcode/transcode-0.6.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.10.ebuild,v 1.6 2004/02/27 19:34:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.10.ebuild,v 1.7 2004/06/09 17:39:29 agriffis Exp $
inherit libtool flag-o-matic eutils
@@ -92,7 +92,7 @@ src_compile() {
&& myconf="${myconf} --with-libmpeg3" \
|| myconf="${myconf} --without-libmpeg3"
- if [ "`use quicktime`" ]; then
+ if use quicktime; then
has_version 'media-libs/openquicktime' \
&& myconf="${myconf} --with-openqt --without-qt" \
|| myconf="${myconf} --without-openqt --with-qt"
diff --git a/media-video/transcode/transcode-0.6.11.ebuild b/media-video/transcode/transcode-0.6.11.ebuild
index 140ba370fe94..8738fb9c8acc 100644
--- a/media-video/transcode/transcode-0.6.11.ebuild
+++ b/media-video/transcode/transcode-0.6.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.11.ebuild,v 1.4 2004/02/27 19:34:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.11.ebuild,v 1.5 2004/06/09 17:39:29 agriffis Exp $
inherit libtool flag-o-matic eutils
@@ -91,7 +91,7 @@ src_compile() {
&& myconf="${myconf} --with-libmpeg3" \
|| myconf="${myconf} --without-libmpeg3"
- if [ "`use quicktime`" ]; then
+ if use quicktime; then
has_version 'media-libs/openquicktime' \
&& myconf="${myconf} --with-openqt --without-qt" \
|| myconf="${myconf} --without-openqt --with-qt"
diff --git a/media-video/transcode/transcode-0.6.12-r1.ebuild b/media-video/transcode/transcode-0.6.12-r1.ebuild
index b79ddd4bf803..6acbb8408fc9 100644
--- a/media-video/transcode/transcode-0.6.12-r1.ebuild
+++ b/media-video/transcode/transcode-0.6.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12-r1.ebuild,v 1.9 2004/06/02 02:40:32 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12-r1.ebuild,v 1.10 2004/06/09 17:39:29 agriffis Exp $
inherit libtool flag-o-matic eutils
@@ -67,7 +67,7 @@ src_compile() {
# fix invalid paths in .la files of plugins
elibtoolize
- if [ "`use quicktime`" ]; then
+ if use quicktime; then
has_version 'media-libs/openquicktime' \
&& myconf="${myconf} --with-openqt --without-qt" \
|| myconf="${myconf} --without-openqt --with-qt"
diff --git a/media-video/transcode/transcode-0.6.12.ebuild b/media-video/transcode/transcode-0.6.12.ebuild
index f1b49e584ad9..41ec12a1c0dd 100644
--- a/media-video/transcode/transcode-0.6.12.ebuild
+++ b/media-video/transcode/transcode-0.6.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12.ebuild,v 1.4 2004/02/21 23:16:01 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.12.ebuild,v 1.5 2004/06/09 17:39:29 agriffis Exp $
inherit libtool flag-o-matic eutils
@@ -59,7 +59,7 @@ src_compile() {
# fix invalid paths in .la files of plugins
elibtoolize
- if [ "`use quicktime`" ]; then
+ if use quicktime; then
has_version 'media-libs/openquicktime' \
&& myconf="${myconf} --with-openqt --without-qt" \
|| myconf="${myconf} --without-openqt --with-qt"