# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="The primary goal of mktoc is to create TOC files using a previously generated CUE sheet." HOMEPAGE="http://pythonhosted.org/mktoc/" SRC_URI="https://github.com/cmcginty/${PN}/raw/master/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND="dev-python/chardet"