summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-01-31 01:37:42 +0000
committerJory Pratt <anarchy@gentoo.org>2010-01-31 01:37:42 +0000
commit274f05a066314409c1ea9de65d9aaf8f2d52ce59 (patch)
tree22d910af0fd9d3d636dbd9011fa3b72ca6f515d6 /mail-client/mozilla-thunderbird-bin
parentRemove old development versions (diff)
downloadgentoo-2-274f05a066314409c1ea9de65d9aaf8f2d52ce59.tar.gz
gentoo-2-274f05a066314409c1ea9de65d9aaf8f2d52ce59.tar.bz2
gentoo-2-274f05a066314409c1ea9de65d9aaf8f2d52ce59.zip
version bump
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
-rw-r--r--mail-client/mozilla-thunderbird-bin/ChangeLog8
-rw-r--r--mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.1.ebuild (renamed from mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.ebuild)21
2 files changed, 14 insertions, 15 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog
index fca84a7eb5ec..cf83b836c798 100644
--- a/mail-client/mozilla-thunderbird-bin/ChangeLog
+++ b/mail-client/mozilla-thunderbird-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/mozilla-thunderbird-bin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.138 2010/01/02 09:57:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.139 2010/01/31 01:37:42 anarchy Exp $
+
+*mozilla-thunderbird-bin-3.0.1 (31 Jan 2010)
+
+ 31 Jan 2010; <anarchy@gentoo.org> -mozilla-thunderbird-bin-3.0.ebuild,
+ +mozilla-thunderbird-bin-3.0.1.ebuild:
+ version bump
02 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
mozilla-thunderbird-bin-3.0.ebuild:
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.1.ebuild
index 4bbf9bbcb81c..b33d4d9dc03e 100644
--- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.ebuild
+++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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-3.0.ebuild,v 1.2 2010/01/02 09:57:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0.1.ebuild,v 1.1 2010/01/31 01:37:42 anarchy Exp $
EAPI="2"
inherit eutils multilib mozextension
@@ -44,6 +44,7 @@ RDEPEND="x11-libs/libXrender
x11-libs/libXmu
x86? (
>=x11-libs/gtk+-2.2
+ net-misc/curl[nss]
)
amd64? (
app-emulation/emul-linux-x86-baselibs
@@ -128,20 +129,12 @@ pkg_postinst() {
#elog " http://enigmail.mozdev.org/"
if use x86; then
- if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \
- || ! has_version 'net-misc/curl'; then
+ if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' ; then
einfo
einfo "For using the crashreporter, you need gnome-base/gconf,"
einfo "gnome-base/orbit and net-misc/curl emerged."
einfo
fi
- if has_version 'net-misc/curl' && built_with_use --missing \
- true 'net-misc/curl' nss; then
- einfo
- einfo "Crashreporter won't be able to send reports"
- einfo "if you have curl emerged with the nss USE-flag"
- einfo
- fi
else
einfo
einfo "NB: You just installed a 32-bit thunderbird"
@@ -151,8 +144,8 @@ pkg_postinst() {
fi
einfo
- elog "We have moved away from mozilla-launcher, as it has major design flaws."
- elog "You will need to update your symlinks to use thunderbird-bin as the executable"
- elog "to launch thunderbird-bin. If you are used to just typing thunderbird to start, you"
- elog "can create an alias in your ${HOME}/.bashrc. Example: alias thunderbird="thunderbird-bin""
+ elog 'We have moved away from mozilla-launcher, as it has major design flaws.'
+ elog 'You will need to update your symlinks to use thunderbird-bin as the executable'
+ elog 'to launch thunderbird-bin. If you are used to just typing thunderbird to start, you'
+ elog 'can create an alias in your ${HOME}/.bashrc. Example: alias thunderbird="thunderbird-bin"'
}