You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/rtslib/rtslib-9999.ebuild

36 lines
771 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rtslib/rtslib-9999.ebuild,v 1.2 2012/08/09 04:09:49 patrick Exp $
EAPI=4
EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git"
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.* 2.5-jython"
SUPPORT_PYTHON_ABIS="1"
inherit eutils distutils git-2 python
DESCRIPTION="RTSLib Community Edition for target_core_mod/ConfigFS"
HOMEPAGE="http://linux-iscsi.org/"
SRC_URI=""
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
dev-python/configobj
dev-python/ipaddr
dev-python/netifaces
"
RDEPEND="${DEPEND}"
src_install() {
distutils_src_install
keepdir /var/target/fabric
insinto /var/target/fabric
doins specs/*.spec
}