public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-1.1.18.ebuild
@ 2009-09-22  3:28 Jory Pratt (anarchy)
  0 siblings, 0 replies; 3+ messages in thread
From: Jory Pratt (anarchy) @ 2009-09-22  3:28 UTC (permalink / raw
  To: gentoo-commits

anarchy     09/09/22 03:28:06

  Modified:             ChangeLog
  Added:                seamonkey-bin-1.1.18.ebuild
  Log:
  revision bump for security bug #280393
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 www-client/seamonkey-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	28 Jun 2009 11:55:37 -0000	1.69
+++ ChangeLog	22 Sep 2009 03:28:06 -0000	1.70
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/seamonkey-bin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.69 2009/06/28 11:55:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.70 2009/09/22 03:28:06 anarchy Exp $
+
+*seamonkey-bin-1.1.18 (22 Sep 2009)
+
+  22 Sep 2009; Jory A. Pratt <anarchy@gentoo.org>
+  +seamonkey-bin-1.1.18.ebuild:
+  revision bump for security bug #280393
 
   28 Jun 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.17.ebuild:
   amd64 stable, bug #273918



1.1                  www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.1&content-type=text/plain

Index: seamonkey-bin-1.1.18.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v 1.1 2009/09/22 03:28:06 anarchy Exp $

inherit eutils mozilla-launcher multilib

DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PV}/seamonkey-${PV}.en-US.linux-i686.tar.gz"
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="x11-libs/libXrender
	x11-libs/libXt
	x11-libs/libXmu
	x86? (
		>=x11-libs/gtk+-2.2
		=virtual/libstdc++-3.3
	)
	amd64? (
		>=app-emulation/emul-linux-x86-baselibs-1.0
		>=app-emulation/emul-linux-x86-gtklibs-1.0
		app-emulation/emul-linux-x86-compat
	)
	>=www-client/mozilla-launcher-1.56"

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}"

	# Install /usr/bin/seamonkey-bin
	install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME}

	# 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"
	update_mozilla_launcher_symlinks
}

pkg_postrm() {
	update_mozilla_launcher_symlinks
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-1.1.18.ebuild
@ 2009-09-28 14:50 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-28 14:50 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/28 14:50:38

  Modified:             ChangeLog seamonkey-bin-1.1.18.ebuild
  Log:
  stable x86, security bug 286721
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.71                 www-client/seamonkey-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	22 Sep 2009 03:28:06 -0000	1.70
+++ ChangeLog	28 Sep 2009 14:50:37 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/seamonkey-bin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.70 2009/09/22 03:28:06 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.71 2009/09/28 14:50:37 fauli Exp $
+
+  28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  seamonkey-bin-1.1.18.ebuild:
+  stable x86, security bug 286721
 
 *seamonkey-bin-1.1.18 (22 Sep 2009)
 



1.2                  www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?r1=1.1&r2=1.2

Index: seamonkey-bin-1.1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- seamonkey-bin-1.1.18.ebuild	22 Sep 2009 03:28:06 -0000	1.1
+++ seamonkey-bin-1.1.18.ebuild	28 Sep 2009 14:50:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v 1.1 2009/09/22 03:28:06 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v 1.2 2009/09/28 14:50:38 fauli Exp $
 
 inherit eutils mozilla-launcher multilib
 
@@ -10,7 +10,7 @@
 RESTRICT="strip"
 QA_EXECSTACK="opt/seamonkey/*"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 SLOT="0"
 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
 IUSE=""






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-1.1.18.ebuild
@ 2009-09-29 22:23 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-09-29 22:23 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/29 22:23:41

  Modified:             ChangeLog seamonkey-bin-1.1.18.ebuild
  Log:
  amd64 stable, bug #286721
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 www-client/seamonkey-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	28 Sep 2009 14:50:37 -0000	1.71
+++ ChangeLog	29 Sep 2009 22:23:41 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/seamonkey-bin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.71 2009/09/28 14:50:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.72 2009/09/29 22:23:41 maekke Exp $
+
+  29 Sep 2009; Markus Meier <maekke@gentoo.org> seamonkey-bin-1.1.18.ebuild:
+  amd64 stable, bug #286721
 
   28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
   seamonkey-bin-1.1.18.ebuild:



1.3                  www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild?r1=1.2&r2=1.3

Index: seamonkey-bin-1.1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seamonkey-bin-1.1.18.ebuild	28 Sep 2009 14:50:38 -0000	1.2
+++ seamonkey-bin-1.1.18.ebuild	29 Sep 2009 22:23:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v 1.2 2009/09/28 14:50:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.18.ebuild,v 1.3 2009/09/29 22:23:41 maekke Exp $
 
 inherit eutils mozilla-launcher multilib
 
@@ -10,7 +10,7 @@
 RESTRICT="strip"
 QA_EXECSTACK="opt/seamonkey/*"
 
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
 IUSE=""






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-29 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 14:50 [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-1.1.18.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-29 22:23 Markus Meier (maekke)
2009-09-22  3:28 Jory Pratt (anarchy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox