summaryrefslogtreecommitdiff
path: root/sys-block
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /sys-block
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/Manifest.gzbin11368 -> 11208 bytes
-rw-r--r--sys-block/targetcli/Manifest4
-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
5 files changed, 0 insertions, 103 deletions
diff --git a/sys-block/Manifest.gz b/sys-block/Manifest.gz
index 6d60183b7328..c049b6b457cd 100644
--- a/sys-block/Manifest.gz
+++ b/sys-block/Manifest.gz
Binary files differ
diff --git a/sys-block/targetcli/Manifest b/sys-block/targetcli/Manifest
deleted file mode 100644
index f9584e3a9704..000000000000
--- a/sys-block/targetcli/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST targetcli-3.0_pre4.tar.gz 37299 BLAKE2B 9522e041e948203ae1cbce9959ee34b7f63180c6e678480f28a0291ea672b85dee8d72f95ed296a700b315a2b7a6f3d38b4a115d4967c61b5b2975c4dceb259a SHA512 42e74fe8f7d26ad5693d6cd527d44d77b23f793b33071466819bf29032b71a6ad22924350fc53c78ed93c15ef30abb46b42209c5f16fbf8ade0819d6e26b70f7
-EBUILD targetcli-3.0_pre4.ebuild 1017 BLAKE2B 6f4b8a1190e0533cff395c17e087af18d06a01867e95e3b87fa7d45786d8aec19e644c96d453d2be28bcc01f89244b77358b0ec11c300bc0ab5226138c1d7988 SHA512 5c8b95334e2bd1db47eee2660f647dbf02b43d77d8492b0a5905718dbda32838e446382068929a6b174c22a6688f25c891a873371ddc6bd49962e02c8a24429a
-EBUILD targetcli-9999.ebuild 1017 BLAKE2B 6f4b8a1190e0533cff395c17e087af18d06a01867e95e3b87fa7d45786d8aec19e644c96d453d2be28bcc01f89244b77358b0ec11c300bc0ab5226138c1d7988 SHA512 5c8b95334e2bd1db47eee2660f647dbf02b43d77d8492b0a5905718dbda32838e446382068929a6b174c22a6688f25c891a873371ddc6bd49962e02c8a24429a
-MISC metadata.xml 338 BLAKE2B f65c842bfe42893681f18bb6ebe70a43cdf3c63c0d5846da2cb623194363bbc2b32df2620cc97497df54e0eb515218634ba3fc4b1466356d934af246ade3ed99 SHA512 4e0da6ff5bfd4380d2e10afc05386a2e250b7ae84521de004f2a50f7bab8e878332cf8e53a88dac567121082a76f285bee2ff231c07bcc0e89e21f179a1fd9ce
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
-}