jlec        15/03/20 10:22:30

  Modified:             expect-5.45.ebuild expect-5.44.1.15.ebuild
                        ChangeLog
  Removed:              expect-5.43.0-r1.ebuild expect-5.44.1.15-r1.ebuild
                        expect-5.43.0.ebuild
  Log:
  Fix tcl/tk slotting; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.7                  dev-tcltk/expect/expect-5.45.ebuild

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

Index: expect-5.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- expect-5.45.ebuild  18 Aug 2013 11:31:36 -0000      1.6
+++ expect-5.45.ebuild  20 Mar 2015 10:22:30 -0000      1.7
@@ -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/expect/expect-5.45.ebuild,v 1.6 
2013/08/18 11:31:36 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.45.ebuild,v 1.7 
2015/03/20 10:22:30 jlec Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 # We need dejagnu for src_test, but dejagnu needs expect
 # to compile/run, so we cant add dejagnu to DEPEND :/
-DEPEND=">=dev-lang/tcl-8.2[threads?]"
+DEPEND=">=dev-lang/tcl-8.2:0[threads?]"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}



1.18                 dev-tcltk/expect/expect-5.44.1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild?r1=1.17&r2=1.18

Index: expect-5.44.1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- expect-5.44.1.15.ebuild     27 Dec 2011 08:16:11 -0000      1.17
+++ expect-5.44.1.15.ebuild     20 Mar 2015 10:22:30 -0000      1.18
@@ -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/expect/expect-5.44.1.15.ebuild,v 
1.17 2011/12/27 08:16:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild,v 
1.18 2015/03/20 10:22:30 jlec Exp $
 
 EAPI="3"
 
@@ -17,8 +17,8 @@
 
 # We need dejagnu for src_test, but dejagnu needs expect
 # to compile/run, so we cant add dejagnu to DEPEND :/
-DEPEND=">=dev-lang/tcl-8.2[threads?]
-       X? ( >=dev-lang/tk-8.2[threads?] )"
+DEPEND=">=dev-lang/tcl-8.2:0[threads?]
+       X? ( >=dev-lang/tk-8.2:0[threads?] )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



1.94                 dev-tcltk/expect/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   27 May 2014 14:34:13 -0000      1.93
+++ ChangeLog   20 Mar 2015 10:22:30 -0000      1.94
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tcltk/expect
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.93 
2014/05/27 14:34:13 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.94 
2015/03/20 10:22:30 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <[email protected]> -expect-5.43.0-r1.ebuild,
+  -expect-5.43.0.ebuild, -expect-5.44.1.15-r1.ebuild, expect-5.44.1.15.ebuild,
+  expect-5.45.ebuild:
+  Fix tcl/tk slotting; drop old
 
 *expect-5.44.1.15-r1 (18 Aug 2013)
 




Reply via email to