diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2005-10-13 21:46:03 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2005-10-13 21:46:03 +0000 |
commit | bb75e3c8aa1d76f2815aa475c343f201acdc9b36 (patch) | |
tree | ab534e9147604afa6727a336e9af52f5c86071ca /mail-client | |
parent | Pull jpgraph-1.19 as requested by Brian Harring for bug 107467. (diff) | |
download | gentoo-2-bb75e3c8aa1d76f2815aa475c343f201acdc9b36.tar.gz gentoo-2-bb75e3c8aa1d76f2815aa475c343f201acdc9b36.tar.bz2 gentoo-2-bb75e3c8aa1d76f2815aa475c343f201acdc9b36.zip |
Stable on x86. Bug #109094
(Portage version: 2.0.53_rc5)
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 e3bbcbfd8b67..72192fba88ac 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.33 2005/10/02 20:12:59 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.34 2005/10/13 21:46:03 fuzzyray Exp $ + + 13 Oct 2005; Paul Varner <fuzzyray@gentoo.org> + mozilla-thunderbird-bin-1.0.7.ebuild: + Stable on x86. Bug #109094 *mozilla-thunderbird-bin-1.0.7 (02 Oct 2005) diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.7.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.7.ebuild index d5461c5aff05..3996d44b9e58 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.7.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-1.0.7.ebuild,v 1.1 2005/10/02 20:12:59 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.7.ebuild,v 1.2 2005/10/13 21:46:03 fuzzyray Exp $ inherit eutils mozilla-launcher multilib @@ -9,7 +9,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/linux HOMEPAGE="http://www.mozilla.org/projects/thunderbird" RESTRICT="nostrip" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="" diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index c95b57ca88ec..2d71b5869376 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.85 2005/10/13 19:07:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.86 2005/10/13 21:44:51 fuzzyray Exp $ + + 13 Oct 2005; Paul Varner <fuzzyray@gentoo.org> + mozilla-thunderbird-1.0.7.ebuild: + Stable on x86. Bug #109094 13 Oct 2005; Aron Griffis <agriffis@gentoo.org> mozilla-thunderbird-1.0.7.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild index 1d24400e02ae..8d3bdfd8dad7 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild,v 1.3 2005/10/13 19:07:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7.ebuild,v 1.4 2005/10/13 21:44:51 fuzzyray Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib @@ -12,7 +12,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/sourc mirror://gentoo/mozilla-jslibmath-alpha.patch http://dev.gentoo.org/~agriffis/dist/mozilla-1.7.10-nsplugins-v2.patch" -KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="mozcalendar ldap" |