Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/
Date: Fri, 11 Jun 2021 15:23:24
Message-Id: 1623424990.cb05c72bf8cf1c172515ffbb221c926c5b16c9b0.Alessandro-Barbieri@gentoo
1 commit: cb05c72bf8cf1c172515ffbb221c926c5b16c9b0
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 02:32:33 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 11 15:23:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb05c72b
7
8 app-admin/s-tui: drop unmaintained live
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 app-admin/s-tui/s-tui-9999.ebuild | 39 ---------------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/app-admin/s-tui/s-tui-9999.ebuild b/app-admin/s-tui/s-tui-9999.ebuild
17 deleted file mode 100644
18 index cbfd92123..000000000
19 --- a/app-admin/s-tui/s-tui-9999.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7..9} )
28 -DISTUTILS_USE_SETUPTOOLS=rdepend
29 -
30 -inherit distutils-r1 optfeature
31 -
32 -DESCRIPTION="Stress-Terminal UI monitoring tool"
33 -HOMEPAGE="https://amanusk.github.io/s-tui/"
34 -
35 -if [[ ${PV} == *9999* ]]; then
36 - inherit git-r3
37 - EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"
38 - EGIT_SUBMODULES=()
39 -else
40 - # Pypi source doesn't include tests
41 - SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 - KEYWORDS="~amd64"
43 -fi
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -
48 -RDEPEND="
49 - >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
50 - >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
51 -"
52 -
53 -distutils_enable_tests unittest
54 -
55 -pkg_postinst() {
56 - elog "To get additional features, some optional runtime dependencies"
57 - elog "may be installed:"
58 - elog ""
59 - optfeature "Stress options in program menu" app-benchmarks/stress
60 -}