diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-02 12:48:00 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-02 12:48:00 +0000 |
commit | c6a661d4795aec4db225be90d142ee13c76107e9 (patch) | |
tree | a462b0e076815e8400ba8959712d5c5b9ed1dbfa /mail-client/mozilla-thunderbird | |
parent | Initial import of rcov, code coverage analysis tool (diff) | |
download | gentoo-2-c6a661d4795aec4db225be90d142ee13c76107e9.tar.gz gentoo-2-c6a661d4795aec4db225be90d142ee13c76107e9.tar.bz2 gentoo-2-c6a661d4795aec4db225be90d142ee13c76107e9.zip |
Dropped ~alpha keyword since thunderbird is badly broken on alpha (Bug #131359) and cannot be marked stable for secuity Bug #130888.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index fe2e7d595c58..23896ad7fbb7 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.112 2006/05/23 17:59:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.113 2006/06/02 12:48:00 tcort Exp $ + + 02 Jun 2006; Thomas Cort <tcort@gentoo.org> + mozilla-thunderbird-1.0.8.ebuild: + Dropped ~alpha keyword since thunderbird is badly broken on alpha (Bug + #131359) and cannot be marked stable for secuity Bug #130888. 23 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> +files/firefox-bus-error.patch, mozilla-thunderbird-1.5.0.2-r1.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild index fb0ccc82a92f..e328193f32a5 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.8.ebuild,v 1.3 2006/04/26 13:58:23 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.8.ebuild,v 1.4 2006/06/02 12:48:00 tcort 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="~amd64 ~ia64 ~ppc sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="mozcalendar ldap" |