blob: 05f86e03217c6c6182d4a634b68c5eeb9a268ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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}
|