Parent Directory
|
Revision Log
dev-python/pytrailer removal due to non-working state
1 | # Copyright 1999-2010 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.6.0.ebuild,v 1.1 2010/11/28 19:03:44 sochotnicky Exp $ |
4 | |
5 | EAPI="2" |
6 | SUPPORT_PYTHON_ABIS="1" |
7 | RESTRICT_PYTHON_ABIS="" |
8 | |
9 | inherit distutils |
10 | |
11 | DESCRIPTION="Module to simplify access to movies on apple.com/trailers" |
12 | HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer" |
13 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
14 | |
15 | LICENSE="LGPL-3" |
16 | SLOT="0" |
17 | KEYWORDS="~amd64 ~x86" |
18 | IUSE="" |
19 | |
20 | DEPEND="dev-python/python-dateutil" |
21 | RDEPEND="$DEPEND" |
ViewVC Help | |
Powered by ViewVC 1.1.20 |