1 |
# Copyright 1999-2014 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.12.ebuild,v 1.3 2014/03/31 21:15:12 mgorny Exp $ |
4 |
|
5 |
EAPI=5 |
6 |
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) |
7 |
PYTHON_REQ_USE="sqlite" |
8 |
|
9 |
inherit distutils-r1 |
10 |
|
11 |
DESCRIPTION="Handling of Mozilla XUL app profiles" |
12 |
HOMEPAGE="http://github.com/mozautomation/mozmill http://pypi.python.org/pypi/mozprofile" |
13 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
14 |
|
15 |
LICENSE="MPL-2.0" |
16 |
KEYWORDS="~amd64 ~x86" |
17 |
SLOT="0" |
18 |
IUSE="" |
19 |
|
20 |
DEPEND="dev-python/manifestdestiny[${PYTHON_USEDEP}] |
21 |
dev-python/simplejson[${PYTHON_USEDEP}] |
22 |
dev-python/setuptools[${PYTHON_USEDEP}]" |
23 |
RDEPEND="${DEPEND}" |