diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-04-30 16:57:20 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-04-30 16:57:20 +0000 |
commit | bcaca11f441e6804dee3fe4293474b8a4ffe38e5 (patch) | |
tree | 19256b581485da5cf82d3ec8c36aab8918a0356a /mail-client | |
parent | sci-libs/cqrlib: Drop unnedded la files (diff) | |
download | gentoo-2-bcaca11f441e6804dee3fe4293474b8a4ffe38e5.tar.gz gentoo-2-bcaca11f441e6804dee3fe4293474b8a4ffe38e5.tar.bz2 gentoo-2-bcaca11f441e6804dee3fe4293474b8a4ffe38e5.zip |
remove tb-11.0.1 add tb-12.0.1 for security
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-12.0.1.ebuild (renamed from mail-client/thunderbird/thunderbird-11.0.1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 9d5e38b729e2..7521639260fa 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.136 2012/04/30 12:26:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.137 2012/04/30 16:57:20 anarchy Exp $ + +*thunderbird-12.0.1 (30 Apr 2012) + + 30 Apr 2012; Jory A. Pratt <anarchy@gentoo.org> -thunderbird-11.0.1.ebuild, + +thunderbird-12.0.1.ebuild: + Remove tb-11.0.1, add tb-12.0.1 30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> thunderbird-10.0.4.ebuild: Stable for AMD64, wrt bug #413657 diff --git a/mail-client/thunderbird/thunderbird-11.0.1.ebuild b/mail-client/thunderbird/thunderbird-12.0.1.ebuild index 84691eaf4229..b38c3b329b5a 100644 --- a/mail-client/thunderbird/thunderbird-11.0.1.ebuild +++ b/mail-client/thunderbird/thunderbird-12.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-11.0.1.ebuild,v 1.1 2012/03/30 00:26:25 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-12.0.1.ebuild,v 1.1 2012/04/30 16:57:20 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -20,7 +20,7 @@ fi MOZ_P="${PN}-${MOZ_PV}" # Enigmail version -EMVER="1.4" +EMVER="1.4.1" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -36,7 +36,7 @@ LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist gconf +crashreporter +crypt +ipc +lightning +minimal mozdom +webm" PATCH="thunderbird-10.0-patches-0.1" -PATCHFF="firefox-11.0-patches-0.4" +PATCHFF="firefox-12.0-patches-0.1" SRC_URI="${SRC_URI} ${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2 @@ -168,6 +168,7 @@ src_configure() { mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" + mozconfig_annotate 'Missing fetures' --disable-system-cairo # Use enable features mozconfig_use_enable lightning calendar |