diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
commit | 81ee9a51142693e764f525fb72fd4aa7561ca75d (patch) | |
tree | f32c11548014136bc35ed92d3bc2768f02d069df /app-emacs/yatex | |
parent | Fix use invocation (diff) | |
download | historical-81ee9a51142693e764f525fb72fd4aa7561ca75d.tar.gz historical-81ee9a51142693e764f525fb72fd4aa7561ca75d.tar.bz2 historical-81ee9a51142693e764f525fb72fd4aa7561ca75d.zip |
Fix use invocation
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.71.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.72.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index cd6ad7618b8d..3e8e02dd46a5 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/yatex # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.7 2004/04/04 17:01:08 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.8 2004/06/02 01:49:14 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> yatex-1.71.ebuild, + yatex-1.72.ebuild: + Fix use invocation 05 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild, yatex-1.72.ebuild: diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild index a86741561c1c..93c548378ef7 100644 --- a/app-emacs/yatex/yatex-1.71.ebuild +++ b/app-emacs/yatex/yatex-1.71.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-emacs/yatex/yatex-1.71.ebuild,v 1.5 2004/04/04 17:01:08 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.6 2004/06/02 01:49:14 agriffis Exp $ inherit elisp eutils @@ -35,7 +35,7 @@ src_compile() { cd docs mv yatexe yatex.info mv yahtmle yahtml.info - if [ -n "`use cjk`" ] ; then + if use cjk ; then nkf -e yatexj > yatex-ja.info nkf -e yahtmlj > yahtml-ja.info fi @@ -48,7 +48,7 @@ src_install() { elisp-install ${PN} help/YATEXHLP* dodoc docs/*.eng - if [ -n "`use cjk`" ] ; then + if use cjk ; then dodoc 00readme install dodoc docs/{htmlqa,qanda} docs/*.doc fi diff --git a/app-emacs/yatex/yatex-1.72.ebuild b/app-emacs/yatex/yatex-1.72.ebuild index 8a47a736a360..48cce028baba 100644 --- a/app-emacs/yatex/yatex-1.72.ebuild +++ b/app-emacs/yatex/yatex-1.72.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-emacs/yatex/yatex-1.72.ebuild,v 1.2 2004/04/04 17:01:08 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.3 2004/06/02 01:49:14 agriffis Exp $ inherit elisp eutils @@ -35,7 +35,7 @@ src_compile() { cd docs mv yatexe yatex.info mv yahtmle yahtml.info - if [ -n "`use cjk`" ] ; then + if use cjk ; then nkf -e yatexj > yatex-ja.info nkf -e yahtmlj > yahtml-ja.info fi @@ -48,7 +48,7 @@ src_install() { elisp-install ${PN} help/YATEXHLP* dodoc docs/*.eng - if [ -n "`use cjk`" ] ; then + if use cjk ; then dodoc 00readme install dodoc docs/{htmlqa,qanda} docs/*.doc fi |