X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/5f7d2fecfadcb88cfb89e4cd1976dcc5de8c554b..4e5d71c0140412504cc651d2fa0c51794d45a7b0:/app-misc/mnemosyne/mnemosyne-2.3.3.ebuild diff --git a/app-misc/mnemosyne/mnemosyne-2.3.3.ebuild b/app-misc/mnemosyne/mnemosyne-2.3.3.ebuild new file mode 100644 index 0000000..23ae824 --- /dev/null +++ b/app-misc/mnemosyne/mnemosyne-2.3.3.ebuild @@ -0,0 +1,31 @@ +# Copyright © 2015 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or later. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_P=Mnemosyne-$PV + +DESCRIPTION="A flash card tool to optimize your learning process" +HOMEPAGE="https://mnemosyne-proj.org/" +SRC_URI="mirror://sourceforge/mnemosyne-proj/$MY_P.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="$PYTHON_DEPS + >=dev-python/PyQt4-4.5[webkit,sql,$PYTHON_USEDEP] + >=dev-python/cherrypy-3.2[$PYTHON_USEDEP] + dev-python/matplotlib[$PYTHON_USEDEP] + dev-python/webob[$PYTHON_USEDEP]" +RDEPEND="$DEPEND + dev-python/setuptools[$PYTHON_USEDEP]" + +S=$WORKDIR/$MY_P + +PATCHES=("$FILESDIR/mnemosyne-fix-desktop-categories.patch")