[dev-python/python-blivet] new ebuild, dep required by latest anaconda

This commit is contained in:
Fabio Erculiani
2014-04-27 09:54:32 +01:00
parent a48291f6d5
commit 6e8202dadd
3 changed files with 41 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST blivet-0.50-1.tar.gz 285159 SHA256 d5f121d8fb446278f8953b717b7fb69a10fea416be27ab0dd5f2a10250289133 SHA512 143e6a5f485284a7989f50602f19ce2a0c65bfeda1a1f292afb1ad1bf2b672085a663cbbd2a8f8dd217dcc95f7318441064ff12c2d901ab62d155821ce4f1f87 WHIRLPOOL a96a8d1bd227e46baee18ff23eb2d8e5c829be44891b6adfd218f9de73c9b46dfaa199b868c00fd536ce08718351eb6e49a91599a4e12e350381515c8faf59a5
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>
@@ -0,0 +1,35 @@
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
REAL_PN="${PN/python-}"
if [ "${PR}" != "r0" ]; then
REAL_PR="-${PR/r}"
fi
DESCRIPTION="python module for examining and modifying storage configuration."
HOMEPAGE="https://fedoraproject.org/wiki/Blivet"
SRC_URI="https://github.com/Sabayon/${REAL_PN}/archive/${REAL_PN}-${PV}${REAL_PR}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-util/pykickstart-1.99.22
>=sys-apps/util-linux-2.15.1
>=sys-block/parted-1.8.1
sys-fs/cryptsetup
>=dev-python/python-cryptsetup-0.1.1
sys-fs/mdadm
sys-fs/dosfstools
>=sys-fs/e2fsprogs-1.41.0
sys-fs/btrfs-progs
>=dev-python/pyblock-0.45
sys-fs/multipath-tools
sys-process/lsof
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${REAL_PN}-${REAL_PN}-${PV}${REAL_PR}"