[dev-python/pyblock] drop, not needed anymore

This commit is contained in:
Joost Ruis
2020-06-23 19:46:08 +02:00
parent 39b910fa1e
commit 20d8b3ed6a
2 changed files with 0 additions and 28 deletions
-1
View File
@@ -1 +0,0 @@
DIST pyblock-0.46.tar.bz2 36139 SHA256 0899d585a9d252d0f256f233e8e4c345e497f4d136e443d5634ecdcdeb21a18d SHA512 33db7d6876fc9f359a577daba413a61a452c982c810166b47168735ffa8d7da4b90755121d4c1bb9e4873f669e6011e015c90e2bf1c60d850b439915ebd034a1 WHIRLPOOL 0ad098a2b6ebae784d8fab62ee79c1802e421ce568a1559d049502e9c77f1c128335c62868e033cdd42e956064e6eeb0ef7f4725c7c32fc67b3f649dffef2477
-27
View File
@@ -1,27 +0,0 @@
# Copyright 2004-2017 Sabayon
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
inherit base
DESCRIPTION="Python interface for working with block devices"
HOMEPAGE="https://fedoraproject.org/wiki/Fedora_Project_Wiki"
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/python-${PN}/${P}.tar.bz2/6ee6115b6ba1da744534e499f5ee25d8/${P}.tar.bz2"
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}"
}