Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell/
Date: Fri, 28 Feb 2020 07:31:46
Message-Id: 1582875089.e294d2e0ef4cbe380527fa25ada749b429639eb6.zlogene@gentoo
1 commit: e294d2e0ef4cbe380527fa25ada749b429639eb6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 07:31:29 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 07:31:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e294d2e0
7
8 dev-python/configshell: remove last-rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/configshell/Manifest | 1 -
13 dev-python/configshell/configshell-1.6.ebuild | 29 --------------------------
14 dev-python/configshell/configshell-9999.ebuild | 29 --------------------------
15 dev-python/configshell/metadata.xml | 11 ----------
16 4 files changed, 70 deletions(-)
17
18 diff --git a/dev-python/configshell/Manifest b/dev-python/configshell/Manifest
19 deleted file mode 100644
20 index 3009bb210ae..00000000000
21 --- a/dev-python/configshell/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST configshell-1.6.tar.gz 37246 BLAKE2B f46be92f945d06583a02ac2aa4dba7bc1a91b888faf2235222b4c3975eaffee26a487f809c94e232540266ed78bf55c44e7e364d719c8ab08e11ac52d4674afe SHA512 04eeabfbe36f8845eb21cfe2b41a6a82d029ca23fe821ecfbf94d321fb8c9cc20f3d374b385cb20e00fd34a59feb364400d724e973174d9be90dad35813da0e0
25
26 diff --git a/dev-python/configshell/configshell-1.6.ebuild b/dev-python/configshell/configshell-1.6.ebuild
27 deleted file mode 100644
28 index 01c369dd1a6..00000000000
29 --- a/dev-python/configshell/configshell-1.6.ebuild
30 +++ /dev/null
31 @@ -1,29 +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=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
42 -HOMEPAGE="http://linux-iscsi.org/wiki/targetcli"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -if [[ ${PV} == 9999 ]]; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
51 - KEYWORDS=""
52 -else
53 - SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~amd64"
55 -fi
56 -
57 -DEPEND="dev-python/epydoc[${PYTHON_USEDEP}]
58 - dev-python/pyparsing[${PYTHON_USEDEP}]"
59 -RDEPEND="${DEPEND}
60 - dev-python/urwid[${PYTHON_USEDEP}]"
61
62 diff --git a/dev-python/configshell/configshell-9999.ebuild b/dev-python/configshell/configshell-9999.ebuild
63 deleted file mode 100644
64 index 01c369dd1a6..00000000000
65 --- a/dev-python/configshell/configshell-9999.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -PYTHON_COMPAT=( python2_7 )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
78 -HOMEPAGE="http://linux-iscsi.org/wiki/targetcli"
79 -
80 -LICENSE="Apache-2.0"
81 -SLOT="0"
82 -IUSE=""
83 -
84 -if [[ ${PV} == 9999 ]]; then
85 - inherit git-r3
86 - EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
87 - KEYWORDS=""
88 -else
89 - SRC_URI="https://github.com/Datera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
90 - KEYWORDS="~amd64"
91 -fi
92 -
93 -DEPEND="dev-python/epydoc[${PYTHON_USEDEP}]
94 - dev-python/pyparsing[${PYTHON_USEDEP}]"
95 -RDEPEND="${DEPEND}
96 - dev-python/urwid[${PYTHON_USEDEP}]"
97
98 diff --git a/dev-python/configshell/metadata.xml b/dev-python/configshell/metadata.xml
99 deleted file mode 100644
100 index c6e531475cd..00000000000
101 --- a/dev-python/configshell/metadata.xml
102 +++ /dev/null
103 @@ -1,11 +0,0 @@
104 -<?xml version='1.0' encoding='UTF-8'?>
105 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
106 -<pkgmetadata>
107 - <maintainer type="project">
108 - <email>cluster@g.o</email>
109 - <name>Gentoo Cluster Project</name>
110 - </maintainer>
111 - <upstream>
112 - <remote-id type="github">Datera/configshell</remote-id>
113 - </upstream>
114 -</pkgmetadata>