diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 08:32:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 08:32:45 +0000 |
commit | 9da675c2aa56afa77ac8656b188a28dff82f45db (patch) | |
tree | b329187aa67aa112c2776362fa880fa700d1c8c3 /net-mail | |
parent | don't use deprecated ? : use syntax (Manifest recommit) (diff) | |
download | gentoo-2-9da675c2aa56afa77ac8656b188a28dff82f45db.tar.gz gentoo-2-9da675c2aa56afa77ac8656b188a28dff82f45db.tar.bz2 gentoo-2-9da675c2aa56afa77ac8656b188a28dff82f45db.zip |
don't use deprecated ? : use syntax
Diffstat (limited to 'net-mail')
5 files changed, 24 insertions, 19 deletions
diff --git a/net-mail/mozilla-thunderbird/ChangeLog b/net-mail/mozilla-thunderbird/ChangeLog index 07de12e978de..daedef8df42b 100644 --- a/net-mail/mozilla-thunderbird/ChangeLog +++ b/net-mail/mozilla-thunderbird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/mozilla-thunderbird # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.23 2004/03/07 17:20:58 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.24 2004/03/25 08:32:45 mr_bones_ Exp $ + + 25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + mozilla-thunderbird-0.3-r1.ebuild, mozilla-thunderbird-0.4.ebuild, + mozilla-thunderbird-0.5-r1.ebuild, mozilla-thunderbird-0.5.ebuild: + don't use deprecated ? : use syntax *mozilla-thunderbird-0.5-r1 (07 Mar 2004) diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild index 78e241683cd1..23c2f4702c38 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.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/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild,v 1.3 2003/12/08 06:28:34 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild,v 1.4 2004/03/25 08:32:45 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -42,9 +42,9 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - ( gtk2? >=x11-libs/gtk+-2.1.1 : - =x11-libs/gtk+-1.2* ) - crypt? ( >=app-crypt/gnupg-1.2.1 )" + gtk2? ( >=x11-libs/gtk+-2.1.1 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + crypt? ( >=app-crypt/gnupg-1.2.1 )" DEPEND="${RDEPEND} virtual/glibc diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild index 801581b8ab17..ca41d2298275 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.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/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.9 2004/02/10 00:49:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.10 2004/03/25 08:32:45 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -42,9 +42,9 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - ( gtk2? >=x11-libs/gtk+-2.1.1 : - =x11-libs/gtk+-1.2* ) - crypt? ( >=app-crypt/gnupg-1.2.1 )" + gtk2? ( >=x11-libs/gtk+-2.1.1 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + crypt? ( >=app-crypt/gnupg-1.2.1 )" DEPEND="${RDEPEND} virtual/glibc diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5-r1.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5-r1.ebuild index 897a01dfe849..8928812bbf57 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5-r1.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5-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/mozilla-thunderbird/mozilla-thunderbird-0.5-r1.ebuild,v 1.1 2004/03/07 17:20:58 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5-r1.ebuild,v 1.2 2004/03/25 08:32:45 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -42,9 +42,9 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - ( gtk2? >=x11-libs/gtk+-2.1.1 : - =x11-libs/gtk+-1.2* ) - crypt? ( >=app-crypt/gnupg-1.2.1 )" + gtk2? ( >=x11-libs/gtk+-2.1.1 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + crypt? ( >=app-crypt/gnupg-1.2.1 )" DEPEND="${RDEPEND} virtual/glibc diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild index 66cf047fb170..43831c353c08 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.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/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.4 2004/02/24 00:26:28 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.5 2004/03/25 08:32:45 mr_bones_ Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -42,9 +42,9 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - ( gtk2? >=x11-libs/gtk+-2.1.1 : - =x11-libs/gtk+-1.2* ) - crypt? ( >=app-crypt/gnupg-1.2.1 )" + gtk2? ( >=x11-libs/gtk+-2.1.1 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + crypt? ( >=app-crypt/gnupg-1.2.1 )" DEPEND="${RDEPEND} virtual/glibc |