summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 21:38:00 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 21:38:00 +0000
commit793ba7b8900c531baee39c14665127cc4c471a68 (patch)
tree7cf0e5a32b222bca6c291f07a973133f6e520c43 /media-gfx/aoi
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-793ba7b8900c531baee39c14665127cc4c471a68.tar.gz
gentoo-2-793ba7b8900c531baee39c14665127cc4c471a68.tar.bz2
gentoo-2-793ba7b8900c531baee39c14665127cc4c471a68.zip
Fix use invocation
Diffstat (limited to 'media-gfx/aoi')
-rw-r--r--media-gfx/aoi/ChangeLog6
-rw-r--r--media-gfx/aoi/aoi-1.4.ebuild4
-rw-r--r--media-gfx/aoi/aoi-1.6.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/aoi/ChangeLog b/media-gfx/aoi/ChangeLog
index f2991f474b58..5bd644d0b10c 100644
--- a/media-gfx/aoi/ChangeLog
+++ b/media-gfx/aoi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/aoi
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.7 2004/05/05 16:55:16 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/ChangeLog,v 1.8 2004/06/07 21:38:00 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> aoi-1.4.ebuild,
+ aoi-1.6.ebuild:
+ Fix use invocation
05 May 2004; <SeJo@gentoo.org> aoi-1.6.ebuild:
added ~ppc keyword
diff --git a/media-gfx/aoi/aoi-1.4.ebuild b/media-gfx/aoi/aoi-1.4.ebuild
index efbce2cfa2f5..bbddeb01ed06 100644
--- a/media-gfx/aoi/aoi-1.4.ebuild
+++ b/media-gfx/aoi/aoi-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-gfx/aoi/aoi-1.4.ebuild,v 1.6 2004/03/26 10:51:46 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.4.ebuild,v 1.7 2004/06/07 21:38:00 agriffis Exp $
inherit java-pkg
@@ -33,7 +33,7 @@ src_install() {
use quicktime && DEP_APPEND="jmf"
dobin ${FILESDIR}/aoi
dodoc HISTORY LICENSE README
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
mv ${WORKDIR}/AoI\ Manual/ ${WORKDIR}/aoi_manual/
dohtml -r ${WORKDIR}/aoi_manual/
fi
diff --git a/media-gfx/aoi/aoi-1.6.ebuild b/media-gfx/aoi/aoi-1.6.ebuild
index e622d11792c8..1c8b66e40be4 100644
--- a/media-gfx/aoi/aoi-1.6.ebuild
+++ b/media-gfx/aoi/aoi-1.6.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-gfx/aoi/aoi-1.6.ebuild,v 1.6 2004/05/05 16:55:16 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/aoi/aoi-1.6.ebuild,v 1.7 2004/06/07 21:38:00 agriffis Exp $
inherit java-pkg
@@ -39,7 +39,7 @@ src_install() {
DEP_APPEND="jmf"
dobin ${FILESDIR}/aoi
dodoc HISTORY LICENSE README-source
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
mv ${WORKDIR}/AoI\ Manual/ ${WORKDIR}/aoi_manual/
dohtml -r ${WORKDIR}/aoi_manual/
fi