summaryrefslogtreecommitdiff
blob: 4cd1ddd32dca9839d2019f38c5f6637df5a503a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/trojita/trojita-9999.ebuild,v 1.4 2010/06/06 10:53:41 polynomial-c Exp $

EAPI=2

EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"

inherit qt4-r2 git

DESCRIPTION="A Qt IMAP e-mail client"
HOMEPAGE="http://trojita.flaska.net/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="debug test"
RESTRICT="test"

RDEPEND="
	>=x11-libs/qt-gui-4.6.0:4
	>=x11-libs/qt-sql-4.6.0:4[sqlite]
	>=x11-libs/qt-webkit-4.6.0:4
"
DEPEND="${RDEPEND}
	test? ( x11-libs/qt-test:4 )
"

src_configure() {
	eqmake4 PREFIX=/usr
}