public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-06-15 16:49 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-15 16:49 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/15 16:49:06

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Removing epause reported in bug 324139
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.119                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	15 Jun 2010 14:18:03 -0000	1.118
+++ ChangeLog	15 Jun 2010 16:49:06 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.118 2010/06/15 14:18:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.119 2010/06/15 16:49:06 jlec Exp $
+
+  15 Jun 2010; Justin Lecher <jlec@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Removing epause reported in bug 324139
 
 *tcl-8.5.8-r1 (15 Jun 2010)
 



1.2                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.1&r2=1.2

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-8.5.8-r1.ebuild	15 Jun 2010 12:07:59 -0000	1.1
+++ tcl-8.5.8-r1.ebuild	15 Jun 2010 16:49:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.1 2010/06/15 12:07:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.2 2010/06/15 16:49:06 jlec Exp $
 
 EAPI="3"
 
@@ -30,7 +30,6 @@
 		ewarn "that compile against tcl. You use threading at"
 		ewarn "your own discretion."
 		ewarn ""
-		epause 5
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-06-16  7:40 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-16  7:40 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/16 07:40:18

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Compile in src_compile, fix for 324201
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.120                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	15 Jun 2010 16:49:06 -0000	1.119
+++ ChangeLog	16 Jun 2010 07:40:17 -0000	1.120
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.119 2010/06/15 16:49:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.120 2010/06/16 07:40:17 jlec Exp $
+
+  16 Jun 2010; Justin Lecher <jlec@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Compile in src_compile, fix for 324201
+
 
   15 Jun 2010; Justin Lecher <jlec@gentoo.org> tcl-8.5.8-r1.ebuild:
   Removing epause reported in bug 324139



1.4                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.3&r2=1.4

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcl-8.5.8-r1.ebuild	15 Jun 2010 16:49:50 -0000	1.3
+++ tcl-8.5.8-r1.ebuild	16 Jun 2010 07:40:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.3 2010/06/15 16:49:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.4 2010/06/16 07:40:18 jlec Exp $
 
 EAPI="3"
 
@@ -54,6 +54,11 @@
 		$(use_enable debug symbols) || die
 }
 
+src_compile() {
+	cd "${S}"/unix
+	emake || die
+}
+
 src_install() {
 	#short version number
 	local v1






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-10-03 16:14 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-10-03 16:14 UTC (permalink / raw
  To: gentoo-commits

klausman    10/10/03 16:14:33

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Stable on alpha, bug #332415
  
  (Portage version: 2.1.9.13/cvs/Linux x86_64)

Revision  Changes    Path
1.122                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	19 Aug 2010 05:25:36 -0000	1.121
+++ ChangeLog	3 Oct 2010 16:14:33 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.121 2010/08/19 05:25:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.122 2010/10/03 16:14:33 klausman Exp $
+
+  03 Oct 2010; Tobias Klausmann <klausman@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Stable on alpha, bug #332415
 
 *tcl-8.5.8-r2 (19 Aug 2010)
 



1.5                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.4&r2=1.5

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcl-8.5.8-r1.ebuild	16 Jun 2010 07:40:18 -0000	1.4
+++ tcl-8.5.8-r1.ebuild	3 Oct 2010 16:14:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.4 2010/06/16 07:40:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.5 2010/10/03 16:14:33 klausman Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-10-06 16:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-06 16:27 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/06 16:27:25

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Stable for HPPA (bug #332415).
  
  (Portage version: 2.2_rc88/cvs/Linux i686)

Revision  Changes    Path
1.123                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	3 Oct 2010 16:14:33 -0000	1.122
+++ ChangeLog	6 Oct 2010 16:27:25 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.122 2010/10/03 16:14:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.123 2010/10/06 16:27:25 jer Exp $
+
+  06 Oct 2010; Jeroen Roovers <jer@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Stable for HPPA (bug #332415).
 
   03 Oct 2010; Tobias Klausmann <klausman@gentoo.org> tcl-8.5.8-r1.ebuild:
   Stable on alpha, bug #332415



1.6                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.5&r2=1.6

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcl-8.5.8-r1.ebuild	3 Oct 2010 16:14:33 -0000	1.5
+++ tcl-8.5.8-r1.ebuild	6 Oct 2010 16:27:25 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.5 2010/10/03 16:14:33 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.6 2010/10/06 16:27:25 jer Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-10-20 10:00 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-20 10:00 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/20 10:00:45

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  stable x86, bug 332415
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.124                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	6 Oct 2010 16:27:25 -0000	1.123
+++ ChangeLog	20 Oct 2010 10:00:45 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.123 2010/10/06 16:27:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.124 2010/10/20 10:00:45 fauli Exp $
+
+  20 Oct 2010; Christian Faulhammer <fauli@gentoo.org> tcl-8.5.8-r1.ebuild:
+  stable x86, bug 332415
 
   06 Oct 2010; Jeroen Roovers <jer@gentoo.org> tcl-8.5.8-r1.ebuild:
   Stable for HPPA (bug #332415).



1.7                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.6&r2=1.7

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tcl-8.5.8-r1.ebuild	6 Oct 2010 16:27:25 -0000	1.6
+++ tcl-8.5.8-r1.ebuild	20 Oct 2010 10:00:45 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.6 2010/10/06 16:27:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.7 2010/10/20 10:00:45 fauli Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-10-23 17:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-23 17:44 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/23 17:44:45

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  arm/ia64/m68k/s390/sh/sparc stable wrt #332415
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.125                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	20 Oct 2010 10:00:45 -0000	1.124
+++ ChangeLog	23 Oct 2010 17:44:45 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.124 2010/10/20 10:00:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.125 2010/10/23 17:44:45 armin76 Exp $
+
+  23 Oct 2010; Raúl Porcel <armin76@gentoo.org> tcl-8.5.8-r1.ebuild:
+  arm/ia64/m68k/s390/sh/sparc stable wrt #332415
 
   20 Oct 2010; Christian Faulhammer <fauli@gentoo.org> tcl-8.5.8-r1.ebuild:
   stable x86, bug 332415



1.8                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.7&r2=1.8

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tcl-8.5.8-r1.ebuild	20 Oct 2010 10:00:45 -0000	1.7
+++ tcl-8.5.8-r1.ebuild	23 Oct 2010 17:44:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.7 2010/10/20 10:00:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.8 2010/10/23 17:44:45 armin76 Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-10-24 15:30 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-10-24 15:30 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/24 15:30:23

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Marking tcl-8.5.8-r1 ppc for bug 332415
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.126                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	23 Oct 2010 17:44:45 -0000	1.125
+++ ChangeLog	24 Oct 2010 15:30:23 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.125 2010/10/23 17:44:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.126 2010/10/24 15:30:23 ranger Exp $
+
+  24 Oct 2010; Brent Baude <ranger@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Marking tcl-8.5.8-r1 ppc for bug 332415
 
   23 Oct 2010; Raúl Porcel <armin76@gentoo.org> tcl-8.5.8-r1.ebuild:
   arm/ia64/m68k/s390/sh/sparc stable wrt #332415



1.9                  dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.8&r2=1.9

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcl-8.5.8-r1.ebuild	23 Oct 2010 17:44:45 -0000	1.8
+++ tcl-8.5.8-r1.ebuild	24 Oct 2010 15:30:23 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.8 2010/10/23 17:44:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.9 2010/10/24 15:30:23 ranger Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2010-12-29 16:16 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-12-29 16:16 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/12/29 16:16:32

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  Stable on amd64 wrt bug #332415
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.130                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	23 Dec 2010 18:37:30 -0000	1.129
+++ ChangeLog	29 Dec 2010 16:16:32 -0000	1.130
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.129 2010/12/23 18:37:30 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.130 2010/12/29 16:16:32 hwoarang Exp $
+
+  29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> tcl-8.5.8-r1.ebuild:
+  Stable on amd64 wrt bug #332415
 
   23 Dec 2010; Matt Turner <mattst88@gentoo.org> tcl-8.4.18.ebuild,
   tcl-8.4.19.ebuild, tcl-8.5.7.ebuild, tcl-8.5.8-r1.ebuild,



1.12                 dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.11&r2=1.12

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tcl-8.5.8-r1.ebuild	23 Dec 2010 18:37:30 -0000	1.11
+++ tcl-8.5.8-r1.ebuild	29 Dec 2010 16:16:32 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.11 2010/12/23 18:37:30 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.12 2010/12/29 16:16:32 hwoarang Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild
@ 2011-01-13 20:02 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-13 20:02 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/13 20:02:06

  Modified:             ChangeLog tcl-8.5.8-r1.ebuild
  Log:
  ppc64 stable wrt #332415
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.131                dev-lang/tcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	29 Dec 2010 16:16:32 -0000	1.130
+++ ChangeLog	13 Jan 2011 20:02:06 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.130 2010/12/29 16:16:32 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.131 2011/01/13 20:02:06 xarthisius Exp $
+
+  13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> tcl-8.5.8-r1.ebuild:
+  ppc64 stable wrt #332415
 
   29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> tcl-8.5.8-r1.ebuild:
   Stable on amd64 wrt bug #332415



1.13                 dev-lang/tcl/tcl-8.5.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild?r1=1.12&r2=1.13

Index: tcl-8.5.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tcl-8.5.8-r1.ebuild	29 Dec 2010 16:16:32 -0000	1.12
+++ tcl-8.5.8-r1.ebuild	13 Jan 2011 20:02:06 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.12 2010/12/29 16:16:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.13 2011/01/13 20:02:06 xarthisius Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE="debug threads"
 
 S="${WORKDIR}/${MY_P}"






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

end of thread, other threads:[~2011-01-13 20:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 16:14 [gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.8-r1.ebuild Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13 20:02 Kacper Kowalik (xarthisius)
2010-12-29 16:16 Markos Chandras (hwoarang)
2010-10-24 15:30 Brent Baude (ranger)
2010-10-23 17:44 Raul Porcel (armin76)
2010-10-20 10:00 Christian Faulhammer (fauli)
2010-10-06 16:27 Jeroen Roovers (jer)
2010-06-16  7:40 Justin Lecher (jlec)
2010-06-15 16:49 Justin Lecher (jlec)

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