public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2007-11-03 12:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-03 12:27 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/03 12:27:41

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Bump patchset to fix linking problem, bug #197694
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.3                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.2&r2=1.3

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozilla-sunbird-0.7.ebuild	27 Oct 2007 21:51:38 -0000	1.2
+++ mozilla-sunbird-0.7.ebuild	3 Nov 2007 12:27:40 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.2 2007/10/27 21:51:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.3 2007/11/03 12:27:40 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
 
-PATCH="${PN}-0.5-patches-0.1"
+PATCH="${P}-patches-0.1"
 LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
 NOSHORTLANGS="es-AR pt-BR zh-TW"
 
@@ -152,9 +152,9 @@
 	# to econf, but the quotes cause configure to fail.
 	sed -i -e \
 		's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \
-		${S}/config/autoconf.mk \
-		${S}/nsprpub/config/autoconf.mk \
-		${S}/xpfe/global/buildconfig.html
+		"${S}"/config/autoconf.mk \
+		"${S}"/nsprpub/config/autoconf.mk \
+		"${S}"/xpfe/global/buildconfig.html
 
 	# This removes extraneous CFLAGS from the Makefiles to reduce RAM
 	# requirements while compiling



1.19                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Oct 2007 18:31:47 -0000	1.18
+++ ChangeLog	3 Nov 2007 12:27:40 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.18 2007/10/26 18:31:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.19 2007/11/03 12:27:40 armin76 Exp $
+
+  03 Nov 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Bump patchset to fix linking problem, bug #197694
 
 *mozilla-sunbird-0.7 (26 Oct 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2007-11-12 21:28 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-12 21:28 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/12 21:28:05

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Bump patchset to add patches for bug 188636, among others, and use official Mozilla tarball
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.4                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.3&r2=1.4

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mozilla-sunbird-0.7.ebuild	3 Nov 2007 12:27:40 -0000	1.3
+++ mozilla-sunbird-0.7.ebuild	12 Nov 2007 21:28:05 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.3 2007/11/03 12:27:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.4 2007/11/12 21:28:05 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
 
-PATCH="${P}-patches-0.1"
+PATCH="${P}-patches-0.2"
 LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
 NOSHORTLANGS="es-AR pt-BR zh-TW"
 
@@ -15,7 +15,7 @@
 DESCRIPTION="The Mozilla Sunbird Calendar"
 HOMEPAGE="http://www.mozilla.org/projects/calendar/sunbird.html"
 IUSE="bindist"
-SRC_URI="mirror://gentoo/${MY_P}-source.tar.bz2
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/calendar/${MY_PN}/releases/${PV}/source/lightning-${MY_P}-source.tar.bz2
 	mirror://gentoo/${PATCH}.tar.bz2"
 
 # These are in



1.20                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Nov 2007 12:27:40 -0000	1.19
+++ ChangeLog	12 Nov 2007 21:28:05 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.19 2007/11/03 12:27:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.20 2007/11/12 21:28:05 armin76 Exp $
+
+  06 Nov 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Bump patchset to add patches for bug 188636, among others, and use official
+  Mozilla tarball
 
   03 Nov 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   Bump patchset to fix linking problem, bug #197694



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2007-12-04 11:07 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-04 11:07 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/04 11:07:36

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  x86 stable
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.5                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.4&r2=1.5

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mozilla-sunbird-0.7.ebuild	12 Nov 2007 21:28:05 -0000	1.4
+++ mozilla-sunbird-0.7.ebuild	4 Dec 2007 11:07:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.4 2007/11/12 21:28:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.5 2007/12/04 11:07:35 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
@@ -35,7 +35,7 @@
 	fi
 done
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 



1.21                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	12 Nov 2007 21:28:05 -0000	1.20
+++ ChangeLog	4 Dec 2007 11:07:35 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.20 2007/11/12 21:28:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.21 2007/12/04 11:07:35 armin76 Exp $
+
+  04 Dec 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  x86 stable
 
   06 Nov 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   Bump patchset to add patches for bug 188636, among others, and use official



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2007-12-06 15:23 Samuli Suominen (drac)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (drac) @ 2007-12-06 15:23 UTC (permalink / raw
  To: gentoo-commits

drac        07/12/06 15:23:48

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  amd64 stable wrt #201204
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.7                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.6&r2=1.7

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mozilla-sunbird-0.7.ebuild	4 Dec 2007 11:17:44 -0000	1.6
+++ mozilla-sunbird-0.7.ebuild	6 Dec 2007 15:23:48 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.6 2007/12/04 11:17:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.7 2007/12/06 15:23:48 drac Exp $
 
 WANT_AUTOCONF="2.1"
 
@@ -35,7 +35,7 @@
 	fi
 done
 
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 



1.22                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 Dec 2007 11:07:35 -0000	1.21
+++ ChangeLog	6 Dec 2007 15:23:48 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.21 2007/12/04 11:07:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.22 2007/12/06 15:23:48 drac Exp $
+
+  06 Dec 2007; Samuli Suominen <drac@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  amd64 stable wrt #201204
 
   04 Dec 2007; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   x86 stable



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2008-01-24 10:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-01-24 10:26 UTC (permalink / raw
  To: gentoo-commits

armin76     08/01/24 10:26:09

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Bump patchset to fix building with nss-3.12
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.8                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.7&r2=1.8

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mozilla-sunbird-0.7.ebuild	6 Dec 2007 15:23:48 -0000	1.7
+++ mozilla-sunbird-0.7.ebuild	24 Jan 2008 10:26:09 -0000	1.8
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.7 2007/12/06 15:23:48 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.8 2008/01/24 10:26:09 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
 
-PATCH="${P}-patches-0.2"
+PATCH="${P}-patches-0.3"
 LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
 NOSHORTLANGS="es-AR pt-BR zh-TW"
 



1.24                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	10 Dec 2007 17:58:10 -0000	1.23
+++ ChangeLog	24 Jan 2008 10:26:09 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.23 2007/12/10 17:58:10 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.24 2008/01/24 10:26:09 armin76 Exp $
+
+  24 Jan 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Bump patchset to fix building with nss-3.12
 
   10 Dec 2007; Raúl Porcel <armin76@gentoo.org>
   -mozilla-sunbird-0.5.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2008-01-28 19:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-01-28 19:37 UTC (permalink / raw
  To: gentoo-commits

armin76     08/01/28 19:37:05

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Bump patchset to make it compile with gcc-4.3, wrt #204703
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.9                  app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.8&r2=1.9

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mozilla-sunbird-0.7.ebuild	24 Jan 2008 10:26:09 -0000	1.8
+++ mozilla-sunbird-0.7.ebuild	28 Jan 2008 19:37:04 -0000	1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.8 2008/01/24 10:26:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.9 2008/01/28 19:37:04 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
 
-PATCH="${P}-patches-0.3"
+PATCH="${P}-patches-0.4"
 LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
 NOSHORTLANGS="es-AR pt-BR zh-TW"
 



1.25                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	24 Jan 2008 10:26:09 -0000	1.24
+++ ChangeLog	28 Jan 2008 19:37:04 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.24 2008/01/24 10:26:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.25 2008/01/28 19:37:04 armin76 Exp $
+
+  28 Jan 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Bump patchset to make it compile with gcc-4.3, wrt #204703
 
   24 Jan 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   Bump patchset to fix building with nss-3.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2008-02-02 17:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-02 17:49 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/02 17:49:19

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Bump patchset to fix bug #208212
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.10                 app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.9&r2=1.10

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mozilla-sunbird-0.7.ebuild	28 Jan 2008 19:37:04 -0000	1.9
+++ mozilla-sunbird-0.7.ebuild	2 Feb 2008 17:49:19 -0000	1.10
@@ -1,12 +1,12 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.9 2008/01/28 19:37:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.10 2008/02/02 17:49:19 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
 
-PATCH="${P}-patches-0.4"
+PATCH="${P}-patches-0.5"
 LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
 NOSHORTLANGS="es-AR pt-BR zh-TW"
 



1.26                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	28 Jan 2008 19:37:04 -0000	1.25
+++ ChangeLog	2 Feb 2008 17:49:19 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.25 2008/01/28 19:37:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.26 2008/02/02 17:49:19 armin76 Exp $
+
+  02 Feb 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Bump patchset to fix bug #208212
 
   28 Jan 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   Bump patchset to make it compile with gcc-4.3, wrt #204703



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog
@ 2008-03-17 12:13 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-17 12:13 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/17 12:13:44

  Modified:             mozilla-sunbird-0.7.ebuild ChangeLog
  Log:
  Fix LICENSE, thanks to zlin
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild?r1=1.10&r2=1.11

Index: mozilla-sunbird-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mozilla-sunbird-0.7.ebuild	2 Feb 2008 17:49:19 -0000	1.10
+++ mozilla-sunbird-0.7.ebuild	17 Mar 2008 12:13:44 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.10 2008/02/02 17:49:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.7.ebuild,v 1.11 2008/03/17 12:13:44 armin76 Exp $
 
 WANT_AUTOCONF="2.1"
 
@@ -37,7 +37,7 @@
 
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
-LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
+LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
 
 RDEPEND=">=www-client/mozilla-launcher-1.55
 	>=dev-libs/nss-3.11.7"



1.27                 app-office/mozilla-sunbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Feb 2008 17:49:19 -0000	1.26
+++ ChangeLog	17 Mar 2008 12:13:44 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/mozilla-sunbird
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.26 2008/02/02 17:49:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.27 2008/03/17 12:13:44 armin76 Exp $
+
+  17 Mar 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
+  Fix LICENSE, thanks to zlin
 
   02 Feb 2008; Raúl Porcel <armin76@gentoo.org> mozilla-sunbird-0.7.ebuild:
   Bump patchset to fix bug #208212



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-17 12:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 12:27 [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.7.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-12 21:28 Raul Porcel (armin76)
2007-12-04 11:07 Raul Porcel (armin76)
2007-12-06 15:23 Samuli Suominen (drac)
2008-01-24 10:26 Raul Porcel (armin76)
2008-01-28 19:37 Raul Porcel (armin76)
2008-02-02 17:49 Raul Porcel (armin76)
2008-03-17 12:13 Raul Porcel (armin76)

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