summaryrefslogtreecommitdiff
blob: d23cb4d5c1cabc80d39842c4e3baa526b3b93429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/chromium-tools/chromium-tools-0.1.6.ebuild,v 1.3 2011/02/05 11:26:44 fauli Exp $

EAPI="3"
PYTHON_DEPEND="2:2.6"

inherit distutils python

DESCRIPTION="Collection of Chromium-related scripts for Gentoo"
HOMEPAGE="http://www.gentoo.org/proj/en/desktop/chromium/index.xml"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="subversion"

DEPEND=""
RDEPEND="
	${DEPEND}
	subversion? ( dev-python/pysvn )"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup

	DISTUTILS_GLOBAL_OPTIONS=("$(use_enable subversion)")
}