Parent Directory
|
Revision Log
migrate -> distutils-r1, add missing rdep and correct deps, drop some old (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
1 | # Copyright 1999-2011 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.5.4.ebuild,v 1.1 2011/04/08 22:51:19 arfrever Exp $ |
4 | |
5 | EAPI="3" |
6 | PYTHON_DEPEND="2" |
7 | SUPPORT_PYTHON_ABIS="1" |
8 | RESTRICT_PYTHON_ABIS="3.* *-jython" |
9 | |
10 | inherit distutils |
11 | |
12 | DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)" |
13 | HOMEPAGE="http://pypi.python.org/pypi/mozrunner" |
14 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
15 | |
16 | LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" |
17 | SLOT="0" |
18 | KEYWORDS="~amd64 ~x86" |
19 | IUSE="" |
20 | |
21 | RDEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )" |
22 | DEPEND="${RDEPEND} |
23 | dev-python/setuptools" |
ViewVC Help | |
Powered by ViewVC 1.1.20 |