diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:55:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:55:17 +0000 |
commit | 61e1173da41702491b8c9b9624d011da9195f52f (patch) | |
tree | 4af67d682796cc7a13d079e2aa295d6c00c7209b /app-gnustep | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.tar.gz gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.tar.bz2 gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.zip |
Fix use invocation
Diffstat (limited to 'app-gnustep')
-rw-r--r-- | app-gnustep/gnumail/ChangeLog | 5 | ||||
-rw-r--r-- | app-gnustep/gnumail/gnumail-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | app-gnustep/pantomime/ChangeLog | 5 | ||||
-rw-r--r-- | app-gnustep/pantomime/pantomime-1.1.0.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/app-gnustep/gnumail/ChangeLog b/app-gnustep/gnumail/ChangeLog index f8aec85ace8d..a440d235877e 100644 --- a/app-gnustep/gnumail/ChangeLog +++ b/app-gnustep/gnumail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-gnustep/gnumail # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gnumail/ChangeLog,v 1.6 2004/05/04 16:13:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gnumail/ChangeLog,v 1.7 2004/06/02 01:55:17 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnumail-1.1.0.ebuild: + Fix use invocation 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> gnumail-1.1.0.ebuild: Stable on alpha. diff --git a/app-gnustep/gnumail/gnumail-1.1.0.ebuild b/app-gnustep/gnumail/gnumail-1.1.0.ebuild index 90e6b0cf2816..0a7dccfbec32 100644 --- a/app-gnustep/gnumail/gnumail-1.1.0.ebuild +++ b/app-gnustep/gnumail/gnumail-1.1.0.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-gnustep/gnumail/gnumail-1.1.0.ebuild,v 1.4 2004/05/04 16:13:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gnumail/gnumail-1.1.0.ebuild,v 1.5 2004/06/02 01:55:17 agriffis Exp $ inherit gnustep @@ -29,13 +29,13 @@ src_unpack() { src_compile() { egnustepmake - if [ "`use xface`" ]; then + if use xface; then cd ${S}/Bundles/Face make cd ${S} fi - if [ "`use crypt`" ]; then + if use crypt; then cd ${S}/Bundles/PGP make cd ${S} diff --git a/app-gnustep/pantomime/ChangeLog b/app-gnustep/pantomime/ChangeLog index c2b3e2347ea4..469cc15849f5 100644 --- a/app-gnustep/pantomime/ChangeLog +++ b/app-gnustep/pantomime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-gnustep/pantomime # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/pantomime/ChangeLog,v 1.7 2004/05/04 16:06:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/pantomime/ChangeLog,v 1.8 2004/06/02 01:53:51 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> pantomime-1.1.0.ebuild: + Fix use invocation 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pantomime-1.1.0.ebuild, pantomime-1.1.0_pre2.ebuild: diff --git a/app-gnustep/pantomime/pantomime-1.1.0.ebuild b/app-gnustep/pantomime/pantomime-1.1.0.ebuild index da8fbdb46c79..44b267df44f9 100644 --- a/app-gnustep/pantomime/pantomime-1.1.0.ebuild +++ b/app-gnustep/pantomime/pantomime-1.1.0.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-gnustep/pantomime/pantomime-1.1.0.ebuild,v 1.4 2004/05/04 16:06:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/pantomime/pantomime-1.1.0.ebuild,v 1.5 2004/06/02 01:53:51 agriffis Exp $ IUSE="ssl" @@ -16,7 +16,7 @@ S=${WORKDIR}/${PN/p/P} src_compile() { egnustepmake - if [ "`use ssl`" ]; then + if use ssl; then cd ${S}/Bundles/SSL make cd ${S} @@ -26,7 +26,7 @@ src_compile() { src_install() { egnustepinstall - if [ "`use ssl`" ]; then + if use ssl; then mkdir -p ${D}usr/GNUstep/System/Library/Pantomime cd ${S}/Bundles/SSL tar cf - TCPSSLConnection.bundle | ( cd ${D}usr/GNUstep/System/Library/Pantomime; tar xf - ) |