app-misc/t/t-9999.ebuild
changeset 225 936132697287
parent 52 9ef756d8e5c6
child 241 4fa15504c4dd
equal deleted inserted replaced
224:9fd7aa2f35be 225:936132697287
     2 # Distributed under the terms of the GNU General Public License v2
     2 # Distributed under the terms of the GNU General Public License v2
     3 # $Header: $
     3 # $Header: $
     4 
     4 
     5 EAPI="5"
     5 EAPI="5"
     6 
     6 
     7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
     7 PYTHON_COMPAT=( python3_5 python3_6 python2_7 )
     8 
     8 
     9 inherit mercurial distutils-r1
     9 inherit mercurial distutils-r1
    10 
    10 
    11 DESCRIPTION="command-line todo list manager"
    11 DESCRIPTION="command-line todo list manager"
    12 HOMEPAGE="http://stevelosh.com/projects/t/"
    12 HOMEPAGE="http://stevelosh.com/projects/t/"