diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-15 18:53:11 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-15 18:53:11 +0000 |
commit | 59fe0e22264ea2f2a92b9a68ae5677486985bcc3 (patch) | |
tree | f81b8007f66a3b9175bad474339aa4c71b5c9dc4 /mail-client | |
parent | Fix the copy of shared libraries to use standard posix cp options. (diff) | |
download | historical-59fe0e22264ea2f2a92b9a68ae5677486985bcc3.tar.gz historical-59fe0e22264ea2f2a92b9a68ae5677486985bcc3.tar.bz2 historical-59fe0e22264ea2f2a92b9a68ae5677486985bcc3.zip |
Stable on amd64 wrt security bug 180436
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'mail-client')
4 files changed, 14 insertions, 6 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog index cddbf1175a58..cd15e3f86663 100644 --- a/mail-client/mozilla-thunderbird-bin/ChangeLog +++ b/mail-client/mozilla-thunderbird-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird-bin # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.80 2007/06/15 17:20:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.81 2007/06/15 18:49:52 angelos Exp $ + + 15 Jun 2007; Christoph Mende <angelos@gentoo.org> + mozilla-thunderbird-bin-2.0.0.4.ebuild: + Stable on amd64 wrt security bug 180436 15 Jun 2007; Raúl Porcel <armin76@gentoo.org> mozilla-thunderbird-bin-2.0.0.4.ebuild: diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild index bff8de468264..ab36e52d7512 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild,v 1.2 2007/06/15 17:20:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-2.0.0.4.ebuild,v 1.3 2007/06/15 18:49:52 angelos Exp $ inherit eutils mozilla-launcher multilib mozextension @@ -12,7 +12,7 @@ SRC_URI="http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/ HOMEPAGE="http://www.mozilla.org/projects/thunderbird" RESTRICT="nostrip" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="" diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 3d9f6438074d..02dc9d010105 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.206 2007/06/15 17:28:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.207 2007/06/15 18:53:11 angelos Exp $ + + 15 Jun 2007; Christoph Mende <angelos@gentoo.org> + mozilla-thunderbird-2.0.0.4.ebuild: + Stable on amd64 wrt security bug 180436 15 Jun 2007; Raúl Porcel <armin76@gentoo.org> mozilla-thunderbird-2.0.0.4.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild index c4ea9c6cc39e..4bff93f1a445 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild,v 1.2 2007/06/15 17:28:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.4.ebuild,v 1.3 2007/06/15 18:53:11 angelos Exp $ WANT_AUTOCONF="2.1" @@ -18,7 +18,7 @@ MOZ_URI="http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${MY_P SRC_URI="${MOZ_URI}/source/thunderbird-${MY_PV}-source.tar.bz2 mirror://gentoo/${PATCH}.tar.bz2" -KEYWORDS="alpha ~amd64 ia64 -mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 -mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ldap crypt bindist mozdom replytolist" |