From 5728163192568331ce74f7351df7eefefee435e3 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 24 Jun 2004 00:42:00 +0000 Subject: QA - fix use invocation --- x11-misc/xchm/ChangeLog | 6 +++++- x11-misc/xchm/Manifest | 12 ++++++------ x11-misc/xchm/xchm-0.8.11.ebuild | 4 ++-- x11-misc/xchm/xchm-0.9.1.ebuild | 4 ++-- x11-misc/xchm/xchm-0.9.ebuild | 4 ++-- 5 files changed, 17 insertions(+), 13 deletions(-) (limited to 'x11-misc/xchm') 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 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/Manifest b/x11-misc/xchm/Manifest index 1726e8e6b315..f48ff9806712 100644 --- a/x11-misc/xchm/Manifest +++ b/x11-misc/xchm/Manifest @@ -1,8 +1,8 @@ -MD5 5adb92da3082a812d6b768edf1d093a3 ChangeLog 2604 +MD5 5b4650e4ec2c00c6933fcf20459ffdfa xchm-0.9.1.ebuild 730 +MD5 fee76291f6734ea7fd3c68f344a0c382 xchm-0.8.11.ebuild 743 +MD5 bbbc1ef9da5d9c73b921282c5ea4f048 ChangeLog 2739 MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 -MD5 c60fd70cff34dc9eee1e10fe0b1e430c xchm-0.8.11.ebuild 751 -MD5 97c157c5548c9f36e05130f31e43f109 xchm-0.9.1.ebuild 738 -MD5 2b0bc2c517cdd731250518c21942bee8 xchm-0.9.ebuild 757 -MD5 926b95ad796ffd0ea5f19e186b6788a3 files/digest-xchm-0.8.11 129 -MD5 0bc5e76feadc97a74eb061180b61e6f6 files/digest-xchm-0.9 123 +MD5 53fecdbd1d04daaa3058c52d950b2316 xchm-0.9.ebuild 747 MD5 6e1aa39fbf69201afc471cc947cfe347 files/digest-xchm-0.9.1 127 +MD5 0bc5e76feadc97a74eb061180b61e6f6 files/digest-xchm-0.9 123 +MD5 926b95ad796ffd0ea5f19e186b6788a3 files/digest-xchm-0.8.11 129 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 -- cgit v1.2.3-65-gdbad