# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="The Mnemosyne software resembles a traditional flash-card program to help you memorise question/answer pairs,\ but with an important twist: it uses a sophisticated algorithm to schedule the best time for an item to come up for review.\ Difficult items that you tend to forget quickly will be scheduled more often, while Mnemosyne won't waste your time on things you remember well." HOMEPAGE="http://mnemosyne-proj.sourceforge.net/" SRC_URI="mirror://sourceforge/mnemosyne-proj/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND=">=dev-lang/python-2.4.3-r4 >=dev-python/PyQt-3.14.1-r2 >=dev-python/pyxml-0.8.4 >=dev-python/pygame-1.6" RDEPEND="${DEPEND}" src_install() { distutils_src_install dodoc AUTHORS ChangeLog LICENSE README }