summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-25 01:59:54 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-25 01:59:54 +0000
commit50a28438fcb2ba0ebeffc23cd3638e9d7308d11e (patch)
tree9d88fd945b2dd06b1b3e26c19119e98aa94dbaba /mail-client/mozilla-thunderbird-bin
parentfix for bug 100103, giflib, and general cleanup (diff)
downloadgentoo-2-50a28438fcb2ba0ebeffc23cd3638e9d7308d11e.tar.gz
gentoo-2-50a28438fcb2ba0ebeffc23cd3638e9d7308d11e.tar.bz2
gentoo-2-50a28438fcb2ba0ebeffc23cd3638e9d7308d11e.zip
Remove 1.0.6-r1 (doesn't install correctly) in favor of 1.0.6-r2
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
-rw-r--r--mail-client/mozilla-thunderbird-bin/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-1.0.6-r11
-rw-r--r--mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r1.ebuild75
3 files changed, 5 insertions, 77 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog
index 905eb46b1452..0b9dd34ceaa8 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.28 2005/07/23 20:16:33 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.29 2005/07/25 01:59:53 agriffis Exp $
+
+ 25 Jul 2005; Aron Griffis <agriffis@gentoo.org>
+ -mozilla-thunderbird-bin-1.0.6-r1.ebuild:
+ Remove 1.0.6-r1 (doesn't install correctly) in favor of 1.0.6-r2
*mozilla-thunderbird-bin-1.0.6-r2 (23 Jul 2005)
diff --git a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-1.0.6-r1 b/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-1.0.6-r1
deleted file mode 100644
index 8218d53fd53a..000000000000
--- a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-1.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57dc05adc16a5892d9f0d82747b5c329 thunderbird-1.0.6.tar.gz 10378476
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r1.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r1.ebuild
deleted file mode 100644
index 076256ef99c5..000000000000
--- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# 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.6-r1.ebuild,v 1.2 2005/07/22 20:40:24 agriffis Exp $
-
-inherit eutils mozilla-launcher
-
-DESCRIPTION="The Mozilla Thunderbird Mail & News Reader"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/linux-i686/en-US/thunderbird-${PV}.tar.gz"
-HOMEPAGE="http://www.mozilla.org/projects/thunderbird"
-RESTRICT="nostrip"
-
-KEYWORDS="-* amd64 x86"
-SLOT="0"
-LICENSE="MPL-1.1 NPL-1.1"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND="virtual/x11
- x86? (
- >=sys-libs/lib-compat-1.0-r2
- >=x11-libs/gtk+-2.2
- )
- amd64? (
- >=app-emulation/emul-linux-x86-baselibs-2.1.1
- >=app-emulation/emul-linux-x86-gtklibs-2.1
- )
- >=www-client/mozilla-launcher-1.41"
-
-S=${WORKDIR}/thunderbird
-
-# This is a binary x86 package => ABI=x86
-# Please keep this in future versions
-# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
-has_multilib_profile && ABI="x86"
-
-src_install() {
- declare MOZILLA_FIVE_HOME=/opt/firefox
-
- # Install thunderbird in /opt
- dodir ${MOZILLA_FIVE_HOME%/*}
- mv ${S} ${D}${MOZILLA_FIVE_HOME}
-
- # Install /usr/bin/thunderbird-bin
- install_mozilla_launcher_stub thunderbird-bin ${MOZILLA_FIVE_HOME}
-
- # Install icon and .desktop for menu entry
- insinto /usr/share/pixmaps
- doins ${FILESDIR}/icon/mozillathunderbird-bin-icon.png
- insinto /usr/share/applications
- doins ${FILESDIR}/icon/mozillathunderbird-bin.desktop
-}
-
-pkg_preinst() {
- declare MOZILLA_FIVE_HOME=/opt/firefox
-
- # Remove entire installed instance to solve various
- # problems, for example see bug 27719
- rm -rf ${ROOT}${MOZILLA_FIVE_HOME}
-}
-
-pkg_postinst() {
- einfo "For enigmail, please see instructions at"
- einfo " http://enigmail.mozdev.org/"
-
- if use amd64; then
- echo
- einfo "NB: You just installed a 32-bit thunderbird"
- fi
-
- update_mozilla_launcher_symlinks
-}
-
-pkg_postrm() {
- update_mozilla_launcher_symlinks
-}