# ChangeLog for dev-util/biew
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.5 2004/04/14 15:06:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.6 2004/06/03 17:45:13 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> biew-5.5.0.ebuild,
+ biew-5.6.1.ebuild:
+ Fix use invocation
*biew-5.6.1 (14 Apr 2004)
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.5.0.ebuild,v 1.4 2004/04/13 10:02:54 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.5.0.ebuild,v 1.5 2004/06/03 17:45:13 agriffis Exp $
IUSE="slang ncurses"
local scrnlib
- if [ `use ncurses` ] ; then
+ if use ncurses ; then
scrnlib="ncurses"
- elif [ `use slang` ] ; then
+ elif use slang ; then
scrnlib="slang"
else
scrnlib="vt100"
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.6.1.ebuild,v 1.1 2004/04/14 15:06:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.6.1.ebuild,v 1.2 2004/06/03 17:45:13 agriffis Exp $
IUSE="slang ncurses"
local scrnlib
- if [ `use ncurses` ] ; then
+ if use ncurses ; then
scrnlib="ncurses"
- elif [ `use slang` ] ; then
+ elif use slang ; then
scrnlib="slang"
else
scrnlib="vt100"
# ChangeLog for dev-util/global
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.6 2004/04/26 01:51:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.7 2004/06/03 17:45:50 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> global-4.5.3.ebuild:
+ Fix use invocation
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> global-4.6.1.ebuild:
Add die following econf for bug 48950
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.3.ebuild,v 1.2 2004/03/13 01:43:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.3.ebuild,v 1.3 2004/06/03 17:45:50 agriffis Exp $
IUSE="ssl postgres"
src_compile() {
# Patch configure to add -lssl when using postgresql and ssl
- if [ "`use postgres`" ] && [ "`use ssl`" ]
+ if use postgres && use ssl
then
sed -i "s/-lcrypt/-lcrypt -lssl/" configure
fi
# ChangeLog for dev-util/jarwizard
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.1 2004/04/11 21:43:07 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.2 2004/06/03 17:47:36 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> jarwizard-2.34.ebuild:
+ Fix use invocation
*jarwizard-2.34 (11 Apr 2004)
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.1 2004/04/11 21:43:07 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.2 2004/06/03 17:47:36 agriffis Exp $
inherit java-pkg
S="${WORKDIR}/${PN}"
src_compile() {
- if [ -n "`use jikes`" ] ; then
+ if use jikes ; then
jikes -O -source 1.3 *.java
else
javac -g:none -source 1.3 *.java
# ChangeLog for dev-util/pbuilder
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/ChangeLog,v 1.9 2004/04/19 04:25:18 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/ChangeLog,v 1.10 2004/06/03 17:46:21 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> pbuilder-0.86.ebuild,
+ pbuilder-0.99.ebuild:
+ Fix use invocation
18 Apr 2004; Jason Wever <weeve@gentoo.org> pbuilder-0.99.ebuild:
Added ~sparc keyword.
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.86.ebuild,v 1.4 2004/01/23 18:27:20 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.86.ebuild,v 1.5 2004/06/03 17:46:21 agriffis Exp $
DESCRIPTION="personal package builder for Debian packages"
HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
make DESTDIR=${D} install
dodoc AUTHORS COPYING ChangeLog README THANKS
- if [ ! `use uml` ]; then
+ if ! use uml; then
cd ${D}
rm -f etc/pbuilder/pbuilder-uml.conf
rm -f usr/share/pbuilder/pbuilder-uml.conf
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.99.ebuild,v 1.3 2004/04/19 04:25:18 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.99.ebuild,v 1.4 2004/06/03 17:46:21 agriffis Exp $
DESCRIPTION="personal package builder for Debian packages"
HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
make DESTDIR=${D} install
dodoc AUTHORS COPYING ChangeLog README THANKS
- if [ ! `use uml` ]; then
+ if ! use uml; then
cd ${D}
rm -f etc/pbuilder/pbuilder-uml.conf
rm -f usr/share/pbuilder/pbuilder-uml.conf