summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/canna/ChangeLog6
-rw-r--r--app-i18n/canna/canna-3.6_p4.ebuild6
-rw-r--r--app-i18n/canna/canna-3.7.ebuild6
-rw-r--r--app-i18n/canna/canna-3.7_p1.ebuild6
-rw-r--r--app-i18n/canna/canna-3.7_p2.ebuild6
-rw-r--r--app-i18n/fcitx/ChangeLog6
-rw-r--r--app-i18n/fcitx/fcitx-1.8.5.ebuild6
-rw-r--r--app-i18n/fcitx/fcitx-2.0.1.ebuild4
-rw-r--r--app-i18n/xsim/ChangeLog8
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r1.ebuild6
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r2.ebuild6
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4.ebuild4
-rw-r--r--app-misc/lcd4linux/ChangeLog6
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.11.ebuild4
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.9.ebuild4
-rw-r--r--app-misc/sl/ChangeLog7
-rw-r--r--app-misc/sl/sl-3.03.ebuild8
17 files changed, 59 insertions, 40 deletions
diff --git a/app-i18n/canna/ChangeLog b/app-i18n/canna/ChangeLog
index 70722466f110..7e2e586f2bfe 100644
--- a/app-i18n/canna/ChangeLog
+++ b/app-i18n/canna/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/canna
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.37 2004/05/18 22:32:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.38 2004/06/02 02:04:46 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> canna-3.6_p4.ebuild,
+ canna-3.7.ebuild, canna-3.7_p1.ebuild, canna-3.7_p2.ebuild:
+ Fix use invocation
*canna-3.7_p2 (19 May 2004)
diff --git a/app-i18n/canna/canna-3.6_p4.ebuild b/app-i18n/canna/canna-3.6_p4.ebuild
index 915e6aa4fea9..9e0a76e9ad63 100644
--- a/app-i18n/canna/canna-3.6_p4.ebuild
+++ b/app-i18n/canna/canna-3.6_p4.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-i18n/canna/canna-3.6_p4.ebuild,v 1.14 2004/05/06 11:31:57 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6_p4.ebuild,v 1.15 2004/06/02 02:04:46 agriffis Exp $
inherit cannadic eutils
@@ -43,7 +43,7 @@ src_compile() {
# make includes
make canna || die
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
einfo "Compiling DVI, PS (and PDF) document"
cd doc/man/guide/tex
xmkmf || die
@@ -77,7 +77,7 @@ src_install() {
dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS*
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
insinto /usr/share/doc/${PF}
doins doc/man/guide/tex/canna.{dvi,ps,pdf}
fi
diff --git a/app-i18n/canna/canna-3.7.ebuild b/app-i18n/canna/canna-3.7.ebuild
index c898aa6a1bc2..2bd2617e21bf 100644
--- a/app-i18n/canna/canna-3.7.ebuild
+++ b/app-i18n/canna/canna-3.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-i18n/canna/canna-3.7.ebuild,v 1.9 2004/05/18 22:32:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7.ebuild,v 1.10 2004/06/02 02:04:46 agriffis Exp $
inherit cannadic eutils
@@ -45,7 +45,7 @@ src_compile() {
#make libCannaDir=../lib/canna canna || die
make canna || die
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
einfo "Compiling DVI, PS (and PDF) document"
cd doc/man/guide/tex
xmkmf || die
@@ -82,7 +82,7 @@ src_install() {
dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS*
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
insinto /usr/share/doc/${PF}
doins doc/man/guide/tex/canna.{dvi,ps,pdf}
fi
diff --git a/app-i18n/canna/canna-3.7_p1.ebuild b/app-i18n/canna/canna-3.7_p1.ebuild
index 6a48df267b23..049b53f752ae 100644
--- a/app-i18n/canna/canna-3.7_p1.ebuild
+++ b/app-i18n/canna/canna-3.7_p1.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-i18n/canna/canna-3.7_p1.ebuild,v 1.3 2004/05/18 22:32:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p1.ebuild,v 1.4 2004/06/02 02:04:46 agriffis Exp $
inherit cannadic eutils
@@ -45,7 +45,7 @@ src_compile() {
#make libCannaDir=../lib/canna canna || die
make canna || die
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
einfo "Compiling DVI, PS (and PDF) document"
cd doc/man/guide/tex
xmkmf || die
@@ -82,7 +82,7 @@ src_install() {
dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS*
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
insinto /usr/share/doc/${PF}
doins doc/man/guide/tex/canna.{dvi,ps,pdf}
fi
diff --git a/app-i18n/canna/canna-3.7_p2.ebuild b/app-i18n/canna/canna-3.7_p2.ebuild
index debc5bfb1ac2..bfe637b93dd8 100644
--- a/app-i18n/canna/canna-3.7_p2.ebuild
+++ b/app-i18n/canna/canna-3.7_p2.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-i18n/canna/canna-3.7_p2.ebuild,v 1.1 2004/05/18 22:32:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.2 2004/06/02 02:04:46 agriffis Exp $
inherit cannadic eutils
@@ -42,7 +42,7 @@ src_compile() {
#make libCannaDir=../lib/canna canna || die
make canna || die
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
einfo "Compiling DVI, PS (and PDF) document"
cd doc/man/guide/tex
xmkmf || die
@@ -79,7 +79,7 @@ src_install() {
dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS*
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
insinto /usr/share/doc/${PF}
doins doc/man/guide/tex/canna.{dvi,ps,pdf}
fi
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog
index 33eed19f8fe4..b92d47f1091f 100644
--- a/app-i18n/fcitx/ChangeLog
+++ b/app-i18n/fcitx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/fcitx
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.2 2004/02/07 09:46:08 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.3 2004/06/02 02:05:45 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> fcitx-1.8.5.ebuild,
+ fcitx-2.0.1.ebuild:
+ Fix use invocation
*fcitx-2.0.1 (07 Feb 2004)
diff --git a/app-i18n/fcitx/fcitx-1.8.5.ebuild b/app-i18n/fcitx/fcitx-1.8.5.ebuild
index 4984370a2886..168575ae8e65 100644
--- a/app-i18n/fcitx/fcitx-1.8.5.ebuild
+++ b/app-i18n/fcitx/fcitx-1.8.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.3 2003/09/06 22:19:21 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.4 2004/06/02 02:05:45 agriffis Exp $
DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
HOMEPAGE="http://www.fcitx.org/"
@@ -17,7 +17,7 @@ DEPEND="virtual/x11
S=${WORKDIR}/${P}
src_compile() {
- if [ -n "`use truetype`" ]; then
+ if use truetype; then
make -f Makefile.xft || die "xft make failed"
else
make || die "make failed"
diff --git a/app-i18n/fcitx/fcitx-2.0.1.ebuild b/app-i18n/fcitx/fcitx-2.0.1.ebuild
index 341c4720a591..691793e76119 100644
--- a/app-i18n/fcitx/fcitx-2.0.1.ebuild
+++ b/app-i18n/fcitx/fcitx-2.0.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/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.1 2004/02/07 09:46:08 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.2 2004/06/02 02:05:45 agriffis Exp $
DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
HOMEPAGE="http://www.fcitx.org/"
@@ -24,7 +24,7 @@ src_unpack() {
}
src_compile() {
- if [ -z "`use truetype`" ]; then
+ if ! use truetype; then
make -f Makefile.noxft || die "xft make failed"
else
make || die "make failed"
diff --git a/app-i18n/xsim/ChangeLog b/app-i18n/xsim/ChangeLog
index ee30fddb71ef..46a7b9f8182a 100644
--- a/app-i18n/xsim/ChangeLog
+++ b/app-i18n/xsim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/xsim
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.5 2003/06/27 09:44:57 liquidx Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.6 2004/06/02 02:04:01 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> xsim-0.3.9.4-r1.ebuild,
+ xsim-0.3.9.4-r2.ebuild:
+ Fix use invocation
*xsim-0.3.9.4-r2 (27 Jun 2003)
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild
index 6609704edf3a..73f4746989f1 100644
--- a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild,v 1.5 2003/09/06 22:19:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild,v 1.6 2004/06/02 02:04:01 agriffis Exp $
inherit eutils
-[ -n "`use kde`" ] && inherit kde
+use kde && inherit kde
DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server."
HOMEPAGE="http://developer.berlios.de/projects/xsim/"
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
index 9a2a73d2e743..95f12e8322f2 100644
--- a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.4 2003/10/08 09:43:03 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.5 2004/06/02 02:04:01 agriffis Exp $
-[ -n "`use kde`" ] && inherit kde
+use kde && inherit kde
DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server."
HOMEPAGE="http://developer.berlios.de/projects/xsim/"
diff --git a/app-i18n/xsim/xsim-0.3.9.4.ebuild b/app-i18n/xsim/xsim-0.3.9.4.ebuild
index 44f35d4c1290..59399e2fee33 100644
--- a/app-i18n/xsim/xsim-0.3.9.4.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.4 2003/08/05 15:39:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.5 2004/06/02 02:04:01 agriffis Exp $
DESCRIPTION="A simple and fast GBK Chinese XIM server."
HOMEPAGE="http://developer.berlios.de/projects/xsim/"
diff --git a/app-misc/lcd4linux/ChangeLog b/app-misc/lcd4linux/ChangeLog
index 11ff72fbdbc8..2c7bab9aa609 100644
--- a/app-misc/lcd4linux/ChangeLog
+++ b/app-misc/lcd4linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/lcd4linux
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.11 2004/04/25 22:20:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.12 2004/06/02 02:08:45 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> lcd4linux-0.9.11.ebuild,
+ lcd4linux-0.9.9.ebuild:
+ Fix use invocation
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> lcd4linux-0.9.11.ebuild,
lcd4linux-0.9.9.ebuild:
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
index d6bf2bd4623f..226237e960ff 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.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/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.3 2004/04/25 22:20:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.4 2004/06/02 02:08:45 agriffis Exp $
DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window."
SRC_URI="mirror://sourceforge/lcd4linux/${P}.tar.gz"
@@ -42,7 +42,7 @@ src_install() {
dodoc README* NEWS COPYING INSTALL TODO CREDITS FAQ
dodoc lcd4linux.conf.sample lcd4linux.kdelnk lcd4linux.xpm
- if [ `use kde` ] ; then
+ if use kde ; then
insinto /etc/lcd4linux
insopts -o root -g root -m 0600
doins lcd4kde.conf
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild
index 851748c3caa7..174b431b4298 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.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-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.5 2004/04/25 22:20:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.9.ebuild,v 1.6 2004/06/02 02:08:45 agriffis Exp $
DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window."
SRC_URI="mirror://sourceforge/lcd4linux/${P}.tar.gz"
@@ -42,7 +42,7 @@ src_install() {
dodoc README* NEWS COPYING INSTALL TODO CREDITS FAQ
dodoc lcd4linux.conf.sample lcd4linux.kdelnk lcd4linux.xpm
- if [ `use kde` ] ; then
+ if use kde ; then
insinto /etc/lcd4linux
insopts -o root -g root -m 0600
doins lcd4kde.conf
diff --git a/app-misc/sl/ChangeLog b/app-misc/sl/ChangeLog
index 2821820495c7..b9223eecaad9 100644
--- a/app-misc/sl/ChangeLog
+++ b/app-misc/sl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/sl
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sl/ChangeLog,v 1.2 2003/09/27 08:14:28 usata Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sl/ChangeLog,v 1.3 2004/06/02 02:07:22 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> sl-3.03.ebuild:
+ Fix use invocation
*sl-3.03 (07 Sep 2003)
diff --git a/app-misc/sl/sl-3.03.ebuild b/app-misc/sl/sl-3.03.ebuild
index ee55d13f123f..1a08e983aa3f 100644
--- a/app-misc/sl/sl-3.03.ebuild
+++ b/app-misc/sl/sl-3.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sl/sl-3.03.ebuild,v 1.2 2003/09/27 08:14:28 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sl/sl-3.03.ebuild,v 1.3 2004/06/02 02:07:22 agriffis Exp $
inherit eutils
@@ -39,7 +39,7 @@ src_unpack() {
src_compile() {
emake CFLAGS="${CFLAGS}" LDFLAGS="-lncurses" || die
- if [ -n "`use cjk`" ]; then
+ if use cjk; then
nkf -e sl.1 > sl.ja.1
fi
}
@@ -49,7 +49,7 @@ src_install() {
dobin sl
newman sl.en.1 sl.1
dodoc README* sl.txt
- if [ -n "`use cjk`" ] ; then
+ if use cjk ; then
insinto /usr/share/man/ja/man1
newins sl.ja.1 sl.1
fi