1 |
sochotnicky |
1.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.4-r1.ebuild,v 1.2 2010/10/16 16:47:17 arfrever 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-2" |
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" |