diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
commit | 589412865949a1e3bf28a52a1e3bb8793b5a5006 (patch) | |
tree | 64a607b3aee9a383197c7d67a80c47611e4bcfec /app-editors | |
parent | make sure the -Q is in the right place (Manifest recommit) (diff) | |
download | gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.gz gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.bz2 gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.zip |
Fix use invocation
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jasspa-microemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild | 4 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild | 4 | ||||
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.12.ebuild | 12 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.15.ebuild | 8 |
6 files changed, 24 insertions, 16 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index e281e4904ccd..78a6ca3c0c77 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.3 2004/04/26 09:28:58 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.4 2004/06/02 01:44:42 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> + jasspa-microemacs-20021205.ebuild, jasspa-microemacs-20040301.ebuild: + Fix use invocation 26 Apr 2004; David Holm <dholm@gentoo.org> jasspa-microemacs-20040301.ebuild: diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild index a729917fa8bb..088fb296794b 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.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-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild,v 1.2 2004/04/25 16:09:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20021205.ebuild,v 1.3 2004/06/02 01:44:42 agriffis Exp $ IUSE="X" @@ -30,7 +30,7 @@ DEPEND="virtual/glibc src_compile() { sed -i "/^COPTIMISE/s/.*/COPTIMISE = ${CFLAGS}/" linux2.gmk local loadpath="~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa" - if [ "`use X`" ] + if use X then ./build -p "$loadpath" else diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild index 01d37419328b..768fc96c6f78 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.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-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild,v 1.2 2004/04/26 09:28:58 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild,v 1.3 2004/06/02 01:44:42 agriffis Exp $ IUSE="X" @@ -37,7 +37,7 @@ src_unpack() { src_compile() { sed -i "/^COPTIMISE/s/.*/COPTIMISE = ${CFLAGS}/" linux2.gmk local loadpath="~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa" - if [ "`use X`" ] + if use X then ./build -p "$loadpath" else diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 58c8a802a9b5..d0023ff4b942 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.42 2004/05/21 23:19:31 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.43 2004/06/02 01:46:27 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> xemacs-21.4.12.ebuild, + xemacs-21.4.15.ebuild: + Fix use invocation *xemacs-21.4.15 (21 May 2004) diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index df407dc4f56c..34dd2ad8e443 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.12.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-editors/xemacs/xemacs-21.4.12.ebuild,v 1.14 2004/05/31 22:12:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.15 2004/06/02 01:46:27 agriffis Exp $ inherit eutils @@ -85,17 +85,17 @@ src_compile() { myconf="${myconf} --with-dialogs=lucid" myconf="${myconf} --with-scrollbars=lucid" myconf="${myconf} --with-menubars=lucid" - if [ "`use motif`" ] ; then + if use motif ; then myconf="--with-widgets=motif" myconf="${myconf} --with-dialogs=motif" myconf="${myconf} --with-scrollbars=motif" myconf="${myconf} --with-menubars=lucid" fi - if [ "`use athena`" ] ; then + if use athena ; then myconf="--with-widgets=athena" - if [ "`use Xaw3d`" ] ; then + if use Xaw3d ; then myconf="${myconf} --with-athena=xaw3d" - elif [ "`use neXt`" ] ; then + elif use neXt ; then myconf="${myconf} --with-athena=next" else myconf="${myconf} --with-athena=3d" @@ -134,7 +134,7 @@ src_compile() { use ldap && myconf="${myconf} --with-ldap" || myconf="${myconf} --without-ldap" - if [ "`use mule`" ] ; then + if use mule ; then myconf="${myconf} --with-mule" use motif && myconf="${myconf} --with-xim=motif" || myconf="${myconf} --with-xim=xlib" diff --git a/app-editors/xemacs/xemacs-21.4.15.ebuild b/app-editors/xemacs/xemacs-21.4.15.ebuild index c06f0ea9c863..7377f1d45ef4 100644 --- a/app-editors/xemacs/xemacs-21.4.15.ebuild +++ b/app-editors/xemacs/xemacs-21.4.15.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-editors/xemacs/xemacs-21.4.15.ebuild,v 1.2 2004/05/31 22:12:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.3 2004/06/02 01:46:27 agriffis Exp $ inherit eutils @@ -92,9 +92,9 @@ src_compile() { fi if use athena ; then myconf="--with-widgets=athena" - if [ "`use Xaw3d`" ] ; then + if use Xaw3d ; then myconf="${myconf} --with-athena=xaw3d" - elif [ "`use neXt`" ] ; then + elif use neXt ; then myconf="${myconf} --with-athena=next" else myconf="${myconf} --with-athena=3d" @@ -133,7 +133,7 @@ src_compile() { use ldap && myconf="${myconf} --with-ldap" || myconf="${myconf} --without-ldap" - if [ "`use mule`" ] ; then + if use mule ; then myconf="${myconf} --with-mule" use motif && myconf="${myconf} --with-xim=motif" || myconf="${myconf} --with-xim=xlib" |