From 151810ed971c57b917c5bd638d4c9a76cb968342 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 9 Dec 2010 21:35:59 +0000 Subject: Security bump. (Portage version: 2.2.0_alpha7/cvs/Linux x86_64) --- www-client/seamonkey-bin/ChangeLog | 8 ++- .../seamonkey-bin/seamonkey-bin-2.0.11.ebuild | 82 ++++++++++++++++++++++ .../seamonkey-bin/seamonkey-bin-2.0.9.ebuild | 82 ---------------------- 3 files changed, 89 insertions(+), 83 deletions(-) create mode 100644 www-client/seamonkey-bin/seamonkey-bin-2.0.11.ebuild delete mode 100644 www-client/seamonkey-bin/seamonkey-bin-2.0.9.ebuild (limited to 'www-client/seamonkey-bin') diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 17fb5c57e7c5..1b19d22aebec 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.89 2010/10/30 10:02:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.90 2010/12/09 21:35:59 polynomial-c Exp $ + +*seamonkey-bin-2.0.11 (09 Dec 2010) + + 09 Dec 2010; Lars Wendler + -seamonkey-bin-2.0.9.ebuild, +seamonkey-bin-2.0.11.ebuild: + Security bump. 30 Oct 2010; Markus Meier seamonkey-bin-2.0.10.ebuild: x86 stable, bug #342847 diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.0.11.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.0.11.ebuild new file mode 100644 index 000000000000..4d79a1331f82 --- /dev/null +++ b/www-client/seamonkey-bin/seamonkey-bin-2.0.11.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0.11.ebuild,v 1.1 2010/12/09 21:35:59 polynomial-c Exp $ + +inherit eutils mozilla-launcher multilib + +MY_PV="${PV/_alpha/a}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" +SRC_URI="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${MY_PV}/linux-i686/en-US/seamonkey-${MY_PV}.tar.bz2" +HOMEPAGE="http://www.seamonkey-project.org/" +RESTRICT="strip" +QA_EXECSTACK="opt/seamonkey/*" + +KEYWORDS="-* ~amd64 ~x86" +SLOT="0" +LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="dev-libs/dbus-glib + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXmu + x86? ( + >=x11-libs/gtk+-2.2 + >=media-libs/alsa-lib-1.0.16 + ) + amd64? ( + >=app-emulation/emul-linux-x86-baselibs-20081109 + >=app-emulation/emul-linux-x86-gtklibs-20081109 + >=app-emulation/emul-linux-x86-soundlibs-20081109 + ) + ! ABI=x86 + # Please keep this in future versions + # Danny van Dyk 2005/03/26 + has_multilib_profile && ABI="x86" +} + +src_install() { + declare MOZILLA_FIVE_HOME=/opt/seamonkey + + # Install seamonkey in /opt + dodir ${MOZILLA_FIVE_HOME%/*} + mv "${S}" "${D}${MOZILLA_FIVE_HOME}" + + # Create /usr/bin/seamonkey-bin + dodir /usr/bin/ + cat <"${D}"/usr/bin/seamonkey-bin +#!/bin/sh +unset LD_PRELOAD +exec /opt/seamonkey/seamonkey "\$@" +EOF + fperms 0755 /usr/bin/seamonkey-bin + + # Install icon and .desktop for menu entry + doicon "${FILESDIR}/icon/${PN}.png" + domenu "${FILESDIR}/icon/${PN}.desktop" +} + +pkg_preinst() { + declare MOZILLA_FIVE_HOME=/opt/seamonkey + + # Remove entire installed instance to prevent all kinds of + # problems... see bug 44772 for example + rm -rf "${ROOT}${MOZILLA_FIVE_HOME}" +} + +pkg_postinst() { + use amd64 && einfo "NB: You just installed a 32-bit seamonkey" + + einfo + einfo "If you want/need native language support please download" + einfo "and install the language pack that you need from :" + einfo "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${MY_PV}/langpack/" +} diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.0.9.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.0.9.ebuild deleted file mode 100644 index ffcad1c124f8..000000000000 --- a/www-client/seamonkey-bin/seamonkey-bin-2.0.9.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0.9.ebuild,v 1.3 2010/10/25 00:32:42 fauli Exp $ - -inherit eutils mozilla-launcher multilib - -MY_PV="${PV/_alpha/a}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" -SRC_URI="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${MY_PV}/linux-i686/en-US/seamonkey-${MY_PV}.tar.bz2" -HOMEPAGE="http://www.seamonkey-project.org/" -RESTRICT="strip" -QA_EXECSTACK="opt/seamonkey/*" - -KEYWORDS="-* amd64 x86" -SLOT="0" -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="dev-libs/dbus-glib - x11-libs/libXrender - x11-libs/libXt - x11-libs/libXmu - x86? ( - >=x11-libs/gtk+-2.2 - >=media-libs/alsa-lib-1.0.16 - ) - amd64? ( - >=app-emulation/emul-linux-x86-baselibs-20081109 - >=app-emulation/emul-linux-x86-gtklibs-20081109 - >=app-emulation/emul-linux-x86-soundlibs-20081109 - ) - ! ABI=x86 - # Please keep this in future versions - # Danny van Dyk 2005/03/26 - has_multilib_profile && ABI="x86" -} - -src_install() { - declare MOZILLA_FIVE_HOME=/opt/seamonkey - - # Install seamonkey in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${D}${MOZILLA_FIVE_HOME}" - - # Create /usr/bin/seamonkey-bin - dodir /usr/bin/ - cat <"${D}"/usr/bin/seamonkey-bin -#!/bin/sh -unset LD_PRELOAD -exec /opt/seamonkey/seamonkey "\$@" -EOF - fperms 0755 /usr/bin/seamonkey-bin - - # Install icon and .desktop for menu entry - doicon "${FILESDIR}/icon/${PN}.png" - domenu "${FILESDIR}/icon/${PN}.desktop" -} - -pkg_preinst() { - declare MOZILLA_FIVE_HOME=/opt/seamonkey - - # Remove entire installed instance to prevent all kinds of - # problems... see bug 44772 for example - rm -rf "${ROOT}${MOZILLA_FIVE_HOME}" -} - -pkg_postinst() { - use amd64 && einfo "NB: You just installed a 32-bit seamonkey" - - einfo - einfo "If you want/need native language support please download" - einfo "and install the language pack that you need from :" - einfo "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${MY_PV}/langpack/" -} -- cgit v1.2.3-65-gdbad