summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 08:04:11 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 08:04:11 +0000
commit0e0d494ac25e7210a67e354398e14737f67e1594 (patch)
treeaeb44b1e26c3ecd675137a5bb1ac9ad15bf5bcb4 /dev-db
parentFix tcl/tk slotting (diff)
downloadgentoo-2-0e0d494ac25e7210a67e354398e14737f67e1594.tar.gz
gentoo-2-0e0d494ac25e7210a67e354398e14737f67e1594.tar.bz2
gentoo-2-0e0d494ac25e7210a67e354398e14737f67e1594.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/redis/ChangeLog8
-rw-r--r--dev-db/redis/redis-2.6.15-r1.ebuild6
-rw-r--r--dev-db/redis/redis-2.6.16.ebuild6
-rw-r--r--dev-db/redis/redis-2.8.11.ebuild6
-rw-r--r--dev-db/redis/redis-2.8.13.ebuild8
-rw-r--r--dev-db/redis/redis-2.8.17-r1.ebuild8
-rw-r--r--dev-db/redis/redis-2.8.19-r1.ebuild4
-rw-r--r--dev-db/redis/redis-2.8.8.ebuild6
-rw-r--r--dev-db/redis/redis-2.8.9.ebuild6
9 files changed, 32 insertions, 26 deletions
diff --git a/dev-db/redis/ChangeLog b/dev-db/redis/ChangeLog
index 29443bb9754f..64860142678c 100644
--- a/dev-db/redis/ChangeLog
+++ b/dev-db/redis/ChangeLog
@@ -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 <jlec@gentoo.org> 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 <mschiff@gentoo.org> files/redis.initd-4:
revert last init scirpt change "Fix init script pid file handling"
diff --git a/dev-db/redis/redis-2.6.15-r1.ebuild b/dev-db/redis/redis-2.6.15-r1.ebuild
index 6e10ad18a6bf..aa3576bc1004 100644
--- a/dev-db/redis/redis-2.6.15-r1.ebuild
+++ b/dev-db/redis/redis-2.6.15-r1.ebuild
@@ -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 @@ SLOT="0"
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 )"
diff --git a/dev-db/redis/redis-2.6.16.ebuild b/dev-db/redis/redis-2.6.16.ebuild
index 22043038195e..2894e4a3c6e5 100644
--- a/dev-db/redis/redis-2.6.16.ebuild
+++ b/dev-db/redis/redis-2.6.16.ebuild
@@ -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 @@ SLOT="0"
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 )"
diff --git a/dev-db/redis/redis-2.8.11.ebuild b/dev-db/redis/redis-2.8.11.ebuild
index 234840850743..70b6ad13b679 100644
--- a/dev-db/redis/redis-2.8.11.ebuild
+++ b/dev-db/redis/redis-2.8.11.ebuild
@@ -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 @@ SLOT="0"
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 )"
diff --git a/dev-db/redis/redis-2.8.13.ebuild b/dev-db/redis/redis-2.8.13.ebuild
index 9f82d7dedf14..21469fa142e0 100644
--- a/dev-db/redis/redis-2.8.13.ebuild
+++ b/dev-db/redis/redis-2.8.13.ebuild
@@ -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 @@ KEYWORDS="~amd64 ~amd64-linux ~hppa ~x86 ~x86-linux ~x86-macos ~x86-solaris"
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 )"
diff --git a/dev-db/redis/redis-2.8.17-r1.ebuild b/dev-db/redis/redis-2.8.17-r1.ebuild
index a798996f582a..8a10db1d46b4 100644
--- a/dev-db/redis/redis-2.8.17-r1.ebuild
+++ b/dev-db/redis/redis-2.8.17-r1.ebuild
@@ -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 @@ KEYWORDS="amd64 ~hppa x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
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 )"
diff --git a/dev-db/redis/redis-2.8.19-r1.ebuild b/dev-db/redis/redis-2.8.19-r1.ebuild
index 308e68d3fb75..24eeafb728e5 100644
--- a/dev-db/redis/redis-2.8.19-r1.ebuild
+++ b/dev-db/redis/redis-2.8.19-r1.ebuild
@@ -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 @@ RDEPEND=">=dev-lang/lua-5.1:*
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 )"
diff --git a/dev-db/redis/redis-2.8.8.ebuild b/dev-db/redis/redis-2.8.8.ebuild
index a33ae18f1bec..16cfacf787bb 100644
--- a/dev-db/redis/redis-2.8.8.ebuild
+++ b/dev-db/redis/redis-2.8.8.ebuild
@@ -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 @@ SLOT="0"
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 )"
diff --git a/dev-db/redis/redis-2.8.9.ebuild b/dev-db/redis/redis-2.8.9.ebuild
index 4a3d88fa392f..93c52bca43c8 100644
--- a/dev-db/redis/redis-2.8.9.ebuild
+++ b/dev-db/redis/redis-2.8.9.ebuild
@@ -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 @@ SLOT="0"
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 )"