aboutsummaryrefslogtreecommitdiff
blob: f3f7dd8de5ec954b2f25a8d35ae3e9c1ff79dc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="The slave client used by the AutotuA devhelp system"
HOMEPAGE="http://soc.gentooexperimental.org/projects/show/autotua"
SRC_URI="http://dev.gentooexperimental.org/~bheekling/files/autotua/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-misc/connect"
DEPEND="${RDEPEND}
		>=dev-lang/python-2.5"

pkg_preinst() {
	fperms +x /usr/lib/python*/site-packages/autotua/bin/jobuild.sh
}