diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-22 06:30:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-22 06:30:54 +0100 |
commit | e0316949e47c8cc3031a5d0f3e0c433f94e84223 (patch) | |
tree | a50b9ef8db5ff6fff6e7f24315335060af5310be /app-text/pybookreader | |
parent | x11-misc/googsystray: Convert to distutils-r1 (diff) | |
download | gentoo-e0316949e47c8cc3031a5d0f3e0c433f94e84223.tar.gz gentoo-e0316949e47c8cc3031a5d0f3e0c433f94e84223.tar.bz2 gentoo-e0316949e47c8cc3031a5d0f3e0c433f94e84223.zip |
app-text/pybookreader: Convert to distutils-r1
Diffstat (limited to 'app-text/pybookreader')
-rw-r--r-- | app-text/pybookreader/pybookreader-0.5.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/pybookreader/pybookreader-0.5.0-r1.ebuild b/app-text/pybookreader/pybookreader-0.5.0-r1.ebuild new file mode 100644 index 000000000000..649f504f6665 --- /dev/null +++ b/app-text/pybookreader/pybookreader-0.5.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_P="PyBookReader-${PV}" + +DESCRIPTION="A book reader for .fb2 .html and plain text (possibly gzipped)" +HOMEPAGE="http://pybookreader.narod.ru/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/pygtk[${PYTHON_USEDEP}] + dev-libs/libxml2[python,${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" |