diff options
-rw-r--r-- | app-emacs/wanderlust-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild | 4 | ||||
-rw-r--r-- | app-sci/mupad/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/mupad/mupad-2.5.2-r2.ebuild | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/app-emacs/wanderlust-cvs/ChangeLog b/app-emacs/wanderlust-cvs/ChangeLog index e36119f62b2e..230058636183 100644 --- a/app-emacs/wanderlust-cvs/ChangeLog +++ b/app-emacs/wanderlust-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/wanderlust-cvs -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/ChangeLog,v 1.1 2003/10/10 20:28:24 usata Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/ChangeLog,v 1.2 2004/06/02 13:41:25 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> wanderlust-cvs-2.11.ebuild: + Fix use invocation *wanderlust-cvs-2.11 (11 Oct 2003) diff --git a/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild b/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild index fbe919f347e9..e9c351daa999 100644 --- a/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild +++ b/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.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-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild,v 1.2 2004/06/01 14:09:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild,v 1.3 2004/06/02 13:41:25 agriffis Exp $ ECVS_SERVER="cvs.m17n.org:/cvs/root" ECVS_MODULE="wanderlust" @@ -30,7 +30,7 @@ SITEFILE="70wl-gentoo.el" src_compile() { - if [ "`use ssl`" ] ; then + if use ssl ; then echo "(setq wl-install-utils t)" >> WL-CFG fi diff --git a/app-sci/mupad/ChangeLog b/app-sci/mupad/ChangeLog index db35161f14c4..701a8b4f471d 100644 --- a/app-sci/mupad/ChangeLog +++ b/app-sci/mupad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/mupad # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/ChangeLog,v 1.5 2004/05/16 11:13:33 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/ChangeLog,v 1.6 2004/06/02 13:45:10 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> mupad-2.5.2-r2.ebuild: + Fix use invocation 16 May 2004; Danny van Dyk <kugelfang@gentoo.org> mupad-2.5.2-r2.ebuild: Fixed BUG #50946 using patch by Andreas Korinek. Marked ~amd64. diff --git a/app-sci/mupad/mupad-2.5.2-r2.ebuild b/app-sci/mupad/mupad-2.5.2-r2.ebuild index 38fead738d9f..44b43959aaa9 100644 --- a/app-sci/mupad/mupad-2.5.2-r2.ebuild +++ b/app-sci/mupad/mupad-2.5.2-r2.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/mupad/mupad-2.5.2-r2.ebuild,v 1.2 2004/05/16 11:13:33 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mupad/mupad-2.5.2-r2.ebuild,v 1.3 2004/06/02 13:45:10 agriffis Exp $ IUSE="mupad-noscilab" @@ -81,7 +81,7 @@ src_install() { use mupad-noscilab && rm -rf ${D}/usr/lib/mupad/packages/scilab/ #patch the sysinfo file to recognize x86_64 as proper ${ARCH} - if [ "`use amd64`" ]; then + if use amd64; then einfo "Patching sysinfo file to recognize x86_64..." sed -i -e "s/i*86) LINE/i*86|x86_64) LINE/" ${D}/usr/lib/mupad/share/bin/sysinfo fi |