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-fb/
Date: Thu, 15 Feb 2018 14:27:45
Message-Id: 1518704829.1ba4b03282802328c5a0f974a8eaee9b20ac4325.monsieurp@gentoo
1 commit: 1ba4b03282802328c5a0f974a8eaee9b20ac4325
2 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 15 14:01:45 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 14:27:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba4b032
7
8 dev-python/configshell-fb: drop old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/configshell-fb/Manifest | 2 --
13 .../configshell-fb/configshell-fb-1.1.22.ebuild | 27 ----------------------
14 .../configshell-fb/configshell-fb-1.1.23.ebuild | 22 ------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
18 index 24ccf56c18d..cdb9638d8c4 100644
19 --- a/dev-python/configshell-fb/Manifest
20 +++ b/dev-python/configshell-fb/Manifest
21 @@ -1,3 +1 @@
22 -DIST configshell-fb-1.1.22.tar.gz 34383 BLAKE2B 2b2f09308552fddc381a931e5e6e6989c8418c99df534ba9ae6ff2631c8953a6ab817a71feb0d1bfc1644fb88f115a413794e88549fe3255828696deef46a340 SHA512 be6fa988ec42014da7e33c5610c2075c04ac7024e64f1c5665a0178d1390356505d69f93d58cc43b602bd26cb4ca28d085b55feafbce90a5dfb57ab26438eea8
23 -DIST configshell-fb-1.1.23.tar.gz 56112 BLAKE2B 7873d5a7ac856aa3c268595063af14db312a1506abe9cd64e69745dba4cf1ebaa0bb098228100c76bed649921e0d5ec614e56631f288eb56f786eba367e3366a SHA512 f657c885889d8714817e6b726aabe13909bc74410d00cdd5aa6c6fba773da3eddfeb7c08699292406d0c1f58bb0417da41fdfeadeff8de5107c52d953bb9e468
24 DIST configshell-fb-1.1.24.tar.gz 56946 BLAKE2B ddda3313bb41a346d08006f1d3c1cdc708a940ab9fb2e0042896947b89e32cca872fc8a19a392eeebbc6403f042aadcef2c78962c069e9c1ed10a2f5d4bb102f SHA512 34aabe6fa5c2f00112748e35fe3859fae09baac5ef13b9aa80e6f00908290a0d724119aa3b2ce86da8bb171c60860304e650aeb16bc678354a7464bd0b5c9b48
25
26 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild
27 deleted file mode 100644
28 index a9d5765390a..00000000000
29 --- a/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 -
39 -inherit distutils-r1 versionator
40 -
41 -MY_PV=$(replace_version_separator 2 '.fb' ${PV})
42 -
43 -DESCRIPTION="A Python library for building configuration shells"
44 -HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
45 -SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]
55 - dev-python/urwid[${PYTHON_USEDEP}]
56 - !dev-python/configshell"
57 -
58 -S=${WORKDIR}/${PN}-${MY_PV}
59
60 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
61 deleted file mode 100644
62 index 818f1a60a00..00000000000
63 --- a/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
64 +++ /dev/null
65 @@ -1,22 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="A Python library for building configuration shells"
76 -HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="Apache-2.0"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -
83 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
84 -RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
85 - dev-python/six[${PYTHON_USEDEP}]
86 - dev-python/urwid[${PYTHON_USEDEP}]
87 - !dev-python/configshell"