commit:     856350f017481c4ea22cfc4181969ba0e9c92bbc
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Apr 27 11:40:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 12:24:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856350f0

sys-block/targetcli-fb: add 3.0.1

Closes: https://bugs.gentoo.org/950321
Signed-off-by: Alfred Wingate <parona <AT> 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 <AT> gentoo.org>

 sys-block/targetcli-fb/Manifest                  |  1 +
 sys-block/targetcli-fb/targetcli-fb-3.0.1.ebuild | 33 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-block/targetcli-fb/Manifest b/sys-block/targetcli-fb/Manifest
index bfa813f1ce00..3d48b51af36f 100644
--- a/sys-block/targetcli-fb/Manifest
+++ b/sys-block/targetcli-fb/Manifest
@@ -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

diff --git a/sys-block/targetcli-fb/targetcli-fb-3.0.1.ebuild 
b/sys-block/targetcli-fb/targetcli-fb-3.0.1.ebuild
new file mode 100644
index 000000000000..d0b752e4d556
--- /dev/null
+++ b/sys-block/targetcli-fb/targetcli-fb-3.0.1.ebuild
@@ -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}
+}

Reply via email to