diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:07:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:07:54 +0000 |
commit | 006fd656ac47b540fc7c6da7b0488fb05d67877b (patch) | |
tree | 9e827245ca4b355dc072673fa14ae8431d47f321 /dev-lisp | |
parent | Removed cvs header stuff from the patch so it doesn't bork... bug #52868. (Ma... (diff) | |
download | gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.tar.gz gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.tar.bz2 gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.zip |
Fix use invocation
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.3.ebuild | 4 |
7 files changed, 23 insertions, 13 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index a86da04c0979..03dda218d966 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/ecls -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.4 2003/08/26 00:29:59 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.5 2004/06/03 17:05:30 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ecls-0.2.ebuild: + Fix use invocation *ecls-0.9b (25 Aug 2003) diff --git a/dev-lisp/ecls/ecls-0.2.ebuild b/dev-lisp/ecls/ecls-0.2.ebuild index 9bf40d337a9b..08aa834412d7 100644 --- a/dev-lisp/ecls/ecls-0.2.ebuild +++ b/dev-lisp/ecls/ecls-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.10 2003/09/06 22:35:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.11 2004/06/03 17:05:30 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Embeddable Common Lisp 'Spain'" @@ -17,7 +17,7 @@ src_compile() { local myconf - if [ "`use X`" ] + if use X then myconf="${myconf} --with-x" else diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 1d6635a1fdf6..cf728933325f 100644 --- a/dev-lisp/gauche/ChangeLog +++ b/dev-lisp/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gauche # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.23 2004/05/25 16:13:01 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.24 2004/06/03 17:07:54 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gauche-0.7.3.ebuild: + Fix use invocation *gauche-0.8 (26 May 2004) diff --git a/dev-lisp/gauche/gauche-0.7.3.ebuild b/dev-lisp/gauche/gauche-0.7.3.ebuild index ef93d961f436..ac9b2a3360e6 100644 --- a/dev-lisp/gauche/gauche-0.7.3.ebuild +++ b/dev-lisp/gauche/gauche-0.7.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/dev-lisp/gauche/gauche-0.7.3.ebuild,v 1.5 2004/04/01 13:45:27 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.3.ebuild,v 1.6 2004/06/03 17:07:54 agriffis Exp $ inherit eutils flag-o-matic @@ -30,7 +30,7 @@ src_compile() { use ipv6 && myconf="--enable-ipv6" - if [ "`use nls`" ]; then + if use nls; then myconf="$myconf --enable-multibyte=utf-8" else myconf="$myconf --enable-multibyte=euc-jp" diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index 10c632b6d537..ed46e576073d 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/gcl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.16 2004/05/12 11:11:10 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.17 2004/06/03 17:04:14 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gcl-2.5.2.ebuild, + gcl-2.5.3.ebuild: + Fix use invocation 12 May 2004; Alexander Gabert <pappy@gentoo.org> gcl-2.5.3.ebuild: replaced hardened-gcc check with filter-flags logic call diff --git a/dev-lisp/gcl/gcl-2.5.2.ebuild b/dev-lisp/gcl/gcl-2.5.2.ebuild index 0321417a5211..952b262b1007 100644 --- a/dev-lisp/gcl/gcl-2.5.2.ebuild +++ b/dev-lisp/gcl/gcl-2.5.2.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/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.6 2004/05/12 11:11:10 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.7 2004/06/03 17:04:14 agriffis Exp $ inherit elisp-common @@ -46,7 +46,7 @@ src_install() { rm -rf ${D}/usr/lib/${P}/info - if [ -n "`use emacs`" ] ; then + if use emacs ; then mv elisp/add-default.el ${T}/50gcl-gentoo.el elisp-site-file-install ${T}/50gcl-gentoo.el elisp-install ${PN} elisp/* diff --git a/dev-lisp/gcl/gcl-2.5.3.ebuild b/dev-lisp/gcl/gcl-2.5.3.ebuild index 3dc51b0e2076..a30892ce43be 100644 --- a/dev-lisp/gcl/gcl-2.5.3.ebuild +++ b/dev-lisp/gcl/gcl-2.5.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/dev-lisp/gcl/gcl-2.5.3.ebuild,v 1.6 2004/05/28 12:36:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.3.ebuild,v 1.7 2004/06/03 17:04:14 agriffis Exp $ inherit elisp-common flag-o-matic @@ -46,7 +46,7 @@ src_install() { rm -rf ${D}/usr/lib/${P}/info - if [ -n "`use emacs`" ] ; then + if use emacs ; then mv elisp/add-default.el ${T}/50gcl-gentoo.el elisp-site-file-install ${T}/50gcl-gentoo.el elisp-install ${PN} elisp/* |