[dev-python/pyblock] new ebuild, used by Anaconda

This commit is contained in:
Fabio Erculiani
2010-03-31 23:29:34 +02:00
parent 78eb6109cc
commit acd2be1d4f
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
EBUILD pyblock-0.46.ebuild 652 RMD160 c1cf0cd06becbab096291a8423ad9559959d9a4a SHA1 7d6313dd0f92e04de12b922c3f2bc0117e60ffc4 SHA256 405a7f655cd7ce7b449234823b700a4659e955908d0d853032bf07d8dafd7129
+30
View File
@@ -0,0 +1,30 @@
# Copyright 2004-2010 Sabayon
# Distributed under the terms of the GNU General Public License v2
# $
EAPI="2"
EGIT_COMMIT="${PN}-${PV}-1"
EGIT_REPO_URI="git://git.fedorahosted.org/pyblock.git"
inherit base git
DESCRIPTION="Python interface for working with block devices"
HOMEPAGE="http://git.fedoraproject.org/git/pyblock.git?p=pyblock.git;a=summary"
SRC_URI=""
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="selinux"
DEPEND="${DEPEND}
sys-devel/gettext"
DEPEND="${DEPEND}
sys-fs/lvm2
sys-fs/dmraid
dev-python/pyparted"
src_compile() {
local use_selinux=0
use selinux && use_selinux=1
base_src_compile USESELINUX="${use_selinux}"
}