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