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

jlec        15/03/20 10:30:35

  Modified:             itcl-4.0.2.ebuild itcl-3.4.1.ebuild
                        itcl-3.4_beta1.ebuild itcl-4.0.3.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.2                  dev-tcltk/itcl/itcl-4.0.2.ebuild

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

Index: itcl-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-4.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- itcl-4.0.2.ebuild	21 Dec 2014 15:49:44 -0000	1.1
+++ itcl-4.0.2.ebuild	20 Mar 2015 10:30:35 -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/itcl/itcl-4.0.2.ebuild,v 1.1 2014/12/21 15:49:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-4.0.2.ebuild,v 1.2 2015/03/20 10:30:35 jlec Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
-RDEPEND=">=dev-lang/tcl-8.6"
+RDEPEND=">=dev-lang/tcl-8.6:0="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}${PV}"



1.4                  dev-tcltk/itcl/itcl-3.4.1.ebuild

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

Index: itcl-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- itcl-3.4.1.ebuild	12 Mar 2015 10:26:25 -0000	1.3
+++ itcl-3.4.1.ebuild	20 Mar 2015 10:30:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.3 2015/03/12 10:26:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4.1.ebuild,v 1.4 2015/03/20 10:30:35 jlec Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
-RDEPEND="<dev-lang/tcl-8.6"
+RDEPEND="<dev-lang/tcl-8.6:0="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}${PV}"



1.9                  dev-tcltk/itcl/itcl-3.4_beta1.ebuild

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

Index: itcl-3.4_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4_beta1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- itcl-3.4_beta1.ebuild	4 Jun 2011 18:56:46 -0000	1.8
+++ itcl-3.4_beta1.ebuild	20 Mar 2015 10:30:35 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/itcl/itcl-3.4_beta1.ebuild,v 1.8 2011/06/04 18:56:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.4_beta1.ebuild,v 1.9 2015/03/20 10:30:35 jlec Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 LICENSE="BSD"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
 
-RDEPEND="dev-lang/tcl"
+RDEPEND="dev-lang/tcl:0"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}$(get_version_component_range 1-2)"



1.2                  dev-tcltk/itcl/itcl-4.0.3.ebuild

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

Index: itcl-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-4.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- itcl-4.0.3.ebuild	12 Mar 2015 09:21:36 -0000	1.1
+++ itcl-4.0.3.ebuild	20 Mar 2015 10:30:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-4.0.3.ebuild,v 1.1 2015/03/12 09:21:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-4.0.3.ebuild,v 1.2 2015/03/20 10:30:35 jlec Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
-RDEPEND=">=dev-lang/tcl-8.6"
+RDEPEND=">=dev-lang/tcl-8.6:0="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}${PV}"



1.65                 dev-tcltk/itcl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	12 Mar 2015 10:26:25 -0000	1.64
+++ ChangeLog	20 Mar 2015 10:30:35 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tcltk/itcl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.64 2015/03/12 10:26:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.65 2015/03/20 10:30:35 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <jlec@gentoo.org> itcl-3.4.1.ebuild,
+  itcl-3.4_beta1.ebuild, itcl-4.0.2.ebuild, itcl-4.0.3.ebuild:
+  Fix tcl/tk slotting
 
   12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> itcl-3.4.1.ebuild:
   Stable for amd64, wrt bug #543024





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 10:30 [gentoo-commits] gentoo-x86 commit in dev-tcltk/itcl: itcl-4.0.2.ebuild itcl-3.4.1.ebuild itcl-3.4_beta1.ebuild itcl-4.0.3.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