# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI=1 EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git" inherit cmake-utils git DESCRIPTION="A Qt IMAP e-mail client" HOMEPAGE="http://trojita.flaska.net/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="test" RDEPEND=">=x11-libs/qt-webkit-4.5.0:4" DEPEND="${RDEPEND} >=dev-util/cmake-2.6 test? ( x11-libs/qt-test:4 )"