From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib/
Date: Fri, 2 Sep 2016 17:18:42 +0000 (UTC) [thread overview]
Message-ID: <1472836694.e41f287d0c0c1ef9d47238639d5cb8a3136eadab.monsieurp@gentoo> (raw)
commit: e41f287d0c0c1ef9d47238639d5cb8a3136eadab
Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Sun Aug 7 00:35:07 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 17:18:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41f287d
dev-python/rtslib: add version 3.0_pre4
Gentoo-Bug: https://bugs.gentoo.org/453272
Reported-by: Andrew Hamilton <andrew <AT> ahamilto.net>
Closes: https://github.com/gentoo/gentoo/pull/2034
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-python/rtslib/Manifest | 1 +
dev-python/rtslib/rtslib-3.0_pre4.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/rtslib/Manifest b/dev-python/rtslib/Manifest
new file mode 100644
index 00000000..c04bd4c
--- /dev/null
+++ b/dev-python/rtslib/Manifest
@@ -0,0 +1 @@
+DIST rtslib-3.0_pre4.tar.gz 63988 SHA256 1e4359d3897ccee0c6345f8d63292f2c8f71500f242baca12772877fbe25bda8 SHA512 5b4ff3dbaa379f177e08d0ffb54b575e7637c9ebf9ad98cdb2db2b93cde623d0c3a29c3ec9eb0a5542964438d8d5342691f483e2fdb81b7f1f64f37c701e0063 WHIRLPOOL 6ea742a6c756b8c473ef12f017ffc0ecdf2c9dae28f2169b1db99e5ac30f36806414b73c0bcb1e3c191582ae8bfd4ffc9cf15151537ad4354f15cc9c9dc8fa06
diff --git a/dev-python/rtslib/rtslib-3.0_pre4.ebuild b/dev-python/rtslib/rtslib-3.0_pre4.ebuild
new file mode 100644
index 00000000..df18a05
--- /dev/null
+++ b/dev-python/rtslib/rtslib-3.0_pre4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="RTSLib Community Edition for target_core_mod/ConfigFS"
+HOMEPAGE="http://linux-iscsi.org/wiki/targetcli"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/Datera/${PN}.git
+ https://github.com/Datera/${PN}.git"
+ KEYWORDS=""
+else
+ MY_PV=${PV/_/-}
+ SRC_URI="https://github.com/Datera/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+ KEYWORDS="~amd64"
+fi
+
+DEPEND="dev-python/configobj[${PYTHON_USEDEP}]
+ dev-python/ipaddr[${PYTHON_USEDEP}]
+ dev-python/netifaces[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ !dev-python/rtslib-fb"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ distutils-r1_src_install
+ keepdir /var/target/fabric
+ insinto /var/target/fabric
+ doins specs/*.spec
+}
next reply other threads:[~2016-09-02 17:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-02 17:18 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-30 9:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib/ Michał Górny
2017-04-23 20:48 Michał Górny
2016-09-02 17:18 Patrice Clement
2016-04-21 5:32 Matt Thode
2016-03-31 11:27 Alexey Shvetsov
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=1472836694.e41f287d0c0c1ef9d47238639d5cb8a3136eadab.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