Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell/
Date: Fri, 02 Sep 2016 17:18:47
Message-Id: 1472836694.91c059a0c8b7996e23979083ec20e6345c59c03e.monsieurp@gentoo
1 commit: 91c059a0c8b7996e23979083ec20e6345c59c03e
2 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 6 22:35:19 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 17:18:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c059a0
7
8 dev-python/configshell: add version 1.6
9
10 Gentoo-Bug: https://bugs.gentoo.org/453270
11 Reported-by: Andrew Hamilton <andrew <AT> ahamilto.net>
12 Closes: https://github.com/gentoo/gentoo/pull/2034
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 dev-python/configshell/Manifest | 1 +
17 dev-python/configshell/configshell-1.6.ebuild | 31 +++++++++++++++++++++++++++
18 2 files changed, 32 insertions(+)
19
20 diff --git a/dev-python/configshell/Manifest b/dev-python/configshell/Manifest
21 new file mode 100644
22 index 00000000..5a139ea
23 --- /dev/null
24 +++ b/dev-python/configshell/Manifest
25 @@ -0,0 +1 @@
26 +DIST configshell-1.6.tar.gz 37246 SHA256 e132fefa763b01c9443f299ae7b124041ffb7cc9c529e419d9c4116a94b85dd9 SHA512 04eeabfbe36f8845eb21cfe2b41a6a82d029ca23fe821ecfbf94d321fb8c9cc20f3d374b385cb20e00fd34a59feb364400d724e973174d9be90dad35813da0e0 WHIRLPOOL 6ebdb8d9b511945c8c065264d15c75ba2cf2bbfffac8b82c1c6b97bc224725898a6c7da9f65638a490a7d547f913a664b796eeda06658cf83982c408af2f8984
27
28 diff --git a/dev-python/configshell/configshell-1.6.ebuild b/dev-python/configshell/configshell-1.6.ebuild
29 new file mode 100644
30 index 00000000..dbc88ec
31 --- /dev/null
32 +++ b/dev-python/configshell/configshell-1.6.ebuild
33 @@ -0,0 +1,31 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +PYTHON_COMPAT=( python2_7 )
41 +
42 +inherit distutils-r1
43 +
44 +DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
45 +HOMEPAGE="http://linux-iscsi.org/wiki/targetcli"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +if [[ ${PV} == 9999 ]]; then
52 + inherit git-r3
53 + EGIT_REPO_URI="git://github.com/Datera/${PN}.git
54 + https://github.com/Datera/${PN}.git"
55 + KEYWORDS=""
56 +else
57 + SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
58 + KEYWORDS="~amd64"
59 +fi
60 +
61 +DEPEND="dev-python/epydoc[${PYTHON_USEDEP}]
62 + dev-python/pyparsing[${PYTHON_USEDEP}]"
63 +RDEPEND="${DEPEND}
64 + dev-python/urwid[${PYTHON_USEDEP}]"