public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/
Date: Thu, 27 Oct 2016 22:27:16 +0000 (UTC)	[thread overview]
Message-ID: <1477607192.9a633d3b9f80e476311b364c96c3a164cf530733.monsieurp@gentoo> (raw)

commit:     9a633d3b9f80e476311b364c96c3a164cf530733
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Fri Oct 14 22:37:02 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 22:26:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a633d3b

sys-block/targetcli-fb: new package.

targetcli-fb is a fork of targetcli maintained by Red Hat.

Gentoo-Bug: https://bugs.gentoo.org/590722
Closes: https://github.com/gentoo/gentoo/pull/2042

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-block/targetcli-fb/Manifest                   |  1 +
 sys-block/targetcli-fb/metadata.xml               | 24 +++++++++++++++
 sys-block/targetcli-fb/targetcli-fb-2.1.44.ebuild | 36 +++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/sys-block/targetcli-fb/Manifest b/sys-block/targetcli-fb/Manifest
new file mode 100644
index 00000000..fa8bd94
--- /dev/null
+++ b/sys-block/targetcli-fb/Manifest
@@ -0,0 +1 @@
+DIST targetcli-fb-2.1.44.tar.gz 34278 SHA256 4b916c0cf8f6f959baf22186380e926fa09bb3b15dedbd2aca0ad7df531193b7 SHA512 eb744c039357f5c1e6bef1947a9dd42f29dec7306a53d29d32d270515457a78ef6521cf12939fc4ae0075ace3ae8bd857de4855569c740640572cf7815162bab WHIRLPOOL 7086353f5eb8772b8eed0b4594018c924774d98548bc98c635de704c904694a0879feceb223400face34b84faac93d7e22d586ff12e5c168821ee8c6619929cf

diff --git a/sys-block/targetcli-fb/metadata.xml b/sys-block/targetcli-fb/metadata.xml
new file mode 100644
index 00000000..3fb3451
--- /dev/null
+++ b/sys-block/targetcli-fb/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>sir.suriv@gmail.com</email>
+	<name>Diogo Pereira</name>
+</maintainer>
+<maintainer type="project">
+	<email>proxy-maint@gentoo.org</email>
+	<name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+	targetcli-fb is a command-line interface for configuring
+	the Linux-IO generic SCSI target.
+</longdescription>
+<upstream>
+	<maintainer status="active">
+		<email>agrover@redhat.com</email>
+		<name>Andy Grover</name>
+	</maintainer>
+	<remote-id type="github">open-iscsi/targetcli-fb</remote-id>
+	<bugs-to>https://github.com/open-iscsi/targetcli-fb</bugs-to>
+</upstream>
+</pkgmetadata>

diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.44.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.44.ebuild
new file mode 100644
index 00000000..68ca697
--- /dev/null
+++ b/sys-block/targetcli-fb/targetcli-fb-2.1.44.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 linux-info versionator
+
+MY_PV=$(replace_version_separator 2 '.fb' ${PV})
+
+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"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	dev-python/rtslib-fb[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	!sys-block/targetcli"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_install() {
+	distutils-r1_src_install
+
+	keepdir /etc/target /etc/target/backup
+	doman "${PN%%-*}"
+}


             reply	other threads:[~2016-10-27 22:27 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 22:27 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-29 18:29 [gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/ Michael Palimaka
2016-11-04 21:45 Patrice Clement
2017-01-12 17:34 Matt Thode
2018-02-18 17:16 Patrice Clement
2018-02-18 17:16 Patrice Clement
2018-05-14  1:06 Matt Thode
2019-04-22  5:55 Michał Górny
2019-04-22  5:55 Michał Górny
2019-04-22  5:55 Michał Górny
2020-01-13  9:48 Michał Górny
2020-04-07 10:32 Agostino Sarubbo
2020-04-14 12:32 Agostino Sarubbo
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-05-12 13:05 Agostino Sarubbo
2020-05-13 10:08 Agostino Sarubbo
2020-08-25  0:10 Sam James
2020-08-25  0:10 Sam James
2020-08-25  1:51 Sam James
2020-08-25 12:40 Sam James
2020-08-30  3:14 Sam James
2020-08-30 22:45 Sam James
2021-10-18  8:44 Arthur Zamarin
2021-10-18  8:44 Arthur Zamarin
2022-02-06 11:18 Jonas Stein
2022-02-07 10:26 Jakov Smolić
2022-04-17 19:17 Sam James
2022-07-04  0:46 Sam James
2022-08-25 10:59 Marek Szuba
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 17:39 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-19  6:42 Michał Górny
2022-09-25  1:27 Sam James
2022-10-07  8:47 WANG Xuerui
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:25 Sam James
2022-11-23  4:25 Sam James
2022-11-25  9:08 Arthur Zamarin
2023-05-15 23:16 Sam James
2024-06-06  6:47 Sam James
2024-06-06  6:47 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477607192.9a633d3b9f80e476311b364c96c3a164cf530733.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox