]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - app-misc/mnemosyne/mnemosyne-2.5.ebuild
app-misc/mnemosyne: Remove old.
[gentoo-draconx.git] / app-misc / mnemosyne / mnemosyne-2.5.ebuild
diff --git a/app-misc/mnemosyne/mnemosyne-2.5.ebuild b/app-misc/mnemosyne/mnemosyne-2.5.ebuild
deleted file mode 100644 (file)
index dcba152..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright © 2015-2017 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or later.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 )
-
-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/PyQt5-5.6[widgets,webengine,sql,$PYTHON_USEDEP]
-       >=dev-python/cherrypy-3.2[$PYTHON_USEDEP]
-       >=dev-python/webob-1.4[$PYTHON_USEDEP]
-       dev-python/matplotlib[$PYTHON_USEDEP]"
-RDEPEND="$DEPEND
-       dev-python/setuptools[$PYTHON_USEDEP]"
-
-S=$WORKDIR/$MY_P
-
-PATCHES=("$FILESDIR/mnemosyne-fix-desktop-categories.patch")