summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 13:09:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 13:09:37 +0000
commit7e1680711b0c40fcfefc9b4ef0bec2b381af7927 (patch)
tree247509bb07bf022b169a6745cede26723fc229e4 /app-sci/gmt
parentarm KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.tar.gz
gentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.tar.bz2
gentoo-2-7e1680711b0c40fcfefc9b4ef0bec2b381af7927.zip
Fix use invocation
Diffstat (limited to 'app-sci/gmt')
-rw-r--r--app-sci/gmt/ChangeLog6
-rw-r--r--app-sci/gmt/gmt-3.4.3.ebuild4
-rw-r--r--app-sci/gmt/gmt-3.4.4-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/gmt/ChangeLog b/app-sci/gmt/ChangeLog
index 30bc1df1ef94..93f731575c86 100644
--- a/app-sci/gmt/ChangeLog
+++ b/app-sci/gmt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/gmt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gmt/ChangeLog,v 1.7 2004/05/17 11:28:31 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gmt/ChangeLog,v 1.8 2004/06/02 13:06:35 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> gmt-3.4.3.ebuild,
+ gmt-3.4.4-r1.ebuild:
+ Fix use invocation
17 May 2004; Patrick Kursawe <phosphan@gentoo.org> gmt-3.4.4-r1.ebuild:
Going stable
diff --git a/app-sci/gmt/gmt-3.4.3.ebuild b/app-sci/gmt/gmt-3.4.3.ebuild
index ed21bb40f4d9..821068f6b7b2 100644
--- a/app-sci/gmt/gmt-3.4.3.ebuild
+++ b/app-sci/gmt/gmt-3.4.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/gmt/gmt-3.4.3.ebuild,v 1.4 2004/03/26 12:15:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gmt/gmt-3.4.3.ebuild,v 1.5 2004/06/02 13:06:35 agriffis Exp $
DESCRIPTION="Powerfull map generator"
HOMEPAGE="http://gmt.soest.hawaii.edu/"
@@ -36,7 +36,7 @@ src_unpack() {
unpack ${A} || die
mv -f ${WORKDIR}/share/* ${S}/share/ || die
- if [ `use gmttria` ] ; then
+ if use gmttria ; then
mv -f ${WORKDIR}/src/* ${S}/src/ || die
fi
}
diff --git a/app-sci/gmt/gmt-3.4.4-r1.ebuild b/app-sci/gmt/gmt-3.4.4-r1.ebuild
index aaff91833d37..3540e94d2e89 100644
--- a/app-sci/gmt/gmt-3.4.4-r1.ebuild
+++ b/app-sci/gmt/gmt-3.4.4-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/gmt/gmt-3.4.4-r1.ebuild,v 1.2 2004/05/17 11:28:31 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gmt/gmt-3.4.4-r1.ebuild,v 1.3 2004/06/02 13:06:35 agriffis Exp $
MAINV="${PV:0:1}"
@@ -34,7 +34,7 @@ src_unpack() {
unpack ${A} || die
mv -f ${WORKDIR}/share/* ${S}/share/ || die
- if [ `use gmttria` ] ; then
+ if use gmttria ; then
mv -f ${WORKDIR}/src/* ${S}/src/ || die
fi
}