summaryrefslogtreecommitdiff
blob: 250f81b2fc025c2f2be749a082c23af36dc1569d (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
30
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS=1

inherit distutils

DESCRIPTION="Web toolset for administrating servers"
HOMEPAGE="http://ajenti.org/"
SRC_URI="http://repo.ajenti.org/src/${P}.tar.gz"

LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND="dev-python/feedparser
	dev-python/gevent
	dev-python/lxml
	dev-python/pyopenssl"

RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"

src_install() {
	emake DESTDIR="${D}" install
	doinitd "${FILESDIR}/ajenti"
}