summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-02-28 10:31:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-02-28 10:31:29 +0300
commite294d2e0ef4cbe380527fa25ada749b429639eb6 (patch)
tree2d83f788ce67fe60fb909347c5c3b251bc69d588 /dev-python/configshell/configshell-1.6.ebuild
parentsci-biology/tophat: remove last-rited package (diff)
downloadgentoo-e294d2e0ef4cbe380527fa25ada749b429639eb6.tar.gz
gentoo-e294d2e0ef4cbe380527fa25ada749b429639eb6.tar.bz2
gentoo-e294d2e0ef4cbe380527fa25ada749b429639eb6.zip
dev-python/configshell: remove last-rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/configshell/configshell-1.6.ebuild')
-rw-r--r--dev-python/configshell/configshell-1.6.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/configshell/configshell-1.6.ebuild b/dev-python/configshell/configshell-1.6.ebuild
deleted file mode 100644
index 01c369dd1a66..000000000000
--- a/dev-python/configshell/configshell-1.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="ConfigShell 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="https://github.com/Datera/${PN}.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DEPEND="dev-python/epydoc[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/urwid[${PYTHON_USEDEP}]"