From ec7079c0c95dd1dac40e7b67fba9383a5498dcb8 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 29 Apr 2018 20:13:13 +0200 Subject: Remove masked for removal package --- sys-block/targetcli/Manifest | 1 - sys-block/targetcli/metadata.xml | 11 ------- sys-block/targetcli/targetcli-3.0_pre4.ebuild | 44 --------------------------- sys-block/targetcli/targetcli-9999.ebuild | 44 --------------------------- 4 files changed, 100 deletions(-) delete mode 100644 sys-block/targetcli/Manifest delete mode 100644 sys-block/targetcli/metadata.xml delete mode 100644 sys-block/targetcli/targetcli-3.0_pre4.ebuild delete mode 100644 sys-block/targetcli/targetcli-9999.ebuild (limited to 'sys-block') diff --git a/sys-block/targetcli/Manifest b/sys-block/targetcli/Manifest deleted file mode 100644 index 28833e24af3c..000000000000 --- a/sys-block/targetcli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST targetcli-3.0_pre4.tar.gz 37299 BLAKE2B 9522e041e948203ae1cbce9959ee34b7f63180c6e678480f28a0291ea672b85dee8d72f95ed296a700b315a2b7a6f3d38b4a115d4967c61b5b2975c4dceb259a SHA512 42e74fe8f7d26ad5693d6cd527d44d77b23f793b33071466819bf29032b71a6ad22924350fc53c78ed93c15ef30abb46b42209c5f16fbf8ade0819d6e26b70f7 diff --git a/sys-block/targetcli/metadata.xml b/sys-block/targetcli/metadata.xml deleted file mode 100644 index 71579dd64782..000000000000 --- a/sys-block/targetcli/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - cluster@gentoo.org - Gentoo Cluster Project - - - Datera/targetcli - - diff --git a/sys-block/targetcli/targetcli-3.0_pre4.ebuild b/sys-block/targetcli/targetcli-3.0_pre4.ebuild deleted file mode 100644 index f87c8e34daa2..000000000000 --- a/sys-block/targetcli/targetcli-3.0_pre4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 linux-info - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Datera/${PN}.git" - KEYWORDS="" -else - MY_PV=${PV/_/-} - SRC_URI="https://github.com/Datera/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64" -fi - -DESCRIPTION="CLI and shell for the Linux SCSI target" -HOMEPAGE="http://linux-iscsi.org/wiki/targetcli" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-python/configshell[${PYTHON_USEDEP}] - dev-python/prettytable[${PYTHON_USEDEP}] - dev-python/rtslib[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - dev-python/urwid[${PYTHON_USEDEP}]" - -pkg_pretend() { - if use kernel_linux; then - linux-info_get_any_version - if ! linux_config_exists; then - eerror "Unable to check your kernel for SCSI target support" - else - CONFIG_CHECK="~TARGET_CORE" - check_extra_config - fi - fi -} diff --git a/sys-block/targetcli/targetcli-9999.ebuild b/sys-block/targetcli/targetcli-9999.ebuild deleted file mode 100644 index f87c8e34daa2..000000000000 --- a/sys-block/targetcli/targetcli-9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 linux-info - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Datera/${PN}.git" - KEYWORDS="" -else - MY_PV=${PV/_/-} - SRC_URI="https://github.com/Datera/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64" -fi - -DESCRIPTION="CLI and shell for the Linux SCSI target" -HOMEPAGE="http://linux-iscsi.org/wiki/targetcli" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-python/configshell[${PYTHON_USEDEP}] - dev-python/prettytable[${PYTHON_USEDEP}] - dev-python/rtslib[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - dev-python/urwid[${PYTHON_USEDEP}]" - -pkg_pretend() { - if use kernel_linux; then - linux-info_get_any_version - if ! linux_config_exists; then - eerror "Unable to check your kernel for SCSI target support" - else - CONFIG_CHECK="~TARGET_CORE" - check_extra_config - fi - fi -} -- cgit v1.2.3