From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2C61138359 for ; Sun, 30 Aug 2020 22:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B760E0CBF; Sun, 30 Aug 2020 22:45:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4982E0CBF for ; Sun, 30 Aug 2020 22:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 689A13406C2 for ; Sun, 30 Aug 2020 22:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC0B2FD for ; Sun, 30 Aug 2020 22:45:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1598827526.2bc8d65d5a15200942dc7c66c1fcc0ba7102099c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/targetcli-fb/Manifest sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild X-VCS-Directories: sys-block/targetcli-fb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bc8d65d5a15200942dc7c66c1fcc0ba7102099c X-VCS-Branch: master Date: Sun, 30 Aug 2020 22:45:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d990e366-c1c7-4b93-9a21-db0ff9d4295b X-Archives-Hash: 0d41997e9ceeb59329064c3b82ae4e2a commit: 2bc8d65d5a15200942dc7c66c1fcc0ba7102099c Author: Sam James gentoo org> AuthorDate: Sun Aug 30 22:45:26 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 30 22:45:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc8d65d sys-block/targetcli-fb: security cleanup Bug: https://bugs.gentoo.org/736086 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> sys-block/targetcli-fb/Manifest | 1 - sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild | 33 ----------------------- 2 files changed, 34 deletions(-) diff --git a/sys-block/targetcli-fb/Manifest b/sys-block/targetcli-fb/Manifest index 31902e4a463..49d590130c5 100644 --- a/sys-block/targetcli-fb/Manifest +++ b/sys-block/targetcli-fb/Manifest @@ -1,2 +1 @@ -DIST targetcli-fb-2.1.49.tar.gz 34147 BLAKE2B 49ed4a610282af30308373cdf806832a3441dcab9a52cddb3f59bacdecb79f7308f316cc65f526d6ea1f9bb875d05e049e6cd7d99eb243f25546395ba6aaa38c SHA512 05fb6f638f808bf09089bdd110592b3ed3be49fc70cc1a71680de7bff40dc88425e69e9a99fdfcab712646cf131f78071edae46f214fdfee4b7090f47933c93a DIST targetcli-fb-2.1.53.tar.gz 39586 BLAKE2B 35e5cea72580ba26b8397027e92446c129af5a94ab9458eed63ec731289065bcce759a77558a022c41b4ed73eefe865000e60b4e17816836f13056cb07071069 SHA512 acefa7f8df8ee901cae8f04cbeb264d6024100e2d8b8343024bc52842af88a23d1bf5dd880ff2c77046bd8da8493630b4e357103617c02d1a90947e42c3a7c92 diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild deleted file mode 100644 index 20062c17910..00000000000 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -MY_PV=$(ver_rs 2 .fb) - -DESCRIPTION="Command shell for managing Linux LIO kernel target" -HOMEPAGE="https://github.com/open-iscsi/targetcli-fb" -SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/rtslib-fb[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - sys-apps/dbus" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_install() { - distutils-r1_src_install - - keepdir /etc/target /etc/target/backup - doman targetcli.8 -}