summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 13:53:38 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 13:53:38 +0000
commitb4ae4b2d0c5a85206600ce753935abb1d0132630 (patch)
tree00aa7c6d41ff3ffe11e3a034db3e1e8c3e13157c /app-sci
parentAdded patches for the CAN-2004-0181, CAN-2004-0394, and CAN-2004-0427 vulnera... (diff)
downloadhistorical-b4ae4b2d0c5a85206600ce753935abb1d0132630.tar.gz
historical-b4ae4b2d0c5a85206600ce753935abb1d0132630.tar.bz2
historical-b4ae4b2d0c5a85206600ce753935abb1d0132630.zip
Fix use invocation
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/blas-reference/ChangeLog8
-rw-r--r--app-sci/blas-reference/blas-reference-19940131.ebuild6
-rw-r--r--app-sci/chemtool/ChangeLog6
-rw-r--r--app-sci/chemtool/chemtool-1.6-r1.ebuild8
-rw-r--r--app-sci/chemtool/chemtool-1.6.3.ebuild6
-rw-r--r--app-sci/xcircuit/ChangeLog5
-rw-r--r--app-sci/xcircuit/xcircuit-3.1.31.ebuild8
7 files changed, 29 insertions, 18 deletions
diff --git a/app-sci/blas-reference/ChangeLog b/app-sci/blas-reference/ChangeLog
index ad407e90f027..d51adb154967 100644
--- a/app-sci/blas-reference/ChangeLog
+++ b/app-sci/blas-reference/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/blas-reference
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/ChangeLog,v 1.5 2004/05/12 22:30:19 george Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/ChangeLog,v 1.6 2004/06/02 13:52:37 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ blas-reference-19940131.ebuild:
+ Fix use invocation
11 May 2004; George Shapovalov <george@gentoo.org> blas-reference-19940131.ebuild :
fix for the g77 issue (with >=gcc-3.3.3-r2)
diff --git a/app-sci/blas-reference/blas-reference-19940131.ebuild b/app-sci/blas-reference/blas-reference-19940131.ebuild
index a0221175946e..2d1f70ad02f7 100644
--- a/app-sci/blas-reference/blas-reference-19940131.ebuild
+++ b/app-sci/blas-reference/blas-reference-19940131.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-sci/blas-reference/blas-reference-19940131.ebuild,v 1.4 2004/05/17 00:30:02 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/blas-reference-19940131.ebuild,v 1.5 2004/06/02 13:52:37 agriffis Exp $
Name="blas"
DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)"
@@ -62,7 +62,7 @@ src_compile() {
# Libraries will be installed in RPATH:
RPATH=${TOP_PATH}/reference
- if [ "`use ifc`" ]
+ if use ifc
then
ifc_info
make static FC="ifc" FFLAGS="${IFCFLAGS}"
@@ -79,7 +79,7 @@ src_compile() {
}
src_install() {
- if [ "`use ifc`" ]
+ if use ifc
then
strip --strip-unneeded libblas.so.0.0.0
strip --strip-debug libblas.a
diff --git a/app-sci/chemtool/ChangeLog b/app-sci/chemtool/ChangeLog
index 2f9e2d34c4dd..2962e38921c9 100644
--- a/app-sci/chemtool/ChangeLog
+++ b/app-sci/chemtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/chemtool
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/ChangeLog,v 1.11 2004/05/24 08:05:19 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/ChangeLog,v 1.12 2004/06/02 13:53:38 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> chemtool-1.6-r1.ebuild,
+ chemtool-1.6.3.ebuild:
+ Fix use invocation
*chemtool-1.6.3 (24 May 2004)
diff --git a/app-sci/chemtool/chemtool-1.6-r1.ebuild b/app-sci/chemtool/chemtool-1.6-r1.ebuild
index 87f5ba154a9f..b988c137094a 100644
--- a/app-sci/chemtool/chemtool-1.6-r1.ebuild
+++ b/app-sci/chemtool/chemtool-1.6-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.6-r1.ebuild,v 1.2 2004/03/15 13:34:13 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.6-r1.ebuild,v 1.3 2004/06/02 13:53:38 agriffis Exp $
-[ -n "`use kde`" ] && inherit kde-functions
+use kde && inherit kde-functions
inherit eutils
DESCRIPTION="program for drawing organic molecules"
@@ -30,13 +30,13 @@ src_compile() {
local config_opts
config_opts="--enable-emf"
- if [ "`use kde`" ]; then
+ if use kde; then
config_opts="${config_opts} --with-kdedir=${mykdedir}" ;
else
config_opts="${config_opts} --without-kdedir"
fi
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
config_opts="${config_opts} --with-gnomedir=/usr" ;
else
config_opts="${config_opts} --without-gnomedir" ;
diff --git a/app-sci/chemtool/chemtool-1.6.3.ebuild b/app-sci/chemtool/chemtool-1.6.3.ebuild
index 601b30eb3aba..e929dec2793c 100644
--- a/app-sci/chemtool/chemtool-1.6.3.ebuild
+++ b/app-sci/chemtool/chemtool-1.6.3.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-sci/chemtool/chemtool-1.6.3.ebuild,v 1.1 2004/05/24 08:05:19 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.6.3.ebuild,v 1.2 2004/06/02 13:53:38 agriffis Exp $
use kde && inherit kde-functions
inherit eutils
@@ -31,13 +31,13 @@ src_compile() {
sed -e "s:\(^CPPFLAGS.*\):\1 ${mycppflags}:" -i Makefile.in || \
die "could not append cppflags"
- if [ "`use kde`" ]; then
+ if use kde; then
config_opts="${config_opts} --with-kdedir=${mykdedir}" ;
else
config_opts="${config_opts} --without-kdedir"
fi
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
config_opts="${config_opts} --with-gnomedir=/usr" ;
else
config_opts="${config_opts} --without-gnomedir" ;
diff --git a/app-sci/xcircuit/ChangeLog b/app-sci/xcircuit/ChangeLog
index 37588d26ad47..57d4194d0089 100644
--- a/app-sci/xcircuit/ChangeLog
+++ b/app-sci/xcircuit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/xcircuit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.15 2004/04/26 16:13:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.16 2004/06/02 13:53:09 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> xcircuit-3.1.31.ebuild:
+ Fix use invocation
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xcircuit-3.1.31.ebuild:
Add die following econf for bug 48950
diff --git a/app-sci/xcircuit/xcircuit-3.1.31.ebuild b/app-sci/xcircuit/xcircuit-3.1.31.ebuild
index fa2ee8b3369d..babf19fd39c4 100644
--- a/app-sci/xcircuit/xcircuit-3.1.31.ebuild
+++ b/app-sci/xcircuit/xcircuit-3.1.31.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-sci/xcircuit/xcircuit-3.1.31.ebuild,v 1.4 2004/04/26 16:13:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-3.1.31.ebuild,v 1.5 2004/06/02 13:53:09 agriffis Exp $
DESCRIPTION="Circuit drawing and schematic capture program."
SRC_URI="http://xcircuit.ece.jhu.edu/archive/${P}.tgz"
@@ -20,13 +20,13 @@ src_compile() {
sed -e '693s:LDFLAGS="":LDFLAGS="-L/usr/X11R6/lib":;694i LIBS="${LIBS} ${LIB_SPECS}"' -i configure.in
aclocal && autoconf || die "Could not recreate configuration files!"
- if [ `use tcltk` ]; then
+ if use tcltk; then
econf --with-tcl --with-tk || die "econf failed"
else
econf || die "econf failed"
fi
- if [ `use tcltk` ]; then
+ if use tcltk; then
sed -e '67s/extern //' -i events.c
sed -e 's/extern Tcl_Interp/Tcl_Interp/' -i tclxcircuit.c
sed -e '2982d; 3069d;' -i xcircuit.c
@@ -39,7 +39,7 @@ src_compile() {
src_install () {
emake DESTDIR=${D} install || die "Installation failed"
- if [ `use tcltk` ]; then
+ if use tcltk; then
emake DESTDIR=${D} install-tcl || die "Installation failed"
fi
dodoc COPYRIGHT README*