jlec        15/03/25 08:04:11

  Modified:             redis-2.8.19-r1.ebuild redis-2.8.17-r1.ebuild
                        redis-2.8.9.ebuild redis-2.8.13.ebuild
                        redis-2.8.11.ebuild redis-2.6.15-r1.ebuild
                        redis-2.8.8.ebuild redis-2.6.16.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-db/redis/redis-2.8.19-r1.ebuild

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

Index: redis-2.8.19-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.19-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redis-2.8.19-r1.ebuild      7 Mar 2015 03:21:24 -0000       1.1
+++ redis-2.8.19-r1.ebuild      25 Mar 2015 08:04:11 -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-db/redis/redis-2.8.19-r1.ebuild,v 1.1 
2015/03/07 03:21:24 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.19-r1.ebuild,v 1.2 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND="virtual/pkgconfig
        >=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 



1.4                  dev-db/redis/redis-2.8.17-r1.ebuild

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

Index: redis-2.8.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redis-2.8.17-r1.ebuild      28 Dec 2014 12:05:57 -0000      1.3
+++ redis-2.8.17-r1.ebuild      25 Mar 2015 08:04:11 -0000      1.4
@@ -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-db/redis/redis-2.8.17-r1.ebuild,v 1.3 
2014/12/28 12:05:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.17-r1.ebuild,v 1.4 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -15,12 +15,12 @@
 IUSE="+jemalloc tcmalloc test"
 SLOT="0"
 
-RDEPEND=">=dev-lang/lua-5.1
+RDEPEND=">=dev-lang/lua-5.1:0
        tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND="virtual/pkgconfig
        >=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 



1.4                  dev-db/redis/redis-2.8.9.ebuild

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

Index: redis-2.8.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redis-2.8.9.ebuild  10 Aug 2014 20:02:32 -0000      1.3
+++ redis-2.8.9.ebuild  25 Mar 2015 08:04:11 -0000      1.4
@@ -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-db/redis/redis-2.8.9.ebuild,v 1.3 
2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.9.ebuild,v 1.4 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND=">=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="tcmalloc? ( !jemalloc )
        jemalloc? ( !tcmalloc )"



1.2                  dev-db/redis/redis-2.8.13.ebuild

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

Index: redis-2.8.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redis-2.8.13.ebuild 7 Aug 2014 08:26:48 -0000       1.1
+++ redis-2.8.13.ebuild 25 Mar 2015 08:04:11 -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-db/redis/redis-2.8.13.ebuild,v 1.1 
2014/08/07 08:26:48 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.13.ebuild,v 1.2 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -15,12 +15,12 @@
 IUSE="+jemalloc tcmalloc test"
 SLOT="0"
 
-RDEPEND=">=dev-lang/lua-5.1
+RDEPEND=">=dev-lang/lua-5.1:0
        tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND="virtual/pkgconfig
        >=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 



1.4                  dev-db/redis/redis-2.8.11.ebuild

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

Index: redis-2.8.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redis-2.8.11.ebuild 10 Aug 2014 20:02:32 -0000      1.3
+++ redis-2.8.11.ebuild 25 Mar 2015 08:04:11 -0000      1.4
@@ -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-db/redis/redis-2.8.11.ebuild,v 1.3 
2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.11.ebuild,v 1.4 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND=">=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="tcmalloc? ( !jemalloc )
        jemalloc? ( !tcmalloc )"



1.5                  dev-db/redis/redis-2.6.15-r1.ebuild

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

Index: redis-2.6.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.15-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- redis-2.6.15-r1.ebuild      10 Aug 2014 20:02:32 -0000      1.4
+++ redis-2.6.15-r1.ebuild      25 Mar 2015 08:04:11 -0000      1.5
@@ -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-db/redis/redis-2.6.15-r1.ebuild,v 1.4 
2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.15-r1.ebuild,v 1.5 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND=">=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="tcmalloc? ( !jemalloc )
        jemalloc? ( !tcmalloc )"



1.3                  dev-db/redis/redis-2.8.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.8.8.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.8.8.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.8.8.ebuild?r1=1.2&r2=1.3

Index: redis-2.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redis-2.8.8.ebuild  10 Aug 2014 20:02:32 -0000      1.2
+++ redis-2.8.8.ebuild  25 Mar 2015 08:04:11 -0000      1.3
@@ -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-db/redis/redis-2.8.8.ebuild,v 1.2 
2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.8.ebuild,v 1.3 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND=">=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="tcmalloc? ( !jemalloc )
        jemalloc? ( !tcmalloc )"



1.3                  dev-db/redis/redis-2.6.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild?r1=1.2&r2=1.3

Index: redis-2.6.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redis-2.6.16.ebuild 10 Aug 2014 20:02:32 -0000      1.2
+++ redis-2.6.16.ebuild 25 Mar 2015 08:04:11 -0000      1.3
@@ -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-db/redis/redis-2.6.16.ebuild,v 1.2 
2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild,v 1.3 
2015/03/25 08:04:11 jlec Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 RDEPEND="tcmalloc? ( dev-util/google-perftools )
        jemalloc? ( >=dev-libs/jemalloc-3.2 )"
 DEPEND=">=sys-devel/autoconf-2.63
-       test? ( dev-lang/tcl )
+       test? ( dev-lang/tcl:0= )
        ${RDEPEND}"
 REQUIRED_USE="tcmalloc? ( !jemalloc )
        jemalloc? ( !tcmalloc )"



1.93                 dev-db/redis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   12 Mar 2015 12:07:36 -0000      1.92
+++ ChangeLog   25 Mar 2015 08:04:11 -0000      1.93
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/redis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.92 2015/03/12 
12:07:36 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.93 2015/03/25 
08:04:11 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <[email protected]> redis-2.6.15-r1.ebuild,
+  redis-2.6.16.ebuild, redis-2.8.11.ebuild, redis-2.8.13.ebuild,
+  redis-2.8.17-r1.ebuild, redis-2.8.19-r1.ebuild, redis-2.8.8.ebuild,
+  redis-2.8.9.ebuild:
+  Fix tcl/tk slotting
 
   12 Mar 2015; Marc Schiffbauer <[email protected]> files/redis.initd-4:
   revert last init scirpt change "Fix init script pid file handling"




Reply via email to