blob: d2a39f6ed54b4654624e53b432f0d4dfaf893da8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="3"
inherit distutils
DESCRIPTION="Task management GUI tool"
HOMEPAGE="http://nitrotasks.com/"
SRC_URI="https://launchpad.net/nitrotasks/trunk/${PV}/+download/${PN}_${PV}.tar.gz"
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/python-distutils-extra"
RDEPEND="dev-python/pywebkitgtk"
S="${WORKDIR}"/${PN}
|