author | Da Risk <da_risk@geekorum.com> |
Mon, 08 Apr 2019 14:09:39 -0700 | |
changeset 225 | 936132697287 |
parent 52 | app-misc/t/t-9999.ebuild@9ef756d8e5c6 |
permissions | -rw-r--r-- |
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 |
||
225
936132697287
Update app-misc/t to python3 version
Da Risk <da_risk@geekorum.com>
parents:
52
diff
changeset
|
7 |
PYTHON_COMPAT=( python3_5 python3_6 python2_7 ) |
52 | 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 |