diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-09-12 15:52:37 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-09-12 15:52:37 +0000 |
commit | 16a880a141ae40e436a0de19253b4a0a14fd44cb (patch) | |
tree | d3df94b1d1949709f39f881b4c79ea9b3c577d64 /dev-db | |
parent | move dev-haskell/opengl/opengl-2.2.1.1.ebuild ebuild to mirror://hackage (diff) | |
download | gentoo-2-16a880a141ae40e436a0de19253b4a0a14fd44cb.tar.gz gentoo-2-16a880a141ae40e436a0de19253b4a0a14fd44cb.tar.bz2 gentoo-2-16a880a141ae40e436a0de19253b4a0a14fd44cb.zip |
Moved tcmalloc and jemalloc to RDEPENDS
(Portage version: 2.2.0_alpha125/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/redis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/redis/redis-2.4.10.ebuild | 7 | ||||
-rw-r--r-- | dev-db/redis/redis-2.4.13.ebuild | 7 | ||||
-rw-r--r-- | dev-db/redis/redis-2.4.14.ebuild | 7 | ||||
-rw-r--r-- | dev-db/redis/redis-2.4.16.ebuild | 7 | ||||
-rw-r--r-- | dev-db/redis/redis-2.4.4-r1.ebuild | 7 |
6 files changed, 21 insertions, 21 deletions
diff --git a/dev-db/redis/ChangeLog b/dev-db/redis/ChangeLog index 100d4382b36f..cdc47a03cf1e 100644 --- a/dev-db/redis/ChangeLog +++ b/dev-db/redis/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/redis # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.47 2012/08/03 16:47:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.48 2012/09/12 15:52:37 neurogeek Exp $ + + 12 Sep 2012; Jesus Rivero <neurogeek@gentoo.org> redis-2.4.4-r1.ebuild, + redis-2.4.10.ebuild, redis-2.4.13.ebuild, redis-2.4.14.ebuild, + redis-2.4.16.ebuild: + Moved tcmalloc and jemalloc to RDEPENDS 03 Aug 2012; Robin H. Johnson <robbat2@gentoo.org> redis-2.4.16.ebuild: Missing fix from bug #427170. diff --git a/dev-db/redis/redis-2.4.10.ebuild b/dev-db/redis/redis-2.4.10.ebuild index d82d197e1b42..2cca57967f59 100644 --- a/dev-db/redis/redis-2.4.10.ebuild +++ b/dev-db/redis/redis-2.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.10.ebuild,v 1.4 2012/06/04 06:52:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.10.ebuild,v 1.5 2012/09/12 15:52:37 neurogeek Exp $ EAPI="4" @@ -15,10 +15,9 @@ KEYWORDS="amd64 x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" -RDEPEND="" +RDEPEND="tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( dev-libs/jemalloc )" DEPEND=">=sys-devel/autoconf-2.63 - tcmalloc? ( dev-util/google-perftools ) - jemalloc? ( dev-libs/jemalloc ) test? ( dev-lang/tcl ) ${RDEPEND}" REQUIRED_USE="tcmalloc? ( !jemalloc ) diff --git a/dev-db/redis/redis-2.4.13.ebuild b/dev-db/redis/redis-2.4.13.ebuild index fc85df88e6cf..7ea9c1f9e0c3 100644 --- a/dev-db/redis/redis-2.4.13.ebuild +++ b/dev-db/redis/redis-2.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.13.ebuild,v 1.2 2012/06/04 06:52:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.13.ebuild,v 1.3 2012/09/12 15:52:37 neurogeek Exp $ EAPI="4" @@ -15,10 +15,9 @@ KEYWORDS="~amd64 ~x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" -RDEPEND="" +RDEPEND="tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( dev-libs/jemalloc )" DEPEND=">=sys-devel/autoconf-2.63 - tcmalloc? ( dev-util/google-perftools ) - jemalloc? ( dev-libs/jemalloc ) test? ( dev-lang/tcl ) ${RDEPEND}" REQUIRED_USE="tcmalloc? ( !jemalloc ) diff --git a/dev-db/redis/redis-2.4.14.ebuild b/dev-db/redis/redis-2.4.14.ebuild index 1bd2f972d106..6a574a68ffe5 100644 --- a/dev-db/redis/redis-2.4.14.ebuild +++ b/dev-db/redis/redis-2.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.14.ebuild,v 1.2 2012/06/04 06:52:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.14.ebuild,v 1.3 2012/09/12 15:52:37 neurogeek Exp $ EAPI="4" @@ -15,10 +15,9 @@ KEYWORDS="~amd64 ~x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" -RDEPEND="" +RDEPEND="tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( <dev-libs/jemalloc-3.0 )" DEPEND=">=sys-devel/autoconf-2.63 - tcmalloc? ( dev-util/google-perftools ) - jemalloc? ( <dev-libs/jemalloc-3.0 ) test? ( dev-lang/tcl ) ${RDEPEND}" REQUIRED_USE="tcmalloc? ( !jemalloc ) diff --git a/dev-db/redis/redis-2.4.16.ebuild b/dev-db/redis/redis-2.4.16.ebuild index 7f73159f229d..8ebc1461b13f 100644 --- a/dev-db/redis/redis-2.4.16.ebuild +++ b/dev-db/redis/redis-2.4.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.16.ebuild,v 1.2 2012/08/03 16:47:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.16.ebuild,v 1.3 2012/09/12 15:52:37 neurogeek Exp $ EAPI="4" @@ -15,10 +15,9 @@ KEYWORDS="~amd64 ~x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" -RDEPEND="" +RDEPEND="tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( >=dev-libs/jemalloc-3.0 )" DEPEND=">=sys-devel/autoconf-2.63 - tcmalloc? ( dev-util/google-perftools ) - jemalloc? ( >=dev-libs/jemalloc-3.0 ) test? ( dev-lang/tcl ) ${RDEPEND}" REQUIRED_USE="tcmalloc? ( !jemalloc ) diff --git a/dev-db/redis/redis-2.4.4-r1.ebuild b/dev-db/redis/redis-2.4.4-r1.ebuild index bb5cf05fb024..0b8bd763f07f 100644 --- a/dev-db/redis/redis-2.4.4-r1.ebuild +++ b/dev-db/redis/redis-2.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.4-r1.ebuild,v 1.4 2012/06/04 06:52:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.4-r1.ebuild,v 1.5 2012/09/12 15:52:37 neurogeek Exp $ EAPI="4" @@ -15,10 +15,9 @@ KEYWORDS="amd64 x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" -RDEPEND="" +RDEPEND="tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( dev-libs/jemalloc )" DEPEND=">=sys-devel/autoconf-2.63 - tcmalloc? ( dev-util/google-perftools ) - jemalloc? ( dev-libs/jemalloc ) test? ( dev-lang/tcl ) ${RDEPEND}" REQUIRED_USE="tcmalloc? ( !jemalloc ) |