diff options
author | Brad Laue <brad@gentoo.org> | 2004-07-04 05:43:57 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-07-04 05:43:57 +0000 |
commit | 658e72571a0abd64854423f8c93d9f6b2874b4f2 (patch) | |
tree | 5f7efc0787b8756368c88a5f593aa8831b2947fd /mail-client/mozilla-thunderbird-bin | |
parent | Remove old files (diff) | |
download | historical-658e72571a0abd64854423f8c93d9f6b2874b4f2.tar.gz historical-658e72571a0abd64854423f8c93d9f6b2874b4f2.tar.bz2 historical-658e72571a0abd64854423f8c93d9f6b2874b4f2.zip |
Remove old version
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
-rw-r--r-- | mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild deleted file mode 100644 index ad1157406c61..000000000000 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2004 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-0.5.ebuild,v 1.4 2004/07/01 19:49:11 eradicator Exp $ - -inherit nsplugins eutils - -IUSE="gnome" - -MY_PN=${PN/-bin/} -S=${WORKDIR}/thunderbird - -DESCRIPTION="The Mozilla Thunderbird Mail & News Reader" -SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/thunderbird-${PV}-i686-pc-linux-gtk2-gnu.tar.bz2" - -HOMEPAGE="http://www.mozilla.org/projects/thunderbird" -RESTRICT="nostrip" - -KEYWORDS="-* x86" -SLOT="0" -LICENSE="MPL-1.1 | NPL-1.1" -IUSE="gtk2 crypt" - -DEPEND="virtual/libc" -RDEPEND="virtual/x11 - >=dev-libs/libIDL-0.8.0 - >=gnome-base/ORBit-0.5.10-r1 - >=x11-libs/gtk+-2.1.1 - virtual/xft - >=media-libs/jpeg-6b - >=media-libs/libmng-1.0.0 - >=media-libs/libpng-1.2.1 - dev-libs/expat - app-arch/zip - app-arch/unzip - !net-mail/mozilla-thunderbird" - -src_install() { - dodir /opt - - mv ${S} ${D}/opt/MozillaThunderbird - - # Fixing permissions - chown -R root:root ${D}/opt/MozillaThunderbird - - # Truetype fonts - cd ${D}/opt/MozillaThunderbird/defaults/pref - einfo "Enabling truetype fonts. Filesdir is ${FILESDIR}" - epatch ${FILESDIR}/thunderbird-0.3-antialiasing-patch - - # Misc stuff - dobin ${FILESDIR}/thunderbird - - # Install icon and .desktop for menu entry - if use gnome - then - insinto /usr/share/pixmaps - doins ${FILESDIR}/${PV}/icon/thunderbird-icon.png - - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/${PV}/icon/mozillathunderbird.desktop - fi -} - -pkg_postinst() { - einfo "To enable Enigmail, you must install the Enigmail and Enigmime" - einfo "extensions as root. Go to Tools / Options / Extensions and click" - einfo "on Install Extension to install Enigmail in your Thunderbird build." - einfo "Restart Thunderbird after having installed both extensions." - einfo "" - einfo "The extensions are located at http://enigmail.mozdev.org/." - einfo "" - einfo "Please note that the binary name has changed from MozillaThunderbird" - einfo "to simply 'thunderbird'." - einfo "" -} |