1 |
arfrever |
1.1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
3 |
arfrever |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.2.ebuild,v 1.1 2010/04/16 02:09:18 arfrever Exp $ |
4 |
arfrever |
1.1 |
|
5 |
|
|
EAPI="3" |
6 |
|
|
PYTHON_DEPEND="2" |
7 |
|
|
SUPPORT_PYTHON_ABIS="1" |
8 |
|
|
|
9 |
|
|
inherit distutils |
10 |
|
|
|
11 |
|
|
DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)" |
12 |
|
|
HOMEPAGE="http://pypi.python.org/pypi/mozrunner http://mikeal.github.com/mozrunner/" |
13 |
|
|
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" |
14 |
|
|
|
15 |
|
|
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" |
16 |
|
|
SLOT="0" |
17 |
|
|
KEYWORDS="~amd64 ~x86" |
18 |
|
|
IUSE="" |
19 |
|
|
|
20 |
|
|
RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )" |
21 |
|
|
DEPEND="${RDEPEND} |
22 |
|
|
dev-python/setuptools" |
23 |
|
|
RESTRICT_PYTHON_ABIS="3.*" |