# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.12.ebuild,v 1.4 2010/10/15 14:59:29 flameeyes Exp $ EAPI=2 inherit flag-o-matic libtool DESCRIPTION="Generic framework to farm out work to other machines" HOMEPAGE="http://www.gearman.org/" SRC_URI="http://launchpad.net/gearmand/trunk/${PV}/+download/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug tcmalloc +memcache drizzle sqlite tokyocabinet" # postgres # postgresql support is broken right now so keep it disabled RDEPEND="dev-libs/libevent || ( >=sys-apps/util-linux-2.16