sys-block/targetcli-fb: add 3.0.1

Closes: https://bugs.gentoo.org/950321
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41791
Closes: https://github.com/gentoo/gentoo/pull/41791
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-04-27 14:40:16 +03:00
committed by Sam James
parent 80bcadbb78
commit 856350f017
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST targetcli-fb-2.1.58.tar.gz 39546 BLAKE2B bfbe8435e49874803550225aa6d0b002382e5858c151503266a63a3368ffe19b3b076f41b4d091a4c7eaa3c6d70d0df2a0f07035b8f462fedeea20e00f915805 SHA512 1ef1dda1d8df8e98ba8a5882368477dfb5a0aa880c535dbe526e221dc5be32c49eaadda6c54f60b045288277d6d80dc6b47283fc656144f8ab5cde570d7e6343
DIST targetcli-fb-3.0.1.tar.gz 39748 BLAKE2B f2bc1e89ed3762c3ce35271596125ed09e0ec9490102f2e63cf3a56f62ab233a64fa15b66cc08fbb1a58e044b48cfae763640319ba52b4a5a0025a08bbabf34a SHA512 e4ed5b1911ba8858fcf8fe39580462b7b645672f836b195fba0549fb5f9532bf5223a7034bf92c14e5d01c106e388d8ec942cacac421dfd1271f9916ac47f4c0

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 systemd
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="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND="
dev-python/configshell-fb[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=dev-python/rtslib-fb-2.2.3[${PYTHON_USEDEP}]
sys-apps/dbus"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
src_install() {
distutils-r1_src_install
keepdir /etc/target /etc/target/backup
doman targetcli.8
systemd_dounit systemd/targetclid.{service,socket}
}