diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-02-12 23:24:02 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-02-12 23:24:02 +0000 |
commit | 6c66e19e24c72c5b0f533c612a082e30319fc493 (patch) | |
tree | 009fcb76bf2b2a696a8c5f0e0b42639df0f913d4 /www-client | |
parent | Removed obsoletes (diff) | |
download | gentoo-2-6c66e19e24c72c5b0f533c612a082e30319fc493.tar.gz gentoo-2-6c66e19e24c72c5b0f533c612a082e30319fc493.tar.bz2 gentoo-2-6c66e19e24c72c5b0f533c612a082e30319fc493.zip |
Security bump, bug #403183
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild | 84 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild | 5 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.7.1.ebuild (renamed from www-client/seamonkey-bin/seamonkey-bin-2.7.ebuild) | 5 |
4 files changed, 11 insertions, 91 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 3f47374c2883..91e96075b596 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.118 2012/02/04 18:39:18 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.119 2012/02/12 23:24:02 anarchy Exp $ + +*seamonkey-bin-2.7.1 (12 Feb 2012) + + 12 Feb 2012; Jory A. Pratt <anarchy@gentoo.org> -seamonkey-bin-2.0.14.ebuild, + -seamonkey-bin-2.7.ebuild, +seamonkey-bin-2.7.1.ebuild: + Security Bump 04 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> seamonkey-bin-2.7.ebuild: Port to the new mozlinguas.eclass diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild deleted file mode 100644 index 3ef06fbef0c3..000000000000 --- a/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2011 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.14.ebuild,v 1.3 2011/05/01 16:50:16 phajdan.jr Exp $ - -EAPI="1" - -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: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 - ) - !<www-client/seamonkey-bin-2" - -S="${WORKDIR}/seamonkey" - -pkg_setup() { - # 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/seamonkey - - # Install seamonkey in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${D}${MOZILLA_FIVE_HOME}" - - # Create /usr/bin/seamonkey-bin - dodir /usr/bin/ - cat <<EOF >"${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.6.1.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild index 104156b3f352..ba7aeaebb458 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.6.1.ebuild,v 1.4 2012/01/26 15:30:23 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.6.1.ebuild,v 1.5 2012/02/12 23:24:02 anarchy Exp $ EAPI="4" @@ -33,8 +33,7 @@ RDEPEND="dev-libs/dbus-glib >=x11-libs/gtk+-2.10:2 x11-libs/libXrender x11-libs/libXt - x11-libs/libXmu - !<www-client/seamonkey-bin-2" + x11-libs/libXmu" S="${WORKDIR}/seamonkey" diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.7.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.7.1.ebuild index c42cb3a60781..c1c54d0f0d89 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.7.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.7.ebuild,v 1.2 2012/02/04 18:39:18 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.7.1.ebuild,v 1.1 2012/02/12 23:24:02 anarchy Exp $ EAPI="4" @@ -40,8 +40,7 @@ RDEPEND="dev-libs/dbus-glib >=x11-libs/gtk+-2.10:2 x11-libs/libXrender x11-libs/libXt - x11-libs/libXmu - !<www-client/seamonkey-bin-2" + x11-libs/libXmu" S="${WORKDIR}/${MOZ_PN}" |