app-misc/t/t-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Wed, 03 Feb 2021 15:27:24 -0400
changeset 241 4fa15504c4dd
parent 225 936132697287
child 250 dd0b4cb26d85
permissions -rw-r--r--
app-misc/t: update live ebuild

# 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}"