diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:46:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:46:27 +0000 |
commit | 329523b2032474c63d695eb64ebeb6eee8f37156 (patch) | |
tree | c067f5f31c9e8193dc2b1210693bb0339e7a9f92 /app-editors/jext | |
parent | make sure the -Q is in the right place (diff) | |
download | historical-329523b2032474c63d695eb64ebeb6eee8f37156.tar.gz historical-329523b2032474c63d695eb64ebeb6eee8f37156.tar.bz2 historical-329523b2032474c63d695eb64ebeb6eee8f37156.zip |
Fix use invocation
Diffstat (limited to 'app-editors/jext')
-rw-r--r-- | app-editors/jext/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/jext/jext-3.2_pre3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/jext/ChangeLog b/app-editors/jext/ChangeLog index 931791da92b5..1971bccaff26 100644 --- a/app-editors/jext/ChangeLog +++ b/app-editors/jext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jext -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.1 2003/05/23 15:32:06 tberman Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.2 2004/06/02 01:42:32 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> jext-3.2_pre3.ebuild: + Fix use invocation *jext-3.2_pre3 (23 May 2003) diff --git a/app-editors/jext/jext-3.2_pre3.ebuild b/app-editors/jext/jext-3.2_pre3.ebuild index d677745975e9..64bc4d3b0f6a 100644 --- a/app-editors/jext/jext-3.2_pre3.ebuild +++ b/app-editors/jext/jext-3.2_pre3.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/app-editors/jext/jext-3.2_pre3.ebuild,v 1.5 2004/03/13 23:00:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.6 2004/06/02 01:42:32 agriffis Exp $ inherit java-pkg @@ -33,7 +33,7 @@ src_install () { java-pkg_dojar ${WORKDIR}/jext-sources-3.2pre3/lib/*.jar exeinto /usr/bin newexe ${FILESDIR}/jext-gentoo.sh jext - if [ -n "`use doc`" ]; then + if use doc; then dohtml -A .css .gif .jpg -r ${WORKDIR}/jext-sources-3.2pre3/docs/api fi } |