summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 20:13:13 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 20:13:36 +0200
commitec7079c0c95dd1dac40e7b67fba9383a5498dcb8 (patch)
tree6eb1dba2c2ead27248000017adc912b6ada44446 /sys-block/targetcli
parentgames-board/freedoko: Drop old (diff)
downloadgentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.gz
gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.tar.bz2
gentoo-ec7079c0c95dd1dac40e7b67fba9383a5498dcb8.zip
Remove masked for removal package
Diffstat (limited to 'sys-block/targetcli')
-rw-r--r--sys-block/targetcli/Manifest1
-rw-r--r--sys-block/targetcli/metadata.xml11
-rw-r--r--sys-block/targetcli/targetcli-3.0_pre4.ebuild44
-rw-r--r--sys-block/targetcli/targetcli-9999.ebuild44
4 files changed, 0 insertions, 100 deletions
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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Datera/targetcli</remote-id>
- </upstream>
-</pkgmetadata>
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
-}