# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=0 inherit distutils DESCRIPTION="Sophisticated flash-card tool also used for long-term memory research" HOMEPAGE="http://www.mnemosyne-proj.org/" MY_PN="${PN}-proj" SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="latex" DEPEND="latex? ( >=virtual/latex-base-1.0 ) >=dev-lang/python-2.4.4-r5 >=dev-python/PyQt-3.17.4 >=dev-python/pygame-1.7.1" RDEPEND="${DEPEND}"