2010-02-18 19:15:01 +01:00
|
|
|
# Copyright 1999-2010 Gentoo Foundation
|
2009-12-05 08:15:06 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI="2"
|
2010-05-01 14:55:15 +02:00
|
|
|
SUPPORT_PYTHON_ABIS="1"
|
2009-12-05 08:15:06 +01:00
|
|
|
|
|
|
|
inherit distutils
|
|
|
|
|
|
|
|
MY_P="${P/_p/-}"
|
|
|
|
MY_PV="${PV/_p*/}"
|
|
|
|
|
|
|
|
DESCRIPTION="Open Source Computer System Management and its Python plugins."
|
|
|
|
HOMEPAGE="http://pulse2.mandriva.org/"
|
|
|
|
SRC_URI="http://pulse2.mandriva.org/pub/pulse2/server/sources/${MY_PV}/${MY_P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
2010-02-18 19:15:01 +01:00
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
2009-12-05 08:15:06 +01:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
RDEPEND=">=dev-python/twisted-web-0.7.0"
|
|
|
|
|
|
|
|
S="${WORKDIR}/${PN}-${MY_PV}"
|
|
|
|
|