blob: d118dd97842f1ef496379ee400ea4f58e89719e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils qt4-r2
DESCRIPTION="Toggl Desktop is a SSB with extra features for Toggl"
HOMEPAGE="http://www.toggl.com"
SRC_URI="http://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${DEPEND}
dev-qt/qtwebkit:4"
RDEPEND="${RDEPEND}"
|