summaryrefslogtreecommitdiff
path: root/dev-python/configshell-fb
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r--dev-python/configshell-fb/Manifest6
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.22.ebuild27
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.24.ebuild (renamed from dev-python/configshell-fb/configshell-fb-1.1.23.ebuild)2
3 files changed, 3 insertions, 32 deletions
diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
index db9b0342cbad..27b84bf3b1d3 100644
--- a/dev-python/configshell-fb/Manifest
+++ b/dev-python/configshell-fb/Manifest
@@ -1,5 +1,3 @@
-DIST configshell-fb-1.1.22.tar.gz 34383 BLAKE2B 2b2f09308552fddc381a931e5e6e6989c8418c99df534ba9ae6ff2631c8953a6ab817a71feb0d1bfc1644fb88f115a413794e88549fe3255828696deef46a340 SHA512 be6fa988ec42014da7e33c5610c2075c04ac7024e64f1c5665a0178d1390356505d69f93d58cc43b602bd26cb4ca28d085b55feafbce90a5dfb57ab26438eea8
-DIST configshell-fb-1.1.23.tar.gz 56112 BLAKE2B 7873d5a7ac856aa3c268595063af14db312a1506abe9cd64e69745dba4cf1ebaa0bb098228100c76bed649921e0d5ec614e56631f288eb56f786eba367e3366a SHA512 f657c885889d8714817e6b726aabe13909bc74410d00cdd5aa6c6fba773da3eddfeb7c08699292406d0c1f58bb0417da41fdfeadeff8de5107c52d953bb9e468
-EBUILD configshell-fb-1.1.22.ebuild 731 BLAKE2B b0b4c52ee93046eb8bec88d8365c8580e9c828f3674dbafc461e68e1e83352ca56b383f26d8fc85522206114b3bd0cf3efc19d1ea2c8d0f68c46d8c60eff29ac SHA512 5ea64151bdde030d5704022ad73c08143642d22bd6a79326fff14e7af28ed3f5be5c381276f2a86eebb127a5d761872d5aa59a815118bf14835ca3be45018e26
-EBUILD configshell-fb-1.1.23.ebuild 604 BLAKE2B fc39bc40628d41c3c096f54cbae2b79d768d2fd9af1718b1054d9f61e187a5f2573f93c80a2653383565b7d4e9a8003a0f3edfa16c5cfb8e25751c9e2a9f1e37 SHA512 20ef1369e9c4eeae235c552fb654acfd3506c536b4bc1772c88332a36a12dd7f122f0da2caa9ba24880824e664d0f19fedd35c8715338ce3a5cbf4713edef6c0
+DIST configshell-fb-1.1.24.tar.gz 56946 BLAKE2B ddda3313bb41a346d08006f1d3c1cdc708a940ab9fb2e0042896947b89e32cca872fc8a19a392eeebbc6403f042aadcef2c78962c069e9c1ed10a2f5d4bb102f SHA512 34aabe6fa5c2f00112748e35fe3859fae09baac5ef13b9aa80e6f00908290a0d724119aa3b2ce86da8bb171c60860304e650aeb16bc678354a7464bd0b5c9b48
+EBUILD configshell-fb-1.1.24.ebuild 604 BLAKE2B 5382789cd15282e826bd891d87ddacb7619b997683a6ad78350b5bc47333695e9db2b6ac707ed15968f2d02a082250845834c09ec46996a8f3f76fecb77c9a01 SHA512 6783a060de90a9e85f6985c89f600ecb38df5022d2d0cb987c3e16cec3c50ca056e3a955d8ff2f715ef4dcdab92440ce0e5340d8c821069df4c2094ab8e02fba
MISC metadata.xml 838 BLAKE2B c01894aaf7273e4cc585fe62e73598d371ce2b924259928afe1a0ae2c955250413150a41e2f857fd75c92e9b7106cf557f7320d8af59b5767a1382f46d619b4f SHA512 426228139c7da514e5debf7e6b393af66c78b38d3cc36135866e05e0751aed60c44ffd230e1d8a2c06cce44b173444c9f88f0a2175c6a5a96636ec730a53a5de
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild
deleted file mode 100644
index a9d5765390a5..000000000000
--- a/dev-python/configshell-fb/configshell-fb-1.1.22.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 versionator
-
-MY_PV=$(replace_version_separator 2 '.fb' ${PV})
-
-DESCRIPTION="A Python library for building configuration shells"
-HOMEPAGE="https://github.com/open-iscsi/configshell-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/pyparsing[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/urwid[${PYTHON_USEDEP}]
- !dev-python/configshell"
-
-S=${WORKDIR}/${PN}-${MY_PV}
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
index 818f1a60a00b..16152005bc40 100644
--- a/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
+++ b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6