blob: 118e2ddd7a9e1350281e7b81865d23f88ce4692d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-1.3.5.ebuild,v 1.2 2009/07/27 07:14:56 mr_bones_ Exp $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)
EAPI="2"
inherit distutils
DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox,
Thunderbird, etc.)"
HOMEPAGE="http://code.google.com/p/mozrunner/"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-1.1"
KEYWORDS="~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}
>=dev-python/simplesettings-0.3
dev-python/simplejson"
|