summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-07-10 18:45:56 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-07-10 18:45:56 +0000
commit968455bcde542bc1110aa9101857afa04e8bac5b (patch)
tree3f04fb3212940a88bb61c2bc48ecb979842251b9 /mail-client
parent#98575: added dev-perl/gtk2-perl as a dep... no idea how i missed it the firs... (diff)
downloadgentoo-2-968455bcde542bc1110aa9101857afa04e8bac5b.tar.gz
gentoo-2-968455bcde542bc1110aa9101857afa04e8bac5b.tar.bz2
gentoo-2-968455bcde542bc1110aa9101857afa04e8bac5b.zip
Ã~amd64 keyword
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird-bin/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.ebuild12
2 files changed, 14 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog
index 7c9aaf187cf4..a5624e0f0240 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.20 2005/05/12 13:12:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.21 2005/07/10 18:45:56 humpback Exp $
+
+ 10 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ mozilla-thunderbird-bin-1.0.2.ebuild:
+ ~amd64 keyword, plus deps and einfo.
12 May 2005; Aron Griffis <agriffis@gentoo.org>
-files/icon/mozillathunderbird.desktop, -files/icon/thunderbird-icon.png,
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.ebuild
index 5bd27130a6c5..437440886a3e 100644
--- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.ebuild
+++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.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.2.ebuild,v 1.1 2005/03/24 02:44:43 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.2.ebuild,v 1.2 2005/07/10 18:45:56 humpback Exp $
inherit nsplugins eutils mozilla-launcher
@@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/linux
HOMEPAGE="http://www.mozilla.org/projects/thunderbird"
RESTRICT="nostrip"
-KEYWORDS="-* x86"
+KEYWORDS="-* x86 ~amd64"
SLOT="0"
LICENSE="MPL-1.1 NPL-1.1"
IUSE=""
@@ -29,7 +29,9 @@ RDEPEND="virtual/x11
dev-libs/expat
app-arch/zip
app-arch/unzip
- >=www-client/mozilla-launcher-1.28"
+ >=www-client/mozilla-launcher-1.28
+ amd64? ( >=app-emulation/emul-linux-x86-baselibs-2.1.1
+ >=app-emulation/emul-linux-x86-gtklibs-2.1 )"
src_install() {
# Install thunderbird in /opt
@@ -88,6 +90,10 @@ pkg_postinst() {
einfo "to simply thunderbird-bin"
einfo ""
+ if use amd64; then
+ einfo "You just installed a thunderbird version pre-built for 32 bits"
+ einfo "system."
+ fi
# This should be called in the postinst and postrm of all the
# mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and
# thunderbird-bin ebuilds.