public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/thread: thread-2.7.0.ebuild thread-2.7.1.ebuild ChangeLog
@ 2015-03-20 11:17 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-20 11:17 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/20 11:17:19

  Modified:             thread-2.7.0.ebuild thread-2.7.1.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 dev-tcltk/thread/thread-2.7.0.ebuild

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

Index: thread-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- thread-2.7.0.ebuild	2 Apr 2013 13:25:22 -0000	1.11
+++ thread-2.7.0.ebuild	20 Mar 2015 11:17:19 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.0.ebuild,v 1.11 2013/04/02 13:25:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.0.ebuild,v 1.12 2015/03/20 11:17:19 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 IUSE="debug gdbm"
 
 DEPEND="
-	dev-lang/tcl[threads]
+	dev-lang/tcl:0=[threads]
 	gdbm? ( sys-libs/gdbm )"
 RDEPEND="${DEPEND}"
 



1.2                  dev-tcltk/thread/thread-2.7.1.ebuild

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

Index: thread-2.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thread-2.7.1.ebuild	15 Sep 2014 18:37:28 -0000	1.1
+++ thread-2.7.1.ebuild	20 Mar 2015 11:17:19 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v 1.1 2014/09/15 18:37:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v 1.2 2015/03/20 11:17:19 jlec Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 IUSE="debug gdbm"
 
 DEPEND="
-	dev-lang/tcl[threads]
+	dev-lang/tcl:0=[threads]
 	gdbm? ( sys-libs/gdbm )"
 RDEPEND="${DEPEND}"
 



1.32                 dev-tcltk/thread/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/thread/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	15 Sep 2014 18:37:28 -0000	1.31
+++ ChangeLog	20 Mar 2015 11:17:19 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tcltk/thread
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.31 2014/09/15 18:37:28 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.32 2015/03/20 11:17:19 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <jlec@gentoo.org> thread-2.7.0.ebuild,
+  thread-2.7.1.ebuild:
+  Fix tcl/tk slotting
 
 *thread-2.7.1 (15 Sep 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-20 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 11:17 [gentoo-commits] gentoo-x86 commit in dev-tcltk/thread: thread-2.7.0.ebuild thread-2.7.1.ebuild ChangeLog 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