app-misc/t/t-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 07 Nov 2021 01:25:18 -0400
changeset 247 92087b08c9f9
parent 241 4fa15504c4dd
child 250 dd0b4cb26d85
permissions -rw-r--r--
app-emulation/genymotion remove

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PYTHON_COMPAT=( python3_5 python3_6 python3_7 python3_8 python3_9 python2_7 )

DISTUTILS_USE_SETUPTOOLS=rdepend

inherit mercurial distutils-r1

DESCRIPTION="command-line todo list manager"
HOMEPAGE="http://stevelosh.com/projects/t/"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

EHG_REPO_URI="https://hg.stevelosh.com/t/"

[[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}"

DEPEND=""
RDEPEND="${DEPEND}"