diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild')
-rw-r--r-- | dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild b/dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild deleted file mode 100644 index db930029..00000000 --- a/dev-python/python-blivet/python-blivet-0.23.9-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils distutils - -REAL_PN="${PN/python-}" - -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}-1.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}-1" - -src_prepare() { - # libudev in Gentoo is in /usr/lib64 if systemd - epatch "${FILESDIR}/${PN}-udev-path.patch" - - # multipath -c hangs on x86 due to a libc bug - # Temporarily disable this - use x86 && epatch "${FILESDIR}/${PN}-workaround-disable-multipath.patch" - - # Fix package names - epatch "${FILESDIR}/0001-Update-package-names-to-reflect-Gentoo-ones.patch" - # enable UUID= support for dm-based devices (dmcrypt, md, etc) - epatch "${FILESDIR}/0001-devices-enable-UUID-for-dm-based-devices-in-fstab.patch" - - # Sabayon: commitToDisk should wait on udev. There is a missing udev_settle() call. - epatch "${FILESDIR}/${PN}-commit-to-disk-settle.patch" - - distutils_src_prepare -} |