summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 02:22:05 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 02:22:05 +0000
commit94c1156d975d41af970ab06427ecde558aa684c5 (patch)
tree844d6b41724000a6bb840dda4118f3f5014fa050 /app-office
parentinitial commit - ebuild from Alexandru Toma via bug #52685 (diff)
downloadhistorical-94c1156d975d41af970ab06427ecde558aa684c5.tar.gz
historical-94c1156d975d41af970ab06427ecde558aa684c5.tar.bz2
historical-94c1156d975d41af970ab06427ecde558aa684c5.zip
Fix use invocation
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gaby/ChangeLog7
-rw-r--r--app-office/gaby/gaby-2.0.2-r2.ebuild4
-rw-r--r--app-office/lyx/ChangeLog5
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild6
-rw-r--r--app-office/magicpoint/ChangeLog5
-rw-r--r--app-office/magicpoint/magicpoint-1.10a-r1.ebuild4
-rw-r--r--app-office/siag/ChangeLog6
-rw-r--r--app-office/siag/siag-3.5.2-r2.ebuild10
-rw-r--r--app-office/siag/siag-3.5.7.ebuild10
9 files changed, 35 insertions, 22 deletions
diff --git a/app-office/gaby/ChangeLog b/app-office/gaby/ChangeLog
index 42413f04d04f..343ef027de8a 100644
--- a/app-office/gaby/ChangeLog
+++ b/app-office/gaby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gaby
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/ChangeLog,v 1.5 2003/03/29 04:08:24 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/ChangeLog,v 1.6 2004/06/02 02:19:55 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> gaby-2.0.2-r2.ebuild:
+ Fix use invocation
*gaby-2.0.2-r2 (11 Oct 2002)
diff --git a/app-office/gaby/gaby-2.0.2-r2.ebuild b/app-office/gaby/gaby-2.0.2-r2.ebuild
index fb834db3bc52..9f7cdb0a2b5e 100644
--- a/app-office/gaby/gaby-2.0.2-r2.ebuild
+++ b/app-office/gaby/gaby-2.0.2-r2.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/gaby/gaby-2.0.2-r2.ebuild,v 1.6 2004/03/14 01:47:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/gaby-2.0.2-r2.ebuild,v 1.7 2004/06/02 02:19:55 agriffis Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_unpack() {
src_compile() {
local myopts="`use_enable gnome`"
- if [ -z "`use nls`" ]
+ if ! use nls
then
myopts="${myopts} --disable-nls"
fi
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index bbcacb214aa7..4efff5206365 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/lyx
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.43 2004/05/11 06:52:36 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.44 2004/06/02 02:18:49 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> lyx-1.3.4.ebuild:
+ Fix use invocation
11 May 2004; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.2-r1.ebuild,
lyx-1.3.4.ebuild, files/lyx-1.3.2-configure.diff:
diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild
index d7737af4b211..23efd4c543c7 100644
--- a/app-office/lyx/lyx-1.3.4.ebuild
+++ b/app-office/lyx/lyx-1.3.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/lyx/lyx-1.3.4.ebuild,v 1.5 2004/05/11 06:52:36 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.6 2004/06/02 02:18:49 agriffis Exp $
inherit kde-functions eutils libtool
@@ -83,7 +83,7 @@ src_install() {
doins ${DISTDIR}/hebrew.bind
# gnome menu entry
- if [ -n "`use gnome`" ]; then
+ if use gnome; then
insinto /usr/share/applications
doins ${FILESDIR}/lyx.desktop
fi
@@ -112,7 +112,7 @@ pkg_postinst() {
einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect."
einfo ""
- if [ ! -n "`use qt`" ] ; then
+ if ! use qt ; then
einfo "================"
einfo ""
einfo "If you have a multi-head setup not using xinerama you can only use lyx"
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog
index a955683ef7b9..5321a443ee73 100644
--- a/app-office/magicpoint/ChangeLog
+++ b/app-office/magicpoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/magicpoint
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.5 2004/04/15 15:34:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.6 2004/06/02 02:22:05 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> magicpoint-1.10a-r1.ebuild:
+ Fix use invocation
15 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> magicpoint-1.10a-r1.ebuild:
marked ~amd64
diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
index 01eec837e603..1cf6dac7664f 100644
--- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
+++ b/app-office/magicpoint/magicpoint-1.10a-r1.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/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.4 2004/04/15 15:34:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.5 2004/06/02 02:22:05 agriffis Exp $
inherit elisp-common eutils
@@ -62,7 +62,7 @@ src_install() {
exeinto /usr/bin
doexe contrib/{mgp2html.pl,mgp2latex.pl}
- if [ -n "`use emacs`" ] ; then
+ if use emacs ; then
insinto ${SITELISP}
doins contrib/mgp-mode.el ${FILESDIR}/${SITEFILE}
fi
diff --git a/app-office/siag/ChangeLog b/app-office/siag/ChangeLog
index c71a709b78a7..4527698fba44 100644
--- a/app-office/siag/ChangeLog
+++ b/app-office/siag/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/siag
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/siag/ChangeLog,v 1.11 2004/03/12 06:10:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/ChangeLog,v 1.12 2004/06/02 02:21:14 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> siag-3.5.2-r2.ebuild,
+ siag-3.5.7.ebuild:
+ Fix use invocation
11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> siag-3.5.2-r2.ebuild,
siag-3.5.7.ebuild:
diff --git a/app-office/siag/siag-3.5.2-r2.ebuild b/app-office/siag/siag-3.5.2-r2.ebuild
index d57444adf2bf..56490a312610 100644
--- a/app-office/siag/siag-3.5.2-r2.ebuild
+++ b/app-office/siag/siag-3.5.2-r2.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/siag/siag-3.5.2-r2.ebuild,v 1.10 2004/03/12 06:10:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.5.2-r2.ebuild,v 1.11 2004/06/02 02:21:14 agriffis Exp $
DESCRIPTION="A free Office package for Linux"
SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz"
@@ -20,14 +20,14 @@ DEPEND="virtual/x11
RDEPEND="virtual/x11"
# >=media-libs/t1lib-1.0.1"
-if [ -n "`use kde`" ]; then inherit kde-functions; set-kdedir 3; fi
+if use kde; then inherit kde-functions; set-kdedir 3; fi
src_unpack() {
unpack ${A}
cd ${S}
- if [ -z "`use kde`" ]; then
+ if ! use kde; then
einfo "Not using KDE"
for file in `find . -iname "Makefile.*"`; do
grep -v "kdeinst" ${file} >${file}.hacked && \
@@ -45,7 +45,7 @@ src_compile() {
local myconf
#Causes segfaults in 3.5.2 on my system...
-# if [ "`use guile`" ]
+# if use guile
# then
# myconf="${myconf} --with-guile"
# else
@@ -66,7 +66,7 @@ src_compile() {
src_install () {
- if [ -n "`use kde`" ]; then
+ if use kde; then
dodir ${PREFIX}
fi
diff --git a/app-office/siag/siag-3.5.7.ebuild b/app-office/siag/siag-3.5.7.ebuild
index 5bba280a42d8..9bfbdc82c270 100644
--- a/app-office/siag/siag-3.5.7.ebuild
+++ b/app-office/siag/siag-3.5.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/siag/siag-3.5.7.ebuild,v 1.3 2004/03/12 06:10:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.5.7.ebuild,v 1.4 2004/06/02 02:21:14 agriffis Exp $
DESCRIPTION="A free Office package for Linux"
SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz"
@@ -20,13 +20,13 @@ DEPEND="virtual/x11
RDEPEND="virtual/x11"
# >=media-libs/t1lib-1.0.1"
-if [ -n "`use kde`" ]; then inherit kde-functions; set-kdedir 3; fi
+if use kde; then inherit kde-functions; set-kdedir 3; fi
src_unpack() {
unpack ${A}
cd ${S}
- if [ -z "`use kde`" ]; then
+ if ! use kde; then
einfo "Not using KDE"
for file in `find . -iname "Makefile.*"`; do
grep -v "kdeinst" ${file} >${file}.hacked && \
@@ -46,7 +46,7 @@ src_compile() {
local myconf
#Causes segfaults in 3.5.2 on my system...
-# if [ "`use guile`" ]
+# if use guile
# then
# myconf="${myconf} --with-guile"
# else
@@ -67,7 +67,7 @@ src_compile() {
src_install () {
- if [ -n "`use kde`" ]; then
+ if use kde; then
dodir ${PREFIX}
fi