1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.3.6.ebuild,v 1.2 2010/10/18 14:05:26 sochotnicky Exp $ |
4 |
|
5 |
EAPI="2" |
6 |
SUPPORT_PYTHON_ABIS="1" |
7 |
RESTRICT_PYTHON_ABIS="3.*" |
8 |
|
9 |
inherit distutils |
10 |
|
11 |
DESCRIPTION="Qt4 application for downloading trailers from apple.com" |
12 |
HOMEPAGE="http://github.com/sochotnicky/pyqtrailer http://pypi.python.org/pypi/pyqtrailer" |
13 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
14 |
|
15 |
LICENSE="GPL-3" |
16 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~x86" |
18 |
IUSE="" |
19 |
|
20 |
DEPEND=">=dev-python/pytrailer-0.3 |
21 |
dev-python/PyQt4 |
22 |
dev-python/python-dateutil" |
23 |
RDEPEND="$DEPEND" |