summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libgphoto2/ChangeLog7
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild4
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild4
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.1.3.ebuild4
-rw-r--r--media-libs/libgphoto2/libgphoto2-2.1.4.ebuild4
-rw-r--r--media-libs/libvorbis/ChangeLog6
-rw-r--r--media-libs/libvorbis/libvorbis-1.0-r3.ebuild4
-rw-r--r--media-libs/libvorbis/libvorbis-1.0-r4.ebuild6
-rw-r--r--media-libs/musicbrainz/ChangeLog5
-rw-r--r--media-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild6
-rw-r--r--media-libs/smpeg/ChangeLog6
-rw-r--r--media-libs/smpeg/smpeg-0.4.4-r2.ebuild10
-rw-r--r--media-libs/smpeg/smpeg-0.4.4-r4.ebuild10
-rw-r--r--media-libs/svgalib/ChangeLog5
-rw-r--r--media-libs/svgalib/svgalib-1.9.17-r3.ebuild6
-rw-r--r--media-libs/xine-lib/ChangeLog5
-rw-r--r--media-libs/xine-lib/xine-lib-0.9.13-r3.ebuild4
17 files changed, 59 insertions, 37 deletions
diff --git a/media-libs/libgphoto2/ChangeLog b/media-libs/libgphoto2/ChangeLog
index 53a2442c9504..60a3a21c4ca4 100644
--- a/media-libs/libgphoto2/ChangeLog
+++ b/media-libs/libgphoto2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libgphoto2
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.27 2004/05/06 06:29:34 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.28 2004/06/07 22:58:59 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> libgphoto2-2.1.2-r1.ebuild,
+ libgphoto2-2.1.3-r1.ebuild, libgphoto2-2.1.3.ebuild,
+ libgphoto2-2.1.4.ebuild:
+ Fix use invocation
06 May 2004; L. Boshell <leonardop@gentoo.org> libgphoto2-2.1.4.ebuild,
files/libgphoto2-2.1.4-gcc2_fixes.patch:
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild
index f53d5f0ef30d..a9eb03aec536 100644
--- a/media-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.1.2-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-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild,v 1.11 2004/04/27 21:56:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.2-r1.ebuild,v 1.12 2004/06/07 22:58:59 agriffis Exp $
inherit libtool eutils
@@ -58,7 +58,7 @@ src_install() {
install || die "install failed"
# manually move apidocs
- if [ -n "`use doc`" ]; then
+ if use doc; then
dodir /usr/share/doc/${PF}/api
mv ${D}/usr/share/doc/libgphoto2/html/api/* ${D}/usr/share/doc/${PF}/api/
mv ${D}/usr/share/doc/libgphoto2_port/html/api/* ${D}/usr/share/doc/${PF}/api/
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild
index 23556442a794..ff1353a82f92 100644
--- a/media-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.1.3-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-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild,v 1.7 2004/04/27 21:56:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.3-r1.ebuild,v 1.8 2004/06/07 22:58:59 agriffis Exp $
inherit libtool eutils
@@ -82,7 +82,7 @@ src_install() {
install || die "install failed"
# manually move apidocs
- if [ -n "`use doc`" ]; then
+ if use doc; then
dodir /usr/share/doc/${PF}/api
mv ${D}/usr/share/doc/libgphoto2/html/api/* ${D}/usr/share/doc/${PF}/api/
mv ${D}/usr/share/doc/libgphoto2_port/html/api/* ${D}/usr/share/doc/${PF}/api/
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.3.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.3.ebuild
index 4f1c7dd80487..2721956d847d 100644
--- a/media-libs/libgphoto2/libgphoto2-2.1.3.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.1.3.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-libs/libgphoto2/libgphoto2-2.1.3.ebuild,v 1.5 2004/04/27 21:56:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.3.ebuild,v 1.6 2004/06/07 22:58:59 agriffis Exp $
inherit libtool eutils
@@ -80,7 +80,7 @@ src_install() {
install || die "install failed"
# manually move apidocs
- if [ -n "`use doc`" ]; then
+ if use doc; then
dodir /usr/share/doc/${PF}/api
mv ${D}/usr/share/doc/libgphoto2/html/api/* ${D}/usr/share/doc/${PF}/api/
mv ${D}/usr/share/doc/libgphoto2_port/html/api/* ${D}/usr/share/doc/${PF}/api/
diff --git a/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild b/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild
index 1faca221e75e..2ae0b142fc03 100644
--- a/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.1.4.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-libs/libgphoto2/libgphoto2-2.1.4.ebuild,v 1.7 2004/05/06 06:29:34 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.1.4.ebuild,v 1.8 2004/06/07 22:58:59 agriffis Exp $
inherit libtool eutils
@@ -81,7 +81,7 @@ src_install() {
install || die "install failed"
# manually move apidocs
- if [ -n "`use doc`" ]; then
+ if use doc; then
dodir /usr/share/doc/${PF}/api
mv ${D}/usr/share/doc/libgphoto2/html/api/* ${D}/usr/share/doc/${PF}/api/
mv ${D}/usr/share/doc/libgphoto2_port/html/api/* ${D}/usr/share/doc/${PF}/api/
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog
index f40fead6892b..be0f21ed1d49 100644
--- a/media-libs/libvorbis/ChangeLog
+++ b/media-libs/libvorbis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvorbis
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.34 2004/05/14 04:11:33 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.35 2004/06/07 22:54:35 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> libvorbis-1.0-r3.ebuild,
+ libvorbis-1.0-r4.ebuild:
+ Fix use invocation
14 May 2004; Stephen P. Becker <geoman@gentoo.org>
libvorbis-1.0.1-r2.ebuild:
diff --git a/media-libs/libvorbis/libvorbis-1.0-r3.ebuild b/media-libs/libvorbis/libvorbis-1.0-r3.ebuild
index 21e5151fce67..b54cea251a7f 100644
--- a/media-libs/libvorbis/libvorbis-1.0-r3.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.0-r3.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-libs/libvorbis/libvorbis-1.0-r3.ebuild,v 1.4 2004/03/26 20:01:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0-r3.ebuild,v 1.5 2004/06/07 22:54:35 agriffis Exp $
inherit libtool eutils
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- if [ `use x86` ] ; then
+ if use x86 ; then
use sse && epatch ${FILESDIR}/${PN}-simd.patch
fi
diff --git a/media-libs/libvorbis/libvorbis-1.0-r4.ebuild b/media-libs/libvorbis/libvorbis-1.0-r4.ebuild
index b100ecae2992..1a386536b35c 100644
--- a/media-libs/libvorbis/libvorbis-1.0-r4.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.0-r4.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-libs/libvorbis/libvorbis-1.0-r4.ebuild,v 1.12 2004/03/26 20:01:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0-r4.ebuild,v 1.13 2004/06/07 22:54:35 agriffis Exp $
inherit libtool eutils flag-o-matic
@@ -21,8 +21,8 @@ src_unpack() {
unpack ${A}
cd ${S}
- if [ `use x86` ] ; then
- if [ `use sse` ]; then
+ if use x86 ; then
+ if use sse; then
epatch ${FILESDIR}/${PN}-simd.patch
# patch doesn't support sse2. See #28439
filter-flags "-msse2"
diff --git a/media-libs/musicbrainz/ChangeLog b/media-libs/musicbrainz/ChangeLog
index 0a6b92213331..ded12f4b90ef 100644
--- a/media-libs/musicbrainz/ChangeLog
+++ b/media-libs/musicbrainz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/musicbrainz
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/ChangeLog,v 1.27 2004/05/31 08:10:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/ChangeLog,v 1.28 2004/06/07 23:01:03 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> musicbrainz-2.0.2-r2.ebuild:
+ Fix use invocation
*musicbrainz-2.1.1 (31 May 2004)
diff --git a/media-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild b/media-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild
index 735b05b0a5dc..78a6b192ae3e 100644
--- a/media-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-2.0.2-r2.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-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild,v 1.7 2004/05/26 11:51:06 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/musicbrainz-2.0.2-r2.ebuild,v 1.8 2004/06/07 23:01:03 agriffis Exp $
inherit libtool distutils eutils
@@ -24,7 +24,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- if [ `use python` ] ; then
+ if use python ; then
epatch ${FILESDIR}/${P}.patch
fi
}
@@ -39,7 +39,7 @@ src_install() {
dodoc AUTHORS ChangeLog INSTALL README TODO docs/mb_howto.txt
- if [ `use python` ] ; then
+ if use python ; then
cd ${S}/python
distutils_src_install
diff --git a/media-libs/smpeg/ChangeLog b/media-libs/smpeg/ChangeLog
index 17dc6c2f7cc4..7f48dc12238a 100644
--- a/media-libs/smpeg/ChangeLog
+++ b/media-libs/smpeg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/smpeg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.13 2004/03/14 16:51:57 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.14 2004/06/07 22:58:18 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> smpeg-0.4.4-r2.ebuild,
+ smpeg-0.4.4-r4.ebuild:
+ Fix use invocation
14 Mar 2004; Stephen P. Becker <geoman@gentoo.org> smpeg-0.4.4-r4.ebuild:
Added ~mips keyword.
diff --git a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild b/media-libs/smpeg/smpeg-0.4.4-r2.ebuild
index cbedc7571509..1a708b178546 100644
--- a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.4-r2.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-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.13 2004/03/19 07:56:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.14 2004/06/07 22:58:18 agriffis Exp $
IUSE="X gtk opengl"
@@ -22,16 +22,16 @@ src_compile() {
local myconf
# --enable-mmx causes test apps to crash on startup .. smpeg bug?
# bugzilla bug #470 -- azarah (03/02/2002)
-# if [ "`use mmx`" ] ; then
+# if use mmx ; then
# myconf="--enable-mmx"
# fi
- if [ -z "`use gtk`" ] ; then
+ if ! use gtk ; then
myconf="${myconf} --disable-gtk-player"
fi
- if [ -z "`use X`" ] ; then
+ if ! use X ; then
myconf="${myconf} --disable-gtk-player --without-x"
fi
- if [ -z "`use opengl`" ] ; then
+ if ! use opengl ; then
myconf="${myconf} --disable-opengl-player"
fi
diff --git a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild
index 8ae111944e2d..50b25ad3a14f 100644
--- a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.4-r4.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-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.12 2004/03/14 16:51:57 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.13 2004/06/07 22:58:18 agriffis Exp $
DESCRIPTION="SDL MPEG Player Library"
HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
@@ -29,16 +29,16 @@ src_compile() {
local myconf
# --enable-mmx causes test apps to crash on startup .. smpeg bug?
# bugzilla bug #470 -- azarah (03/02/2002)
-# if [ "`use mmx`" ] ; then
+# if use mmx ; then
# myconf="--enable-mmx"
# fi
- if [ -z "`use gtk`" ] ; then
+ if ! use gtk ; then
myconf="${myconf} --disable-gtk-player"
fi
- if [ -z "`use X`" ] ; then
+ if ! use X ; then
myconf="${myconf} --disable-gtk-player --without-x"
fi
- if [ -z "`use opengl`" ] ; then
+ if ! use opengl ; then
myconf="${myconf} --disable-opengl-player"
fi
diff --git a/media-libs/svgalib/ChangeLog b/media-libs/svgalib/ChangeLog
index 8461026ddb03..3b456526b1a5 100644
--- a/media-libs/svgalib/ChangeLog
+++ b/media-libs/svgalib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/svgalib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/ChangeLog,v 1.37 2004/05/30 06:11:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/ChangeLog,v 1.38 2004/06/07 23:01:38 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> svgalib-1.9.17-r3.ebuild:
+ Fix use invocation
30 May 2004; Mike Frysinger <vapier@gentoo.org> svgalib-1.9.18-r1.ebuild:
Added support for new kbuild module building #50914 by J van der Wulp.
diff --git a/media-libs/svgalib/svgalib-1.9.17-r3.ebuild b/media-libs/svgalib/svgalib-1.9.17-r3.ebuild
index e6c835d1b26c..baeecc7aacf8 100644
--- a/media-libs/svgalib/svgalib-1.9.17-r3.ebuild
+++ b/media-libs/svgalib/svgalib-1.9.17-r3.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-libs/svgalib/svgalib-1.9.17-r3.ebuild,v 1.12 2004/05/12 12:30:06 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.17-r3.ebuild,v 1.13 2004/06/07 23:01:38 agriffis Exp $
inherit eutils flag-o-matic
@@ -32,7 +32,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-modversions_h.patch
# Disable kernel module support while building stages #38403
- if [ `use build` ] ; then
+ if use build ; then
sed -i 's:installmodule ::' Makefile
fi
}
@@ -54,7 +54,7 @@ src_compile() {
make OPTIMIZE="${CFLAFS}" LDFLAGS='-L ../sharedlib' \
-C threeDKit lib3dkit.a || die "Failed to build threeDKit!"
- if [ ! `use build` ] ; then
+ if ! use build ; then
make INCLUDEDIR="/usr/src/linux/include" -C kernel/svgalib_helper \
clean all || die "Failed to build kernel module!"
fi
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index 7e49003c4b59..d7927e6877bc 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/xine-lib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.122 2004/05/28 03:28:25 dostrow Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.123 2004/06/07 22:58:12 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> xine-lib-0.9.13-r3.ebuild:
+ Fix use invocation
27 May 2004; Daniel Ostrow <dostrow@gentoo.org> xine-lib-1_rc4-r1.ebuild:
Stable on ppc.
diff --git a/media-libs/xine-lib/xine-lib-0.9.13-r3.ebuild b/media-libs/xine-lib/xine-lib-0.9.13-r3.ebuild
index a647e538cbc7..158651bc2bb9 100644
--- a/media-libs/xine-lib/xine-lib-0.9.13-r3.ebuild
+++ b/media-libs/xine-lib/xine-lib-0.9.13-r3.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-libs/xine-lib/xine-lib-0.9.13-r3.ebuild,v 1.10 2004/05/12 12:35:23 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-0.9.13-r3.ebuild,v 1.11 2004/06/07 22:58:12 agriffis Exp $
inherit libtool flag-o-matic eutils gcc
@@ -41,7 +41,7 @@ src_unpack() {
# allows kxine to work; see bug #5412
epatch ${FILESDIR}/${P}-kxine.patch
- if [ `use directfb` ] ; then
+ if use directfb ; then
epatch ${FILESDIR}/xineconfig.patch-${PV}
else
epatch ${FILESDIR}/${PN}-disable-directfb.patch