diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:42:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:42:00 +0000 |
commit | c378f16d40baa5e14547970977a962cb2c02788b (patch) | |
tree | 013f801b1d6d02cefbc1d583002bf14325c53425 /x11-misc | |
parent | update to init script (Manifest recommit) (diff) | |
download | gentoo-2-c378f16d40baa5e14547970977a962cb2c02788b.tar.gz gentoo-2-c378f16d40baa5e14547970977a962cb2c02788b.tar.bz2 gentoo-2-c378f16d40baa5e14547970977a962cb2c02788b.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xchm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-0.8.11.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-0.9.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/xchm/ChangeLog b/x11-misc/xchm/ChangeLog index d344b9dff8cc..feaca1bd0fac 100644 --- a/x11-misc/xchm/ChangeLog +++ b/x11-misc/xchm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xchm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.12 2004/06/01 19:17:47 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.13 2004/06/24 00:42:00 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xchm-0.8.11.ebuild, + xchm-0.9.1.ebuild, xchm-0.9.ebuild: + QA - fix use invocation *xchm-0.9.1 (01 Jun 2004) diff --git a/x11-misc/xchm/xchm-0.8.11.ebuild b/x11-misc/xchm/xchm-0.8.11.ebuild index 660632cecf11..d5225a49d936 100644 --- a/x11-misc/xchm/xchm-0.8.11.ebuild +++ b/x11-misc/xchm/xchm-0.8.11.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/x11-misc/xchm/xchm-0.8.11.ebuild,v 1.2 2004/02/24 18:56:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.8.11.ebuild,v 1.3 2004/06/24 00:42:00 agriffis Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -25,7 +25,7 @@ src_install() { einstall || die dodoc COPYING AUTHORS README - if [ "`use doc`" ]; then + if use doc; then cd ${S}"-doc" dohtml html/* fi diff --git a/x11-misc/xchm/xchm-0.9.1.ebuild b/x11-misc/xchm/xchm-0.9.1.ebuild index 3f0941530f67..ea933adff3ec 100644 --- a/x11-misc/xchm/xchm-0.9.1.ebuild +++ b/x11-misc/xchm/xchm-0.9.1.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/x11-misc/xchm/xchm-0.9.1.ebuild,v 1.1 2004/06/01 19:17:47 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.1.ebuild,v 1.2 2004/06/24 00:42:00 agriffis Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -24,7 +24,7 @@ src_install() { einstall || die dodoc COPYING AUTHORS README - if [ "`use doc`" ]; then + if use doc; then cd ${S}"-doc" dohtml html/* fi diff --git a/x11-misc/xchm/xchm-0.9.ebuild b/x11-misc/xchm/xchm-0.9.ebuild index edeb5602f228..d6adc8404772 100644 --- a/x11-misc/xchm/xchm-0.9.ebuild +++ b/x11-misc/xchm/xchm-0.9.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/x11-misc/xchm/xchm-0.9.ebuild,v 1.3 2004/04/20 19:32:22 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.ebuild,v 1.4 2004/06/24 00:42:00 agriffis Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -25,7 +25,7 @@ src_install() { einstall || die dodoc COPYING AUTHORS README - if [ "`use doc`" ]; then + if use doc; then cd ${S}"-doc" dohtml html/* fi |