diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 21:43:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 21:43:50 +0000 |
commit | 79d1dc52bdbb562d2552949a734a1d3e90935787 (patch) | |
tree | 460f5d91ab16ce67ea3ecf54ae8c05299d5d8a00 /media-gfx/aoi | |
parent | Fix use invocation (diff) | |
download | historical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.gz historical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.bz2 historical-79d1dc52bdbb562d2552949a734a1d3e90935787.zip |
Fix use invocation
Diffstat (limited to 'media-gfx/aoi')
-rw-r--r-- | media-gfx/aoi/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.4.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/aoi/aoi-1.6.ebuild | 4 |
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 |