summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-04 02:55:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-04 02:55:30 +0000
commitfafddb4cd62431370017082aee7d80c75edfb43f (patch)
tree68bf06b782b9e22047ee4717fce3173c875073c8 /net-mail
parentapp-portage/layman: Update non-ASCII backport patch to fix bug #299305 (diff)
downloadgentoo-2-fafddb4cd62431370017082aee7d80c75edfb43f.tar.gz
gentoo-2-fafddb4cd62431370017082aee7d80c75edfb43f.tar.bz2
gentoo-2-fafddb4cd62431370017082aee7d80c75edfb43f.zip
Fix obvious typos in USE flag checks.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dbmail/ChangeLog9
-rw-r--r--net-mail/dbmail/dbmail-2.2.10.ebuild6
-rw-r--r--net-mail/dbmail/dbmail-2.2.11.ebuild6
-rw-r--r--net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild6
-rw-r--r--net-mail/dbmail/dbmail-2.2.11_rc3.ebuild6
-rw-r--r--net-mail/dbmail/dbmail-2.2.9.ebuild6
-rw-r--r--net-mail/dbmail/dbmail-2.3.4.ebuild6
7 files changed, 25 insertions, 20 deletions
diff --git a/net-mail/dbmail/ChangeLog b/net-mail/dbmail/ChangeLog
index 89e5b99133d1..1e5e102fb950 100644
--- a/net-mail/dbmail/ChangeLog
+++ b/net-mail/dbmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/dbmail
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.36 2009/10/04 20:06:46 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/ChangeLog,v 1.37 2010/01/04 02:55:30 flameeyes Exp $
+
+ 04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> dbmail-2.2.9.ebuild,
+ dbmail-2.2.10.ebuild, dbmail-2.2.11_rc3.ebuild,
+ dbmail-2.2.11_rc3-r1.ebuild, dbmail-2.2.11.ebuild, dbmail-2.3.4.ebuild:
+ Fix obvious typos in USE flag checks.
04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
dbmail-2.2.11_rc3-r1.ebuild, dbmail-2.2.11.ebuild:
diff --git a/net-mail/dbmail/dbmail-2.2.10.ebuild b/net-mail/dbmail/dbmail-2.2.10.ebuild
index 3b69c59ae490..f0acfa6dbafc 100644
--- a/net-mail/dbmail/dbmail-2.2.10.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.10.ebuild,v 1.5 2009/07/11 17:00:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.10.ebuild,v 1.6 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if !use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \
diff --git a/net-mail/dbmail/dbmail-2.2.11.ebuild b/net-mail/dbmail/dbmail-2.2.11.ebuild
index 418645b4d900..b03100a155fe 100644
--- a/net-mail/dbmail/dbmail-2.2.11.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11.ebuild,v 1.3 2009/10/04 20:06:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11.ebuild,v 1.4 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils multilib python
@@ -38,7 +38,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if ! use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \
diff --git a/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild b/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild
index 4561aa6ddf06..aa9410e463fe 100644
--- a/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild,v 1.4 2009/10/04 20:06:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11_rc3-r1.ebuild,v 1.5 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils multilib python
@@ -38,7 +38,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if ! use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \
diff --git a/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild b/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild
index e738028c00b8..7314f27a38fd 100644
--- a/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild,v 1.3 2009/07/11 17:00:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.11_rc3.ebuild,v 1.4 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if !use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \
diff --git a/net-mail/dbmail/dbmail-2.2.9.ebuild b/net-mail/dbmail/dbmail-2.2.9.ebuild
index 24d925f9a30f..6634905d53dd 100644
--- a/net-mail/dbmail/dbmail-2.2.9.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.9.ebuild,v 1.8 2009/07/11 17:00:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.9.ebuild,v 1.9 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if !use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \
diff --git a/net-mail/dbmail/dbmail-2.3.4.ebuild b/net-mail/dbmail/dbmail-2.3.4.ebuild
index e3a075adf644..06b81635cee4 100644
--- a/net-mail/dbmail/dbmail-2.3.4.ebuild
+++ b/net-mail/dbmail/dbmail-2.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.4.ebuild,v 1.2 2009/07/11 17:00:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.4.ebuild,v 1.3 2010/01/04 02:55:30 flameeyes Exp $
inherit eutils
@@ -38,7 +38,7 @@ pkg_setup() {
src_compile() {
use sqlite3 && myconf="--with-sqlite"
- if !use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
+ if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi
use ldap && myconf=${myconf}" --with-auth-ldap"
econf \