--- a/app-misc/t/Manifest Mon Mar 04 14:53:34 2019 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-EBUILD t-9999.ebuild 489 SHA256 12db36e5b7c106ae88791c85f9f941383e94b5e48eed4c395c77e0036ffb28eb SHA512 b0e0a987001b22daeb0a3fb809b6b72c7662403b67524105a5d71b6718c0451160d3ec709ada644488525f566230b24e6906352dc0f2a063f15c66302ad22832 WHIRLPOOL 2bc45206013a66d2f4452267e9748bd259f3ea2748c6b98a91721c48c6dee2b2108cb5fd5e2bcc418c681264d42cf4d7e2ffd0c7d50cfc673f4c3eebb41e0d82
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app-misc/t/t-1.2.0.ebuild Mon Apr 08 14:09:39 2019 -0700
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_5 python3_6 python2_7 )
+
+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://bitbucket.org/sjl/t"
+
+[[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
--- a/app-misc/t/t-9999.ebuild Mon Mar 04 14:53:34 2019 -0800
+++ b/app-misc/t/t-9999.ebuild Mon Apr 08 14:09:39 2019 -0700
@@ -4,7 +4,7 @@
EAPI="5"
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python3_5 python3_6 python2_7 )
inherit mercurial distutils-r1