diff options
author | Brad Laue <brad@gentoo.org> | 2004-10-03 17:36:29 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-10-03 17:36:29 +0000 |
commit | 6527492227e51a10391212f7c61caff894acc4c6 (patch) | |
tree | 771ce1eb2f549fff87452bba289851f49485d04c /mail-client/mozilla-thunderbird-bin | |
parent | Patching VBS for gcc-3.4; bug #65613. (Manifest recommit) (diff) | |
download | gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.tar.gz gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.tar.bz2 gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.zip |
Remove old versions
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
4 files changed, 0 insertions, 160 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.6 b/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.6 deleted file mode 100644 index ccc22b8b5735..000000000000 --- a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 c16fd1e1f3a40b80a98842f6d65d3b1c thunderbird-0.6-i686-linux-gtk2+xft.tar.gz 10151022 diff --git a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.7 b/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.7 deleted file mode 100644 index 455362dc81d9..000000000000 --- a/mail-client/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c1dd70005594a42b3bbc5c96e165482 thunderbird-0.7-i686-linux-gtk2+xft.tar.gz 9960434 diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild deleted file mode 100644 index f2830b7bc300..000000000000 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.6.ebuild +++ /dev/null @@ -1,67 +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.6.ebuild,v 1.6 2004/07/14 16:21:25 agriffis Exp $ - -inherit nsplugins eutils - -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-linux-gtk2+xft.tar.gz" - -HOMEPAGE="http://www.mozilla.org/projects/thunderbird" -RESTRICT="nostrip" - -KEYWORDS="-* ~x86" -SLOT="0" -LICENSE="MPL-1.1 | NPL-1.1" -IUSE="gnome" - -DEPEND="virtual/libc" -RDEPEND="virtual/x11 - >=dev-libs/libIDL-0.8.0 - >=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 - - # Misc stuff - dobin ${FILESDIR}/thunderbird - - # Install icon and .desktop for menu entry - if use gnome - then - insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/thunderbird-icon.png - - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/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 "" -} diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild deleted file mode 100644 index 8267f00581d0..000000000000 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.7.ebuild +++ /dev/null @@ -1,91 +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.7.ebuild,v 1.7 2004/07/14 16:21:25 agriffis Exp $ - -inherit nsplugins eutils mozilla-launcher - -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-linux-gtk2+xft.tar.gz" - -HOMEPAGE="http://www.mozilla.org/projects/thunderbird" -RESTRICT="nostrip" - -KEYWORDS="-* ~x86" -SLOT="0" -LICENSE="MPL-1.1 | NPL-1.1" -IUSE="gnome" - -DEPEND="virtual/libc" -RDEPEND="virtual/x11 - >=dev-libs/libIDL-0.8.0 - >=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-www/mozilla-launcher-1.13" - -src_install() { - # Install thunderbird in /opt - dodir /opt - mv ${S} ${D}/opt/thunderbird - - # Fixing permissions - chown -R root:root ${D}/opt/thunderbird - - # mozilla-launcher-1.13 supports -bin versions - dodir /usr/bin - dosym /usr/libexec/mozilla-launcher /usr/bin/thunderbird-bin - - # Install icon and .desktop for menu entry - if use gnome; then - insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/mozillathunderbird-bin-icon.png - # Fix bug 54179: Install .desktop file into /usr/share/applications - # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) - insinto /usr/share/applications - doins ${FILESDIR}/icon/mozillathunderbird-bin.desktop - fi - - # Normally thunderbird-bin-0.7 must be run as root once before it - # can be run as a normal user. Drop in some initialized files to - # avoid this. - einfo "Extracting firefox-bin-${PV} initialization files" - tar xjpf ${FILESDIR}/thunderbird-bin-${PV}-init.tar.bz2 \ - -C ${D}/opt/thunderbird -} - -pkg_preinst() { - # Remove entire installed instance to solve various - # problems, for example see bug 27719 - rm -rf ${ROOT}/opt/MozillaThunderbird - rm -rf ${ROOT}/opt/thunderbird -} - -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-bin" - einfo "" - - # This should be called in the postinst and postrm of all the - # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and - # thunderbird-bin ebuilds. - update_mozilla_launcher_symlinks -} - -pkg_postrm() { - update_mozilla_launcher_symlinks -} |