summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 02:32:17 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 02:32:17 +0000
commit5cfc0869868d8ae061df20940d30d6fd41b45078 (patch)
tree0ee608b58640125151e0716154ec74c3b7ab48eb /app-office/gnucash
parentstable on ppc64, bug #52709 (Manifest recommit) (diff)
downloadgentoo-2-5cfc0869868d8ae061df20940d30d6fd41b45078.tar.gz
gentoo-2-5cfc0869868d8ae061df20940d30d6fd41b45078.tar.bz2
gentoo-2-5cfc0869868d8ae061df20940d30d6fd41b45078.zip
Fix use invocation
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog7
-rw-r--r--app-office/gnucash/gnucash-1.6.8.ebuild2
-rw-r--r--app-office/gnucash/gnucash-1.8.4.ebuild6
-rw-r--r--app-office/gnucash/gnucash-1.8.5.ebuild2
-rw-r--r--app-office/gnucash/gnucash-1.8.6.ebuild2
-rw-r--r--app-office/gnucash/gnucash-1.8.7.ebuild2
-rw-r--r--app-office/gnucash/gnucash-1.8.8.ebuild2
-rw-r--r--app-office/gnucash/gnucash-1.8.9.ebuild4
8 files changed, 16 insertions, 11 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index cf2b95b2289b..738d2d7f7bbd 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.44 2004/05/11 17:53:17 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.45 2004/06/02 02:31:45 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnucash-1.6.8.ebuild,
+ gnucash-1.8.4.ebuild, gnucash-1.8.5.ebuild, gnucash-1.8.6.ebuild,
+ gnucash-1.8.7.ebuild, gnucash-1.8.8.ebuild, gnucash-1.8.9.ebuild:
+ Fix use invocation
11 May 2004; Seemant Kulleen <seemant@gentoo.org> gnucash-1.8.9.ebuild:
added quotes local USE flag to enable online stock quote retrieval. Closes
diff --git a/app-office/gnucash/gnucash-1.6.8.ebuild b/app-office/gnucash/gnucash-1.6.8.ebuild
index c0a3732369e3..440ca79cc234 100644
--- a/app-office/gnucash/gnucash-1.6.8.ebuild
+++ b/app-office/gnucash/gnucash-1.6.8.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-office/gnucash/gnucash-1.6.8.ebuild,v 1.15 2004/04/26 16:01:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.8.ebuild,v 1.16 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic
diff --git a/app-office/gnucash/gnucash-1.8.4.ebuild b/app-office/gnucash/gnucash-1.8.4.ebuild
index 6f0751c9a3da..c36955a0208b 100644
--- a/app-office/gnucash/gnucash-1.8.4.ebuild
+++ b/app-office/gnucash/gnucash-1.8.4.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-office/gnucash/gnucash-1.8.4.ebuild,v 1.11 2004/01/01 15:26:02 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.4.ebuild,v 1.12 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
@@ -72,7 +72,7 @@ src_compile() {
emake || die "make failed"
- if [ -n "`use doc`" ]; then
+ if use doc; then
cd ${WORKDIR}/${PN}-docs-${DOC_VER}
econf --localstatedir=/var/lib || die "doc configure failed"
emake || die "doc make failed"
@@ -84,7 +84,7 @@ src_install() {
dodoc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README* TODO
dodoc docs/README*
- if [ -n "`use doc`" ]; then
+ if use doc; then
cd ${WORKDIR}/${PN}-docs-${DOC_VER}
make DESTDIR=${D} \
scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \
diff --git a/app-office/gnucash/gnucash-1.8.5.ebuild b/app-office/gnucash/gnucash-1.8.5.ebuild
index 104985fbb143..08f98bd222b8 100644
--- a/app-office/gnucash/gnucash-1.8.5.ebuild
+++ b/app-office/gnucash/gnucash-1.8.5.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-office/gnucash/gnucash-1.8.5.ebuild,v 1.6 2004/01/01 15:26:02 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.5.ebuild,v 1.7 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
diff --git a/app-office/gnucash/gnucash-1.8.6.ebuild b/app-office/gnucash/gnucash-1.8.6.ebuild
index fc117fc2e3be..09fe200e5176 100644
--- a/app-office/gnucash/gnucash-1.8.6.ebuild
+++ b/app-office/gnucash/gnucash-1.8.6.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-office/gnucash/gnucash-1.8.6.ebuild,v 1.2 2004/01/01 15:26:02 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.6.ebuild,v 1.3 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
diff --git a/app-office/gnucash/gnucash-1.8.7.ebuild b/app-office/gnucash/gnucash-1.8.7.ebuild
index d5fd4d024c9a..67ab984492c7 100644
--- a/app-office/gnucash/gnucash-1.8.7.ebuild
+++ b/app-office/gnucash/gnucash-1.8.7.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-office/gnucash/gnucash-1.8.7.ebuild,v 1.3 2004/01/01 15:26:02 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.7.ebuild,v 1.4 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
diff --git a/app-office/gnucash/gnucash-1.8.8.ebuild b/app-office/gnucash/gnucash-1.8.8.ebuild
index b61eeaa29911..c9d81afdad0a 100644
--- a/app-office/gnucash/gnucash-1.8.8.ebuild
+++ b/app-office/gnucash/gnucash-1.8.8.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-office/gnucash/gnucash-1.8.8.ebuild,v 1.4 2004/04/10 21:34:17 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.8.ebuild,v 1.5 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
diff --git a/app-office/gnucash/gnucash-1.8.9.ebuild b/app-office/gnucash/gnucash-1.8.9.ebuild
index 4125d210879c..6eda84a92f0b 100644
--- a/app-office/gnucash/gnucash-1.8.9.ebuild
+++ b/app-office/gnucash/gnucash-1.8.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/app-office/gnucash/gnucash-1.8.9.ebuild,v 1.2 2004/05/11 17:53:17 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.9.ebuild,v 1.3 2004/06/02 02:31:45 agriffis Exp $
inherit flag-o-matic libtool
@@ -96,7 +96,7 @@ pkg_postinst() {
scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
fi
- if [ -z "`use quotes`" ]; then
+ if ! use quotes; then
ewarn
einfo "If you wish to enable Online Stock Quotes Retrieval,"
einfo "Please re-emerge gnucash with USE=\"quotes\""