# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="spaced repetition flash-card program" HOMEPAGE="http://mnemosyne-proj.org/" SRC_URI="http://netcologne.dl.sourceforge.net/project/mnemosyne-proj/mnemosyne/mnemosyne-2.3.5/${P}.tar.gz" # License Information was taken from http://sourceforge.net/projects/mnemosyne-proj/ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-python/PyQt4 dev-python/cherrypy dev-python/matplotlib dev-python/webob dev-python/setuptools " RDEPEND="${DEPEND} =dev-python/PyQt4-4.11.1:0[webkit,sql] >=dev-lang/python-2.7.10-r1:2.7[sqlite] "