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 7BD0C138351 for ; Tue, 21 Apr 2020 12:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3BB3E0953; Tue, 21 Apr 2020 12:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7FD22E0953 for ; Tue, 21 Apr 2020 12:45:12 +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 444B634F200 for ; Tue, 21 Apr 2020 12:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A855F1F3 for ; Tue, 21 Apr 2020 12:45:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1587473088.9fe48e17ea4853deaba54cf05874365c9cdd0a11.juippis@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.51.ebuild X-VCS-Directories: sys-block/targetcli-fb/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9fe48e17ea4853deaba54cf05874365c9cdd0a11 X-VCS-Branch: master Date: Tue, 21 Apr 2020 12:45:07 +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: a185248e-eca7-48f3-974a-f39ed21602f2 X-Archives-Hash: 4defb4cde82ab8015ec4e39020ac1a02 commit: 9fe48e17ea4853deaba54cf05874365c9cdd0a11 Author: Diogo Pereira gmail com> AuthorDate: Sun Apr 19 23:00:39 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 21 12:44:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe48e17 sys-block/targetcli-fb: bump to 2.1.51 Closes: https://bugs.gentoo.org/696734 Reported-by: Michał Górny gentoo.org> Signed-off-by: Diogo Pereira gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/15431 Signed-off-by: Joonas Niilola gentoo.org> sys-block/targetcli-fb/Manifest | 1 + sys-block/targetcli-fb/targetcli-fb-2.1.51.ebuild | 28 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-block/targetcli-fb/Manifest b/sys-block/targetcli-fb/Manifest index 0be8eca49fb..4f1d7366f5e 100644 --- a/sys-block/targetcli-fb/Manifest +++ b/sys-block/targetcli-fb/Manifest @@ -1 +1,2 @@ DIST targetcli-fb-2.1.49.tar.gz 34147 BLAKE2B 49ed4a610282af30308373cdf806832a3441dcab9a52cddb3f59bacdecb79f7308f316cc65f526d6ea1f9bb875d05e049e6cd7d99eb243f25546395ba6aaa38c SHA512 05fb6f638f808bf09089bdd110592b3ed3be49fc70cc1a71680de7bff40dc88425e69e9a99fdfcab712646cf131f78071edae46f214fdfee4b7090f47933c93a +DIST targetcli-fb-2.1.51.tar.gz 38577 BLAKE2B 0cc1cc920ec7bcefb987fac0397aa7c5a994cf47966971238a6c469e87b2dffc00dc09a55279b5ba0fda776a32a129ad3170b861e6309ea30f271ddc32f690f6 SHA512 a94f251889913888c430cfe2b2fa1b27e4cd01f05627f1c3f0d4c72145b23081be189b7ca5d381bffa0da74ba6a53146e7ca964ff864cb532f132e24bc205b9a diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.51.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.51.ebuild new file mode 100644 index 00000000000..fe0c14a548f --- /dev/null +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.51.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 + +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${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +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" + +src_install() { + distutils-r1_src_install + + keepdir /etc/target /etc/target/backup + doman targetcli.8 +}