summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 01:49:14 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 01:49:14 +0000
commit589412865949a1e3bf28a52a1e3bb8793b5a5006 (patch)
tree64a607b3aee9a383197c7d67a80c47611e4bcfec /app-emacs/yatex
parentmake sure the -Q is in the right place (Manifest recommit) (diff)
downloadgentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.gz
gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.bz2
gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.zip
Fix use invocation
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r--app-emacs/yatex/ChangeLog6
-rw-r--r--app-emacs/yatex/yatex-1.71.ebuild6
-rw-r--r--app-emacs/yatex/yatex-1.72.ebuild6
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