commit: af1d6437bdf38821a22923211ba0dfabfe078fb6 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Wed Oct 18 23:45:54 2017 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Wed Oct 18 23:45:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=af1d6437
x11-misc/pympress: 1.0.4 x11-misc/pympress/pympress-1.0.4.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/x11-misc/pympress/pympress-1.0.4.ebuild b/x11-misc/pympress/pympress-1.0.4.ebuild new file mode 100644 index 0000000..f83de2d --- /dev/null +++ b/x11-misc/pympress/pympress-1.0.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A simple dual-screen PDF reader designed for presentations" +HOMEPAGE="http://pympress.org/" +SRC_URI="https://github.com/Cimbali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/python-poppler[${PYTHON_USEDEP}] + dev-python/python-vlc[${PYTHON_USEDEP}] + dev-python/pygtk[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"
