52
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI="5" |
|
6 |
|
|
7 |
PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
|
8 |
|
|
9 |
inherit mercurial distutils-r1 |
|
10 |
|
|
11 |
DESCRIPTION="command-line todo list manager" |
|
12 |
HOMEPAGE="http://stevelosh.com/projects/t/" |
|
13 |
SRC_URI="" |
|
14 |
|
|
15 |
LICENSE="MIT" |
|
16 |
SLOT="0" |
|
17 |
KEYWORDS="~amd64" |
|
18 |
IUSE="" |
|
19 |
|
|
20 |
|
|
21 |
EHG_REPO_URI="https://bitbucket.org/sjl/t" |
|
22 |
|
|
23 |
[[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}" |
|
24 |
|
|
25 |
DEPEND="" |
|
26 |
RDEPEND="${DEPEND}" |
|
27 |
|