diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:52:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:52:55 +0000 |
commit | fc0231c10fec7cadfebc38cfcbccace476010c78 (patch) | |
tree | c677b6319aa09e9f021c5d445b7ddb32d37312cc /net-mail | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.tar.gz gentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.tar.bz2 gentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.zip |
Fix use invocation
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/courier-imap/courier-imap-3.0.4.ebuild | 4 |
7 files changed, 19 insertions, 13 deletions
diff --git a/net-mail/courier-imap/ChangeLog b/net-mail/courier-imap/ChangeLog index 824f3fccfdaa..03d3c5f776ab 100644 --- a/net-mail/courier-imap/ChangeLog +++ b/net-mail/courier-imap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/courier-imap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.71 2004/05/28 20:41:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.72 2004/06/10 20:52:55 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> + courier-imap-2.1.2-r1.ebuild, courier-imap-2.1.2-r2.ebuild, + courier-imap-3.0.2-r1.ebuild, courier-imap-3.0.2.ebuild, + courier-imap-3.0.4-r1.ebuild, courier-imap-3.0.4.ebuild: + Fix use invocation 28 May 2004; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Update metadata.xml. diff --git a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild b/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild index be480fa0d1a8..98dab2875144 100644 --- a/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-2.1.2-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/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild,v 1.16 2004/04/27 20:52:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-2.1.2-r1.ebuild,v 1.17 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -112,7 +112,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + if has_version 'app-admin/fam' && ! use fam; then ewarn "FAM will be detected by the package and support will be enabled" ewarn "The package presently provides no way to disable fam support if you don't want it" fi diff --git a/net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild b/net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild index 2550ec502260..ad3f77f19d8b 100644 --- a/net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild +++ b/net-mail/courier-imap/courier-imap-2.1.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/net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild,v 1.3 2004/04/27 20:52:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-2.1.2-r2.ebuild,v 1.4 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -124,7 +124,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + if has_version 'app-admin/fam' && ! use fam; then ewarn "FAM will be detected by the package and support will be enabled" ewarn "The package presently provides no way to disable fam support if you don't want it" fi diff --git a/net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild b/net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild index 858d0a302e7b..1061ed3f68fd 100644 --- a/net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-3.0.2-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/net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild,v 1.3 2004/04/27 20:52:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.2-r1.ebuild,v 1.4 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -130,7 +130,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - #if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + #if has_version 'app-admin/fam' && ! use fam; then # ewarn "FAM will be detected by the package and support will be enabled" # ewarn "The package presently provides no way to disable fam support if you don't want it" #fi diff --git a/net-mail/courier-imap/courier-imap-3.0.2.ebuild b/net-mail/courier-imap/courier-imap-3.0.2.ebuild index d7af2cdb4e22..fcc5717bc8f1 100644 --- a/net-mail/courier-imap/courier-imap-3.0.2.ebuild +++ b/net-mail/courier-imap/courier-imap-3.0.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/net-mail/courier-imap/courier-imap-3.0.2.ebuild,v 1.10 2004/04/27 20:52:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.2.ebuild,v 1.11 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -122,7 +122,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + if has_version 'app-admin/fam' && ! use fam; then ewarn "FAM will be detected by the package and support will be enabled" ewarn "The package presently provides no way to disable fam support if you don't want it" fi diff --git a/net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild b/net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild index ec2215bd75e6..1206aa6f4bee 100644 --- a/net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-3.0.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/net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild,v 1.1 2004/05/19 09:04:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.4-r1.ebuild,v 1.2 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -130,7 +130,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - #if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + #if has_version 'app-admin/fam' && ! use fam; then # ewarn "FAM will be detected by the package and support will be enabled" # ewarn "The package presently provides no way to disable fam support if you don't want it" #fi diff --git a/net-mail/courier-imap/courier-imap-3.0.4.ebuild b/net-mail/courier-imap/courier-imap-3.0.4.ebuild index a68e5318207e..3040a57a0e5a 100644 --- a/net-mail/courier-imap/courier-imap-3.0.4.ebuild +++ b/net-mail/courier-imap/courier-imap-3.0.4.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/net-mail/courier-imap/courier-imap-3.0.4.ebuild,v 1.1 2004/05/18 01:33:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.4.ebuild,v 1.2 2004/06/10 20:52:55 agriffis Exp $ inherit eutils @@ -130,7 +130,7 @@ src_compile() { myconf="${myconf} --without-redhat" # bug #29879 - FAM support - #if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then + #if has_version 'app-admin/fam' && ! use fam; then # ewarn "FAM will be detected by the package and support will be enabled" # ewarn "The package presently provides no way to disable fam support if you don't want it" #fi |