summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 14:26:01 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 14:26:01 +0000
commitfa19cc10358bc36b8a8094269220679476155be2 (patch)
tree975e63876056672a5f5166c3f5ae4305c8d5123f /app-sci/predict
parentVersion bumps for uclinux-sources; bug #47881. (Manifest recommit) (diff)
downloadgentoo-2-fa19cc10358bc36b8a8094269220679476155be2.tar.gz
gentoo-2-fa19cc10358bc36b8a8094269220679476155be2.tar.bz2
gentoo-2-fa19cc10358bc36b8a8094269220679476155be2.zip
Fix use invocation
Diffstat (limited to 'app-sci/predict')
-rw-r--r--app-sci/predict/ChangeLog6
-rw-r--r--app-sci/predict/predict-2.2.1.ebuild10
-rw-r--r--app-sci/predict/predict-2.2.2-r1.ebuild10
3 files changed, 15 insertions, 11 deletions
diff --git a/app-sci/predict/ChangeLog b/app-sci/predict/ChangeLog
index 70aef4547df7..2203ccfc716b 100644
--- a/app-sci/predict/ChangeLog
+++ b/app-sci/predict/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/predict
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/ChangeLog,v 1.7 2004/04/19 12:13:51 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/ChangeLog,v 1.8 2004/06/02 14:21:06 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> predict-2.2.1.ebuild,
+ predict-2.2.2-r1.ebuild:
+ Fix use invocation
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> predict-2.2.1.ebuild,
predict-2.2.2-r1.ebuild, predict-2.2.2.ebuild:
diff --git a/app-sci/predict/predict-2.2.1.ebuild b/app-sci/predict/predict-2.2.1.ebuild
index a42a62c99d0f..933a820c5aa7 100644
--- a/app-sci/predict/predict-2.2.1.ebuild
+++ b/app-sci/predict/predict-2.2.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-sci/predict/predict-2.2.1.ebuild,v 1.10 2004/04/19 12:13:51 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.1.ebuild,v 1.11 2004/06/02 14:21:06 agriffis Exp $
DESCRIPTION="Satellite tracking and orbital prediction."
HOMEPAGE="http://www.qsl.net/kd2bd/predict.html"
@@ -68,7 +68,7 @@ src_compile() {
${COMPILER} kep_reload.c -o kep_reload
# map
- if [ "`use xforms`" ]; then
+ if use xforms; then
einfo "compiling map"
cd ${S}/clients/map
TCOMP="${COMPILER} -I/usr/X11R6/include -L/usr/X11R6/lib -lforms -lX11 -lm map.c map_cb.c map_main.c -o map"
@@ -76,7 +76,7 @@ src_compile() {
fi
# gsat
- if [ "`use gtk`" ]; then
+ if use gtk; then
# note there are plugins for gsat but they are missing header files and wont compile
use nls || myconf="--disable-nls"
einfo "compiling gsat"
@@ -138,7 +138,7 @@ src_install() {
dodoc INSTALL.kep_reload README.kep_reload
# map
- if [ "`use xforms`" ]; then
+ if use xforms; then
cd ${S}/clients/map
dobin map
for i in CHANGES README COPYING; do
@@ -148,7 +148,7 @@ src_install() {
fi
# gsat
- if [ "`use gtk`" ]; then
+ if use gtk; then
# the install seems broken so do manually...
cd ${S}/clients/gsat-1.0.0
dodir /usr/lib/gsat/plugins
diff --git a/app-sci/predict/predict-2.2.2-r1.ebuild b/app-sci/predict/predict-2.2.2-r1.ebuild
index 6fde2bc60339..e161fd03d2e5 100644
--- a/app-sci/predict/predict-2.2.2-r1.ebuild
+++ b/app-sci/predict/predict-2.2.2-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-sci/predict/predict-2.2.2-r1.ebuild,v 1.3 2004/04/19 12:13:51 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.2-r1.ebuild,v 1.4 2004/06/02 14:21:06 agriffis Exp $
DESCRIPTION="Satellite tracking and orbital prediction."
HOMEPAGE="http://www.qsl.net/kd2bd/predict.html"
@@ -63,7 +63,7 @@ src_compile() {
${COMPILER} kep_reload.c -o kep_reload
# map
- if [ "`use xforms`" ]; then
+ if use xforms; then
einfo "compiling map"
cd ${S}/clients/map
TCOMP="${COMPILER} -I/usr/X11R6/include -L/usr/X11R6/lib -lforms -lX11 -lm map.c map_cb.c map_main.c -o map"
@@ -71,7 +71,7 @@ src_compile() {
fi
# gsat
- if [ "`use gtk`" ]; then
+ if use gtk; then
# note there are plugins for gsat but they are missing header files and wont compile
use nls || myconf="--disable-nls"
einfo "compiling gsat"
@@ -127,7 +127,7 @@ src_install() {
dodoc INSTALL.kep_reload README.kep_reload
# map
- if [ "`use xforms`" ]; then
+ if use xforms; then
cd ${S}/clients/map
dobin map
for i in CHANGES README COPYING; do
@@ -137,7 +137,7 @@ src_install() {
fi
# gsat
- if [ "`use gtk`" ]; then
+ if use gtk; then
# the install seems broken so do manually...
cd ${S}/clients/gsat-*
dodir /usr/lib/gsat/plugins