From 3d8f0797e66eb6960b89add72d2fd2331bd30e4b Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Sat, 2 Sep 2023 00:30:48 -0400
Subject: s-tui eapi 8

---
 app-benchmarks/s-tui/Manifest              |  4 +--
 app-benchmarks/s-tui/s-tui-1.1.3.ebuild    | 39 ------------------------------
 app-benchmarks/s-tui/s-tui-1.1.4-r1.ebuild | 38 +++++++++++++++++++++++++++++
 app-benchmarks/s-tui/s-tui-1.1.4.ebuild    | 39 ------------------------------
 4 files changed, 39 insertions(+), 81 deletions(-)
 delete mode 100644 app-benchmarks/s-tui/s-tui-1.1.3.ebuild
 create mode 100644 app-benchmarks/s-tui/s-tui-1.1.4-r1.ebuild
 delete mode 100644 app-benchmarks/s-tui/s-tui-1.1.4.ebuild

(limited to 'app-benchmarks')

diff --git a/app-benchmarks/s-tui/Manifest b/app-benchmarks/s-tui/Manifest
index 6a2f95c..07ed50e 100644
--- a/app-benchmarks/s-tui/Manifest
+++ b/app-benchmarks/s-tui/Manifest
@@ -1,4 +1,2 @@
-DIST s-tui-1.1.3.tar.gz 2608383 BLAKE2B 15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49 SHA512 80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
 DIST s-tui-1.1.4.tar.gz 2608449 BLAKE2B 80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870 SHA512 20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
-EBUILD s-tui-1.1.3.ebuild 929 BLAKE2B 34558d9afabde6438f423e4b8ac37e7714fd52514ad37aa4d67bac6850275efd33812c196d64ac2744118d38bd6fdf16a4c1de39dd16483466feb7479a26a482 SHA512 79c41f0ed0d3c092f325bc81c072b901a02c071085f477dfae2449d4623bc37899a4c7b1708d07c4c9d59777eedc7791a88e2eae8e6081911f8014c98e34ca56
-EBUILD s-tui-1.1.4.ebuild 924 BLAKE2B ab5934ccd50846c5e8401248ee6e05ad25ae8e500f2322a3d5c03edc00dd957232f836c737dd06d631348fd7ea9276e6406e73d491d1c574421ab444710647af SHA512 50370032851a39cf308509fa97a3d4be74ed2efaecce30b9ee3f240c3d7ef8f196b000b94979dec0928459f970b43c8cb250dbd149261827ed448efc340ee5b9
+EBUILD s-tui-1.1.4-r1.ebuild 926 BLAKE2B 05a9f9ca6328c02eec74cb0fcee6ea0ae9178f352a707a2484ab49ba3575efc888594dfdd8112e607d445f9783580754c521a2e75d8a75c3ebe01643c008dafd SHA512 d300c552dc47c654a7f8f9741c87bf87dd4c8e1380568b6aeabed4f4cad10dad29220c90c2773d6536f0c7b95a35c6de2ab8362f6d32a4ca9be1d067f5f17685
diff --git a/app-benchmarks/s-tui/s-tui-1.1.3.ebuild b/app-benchmarks/s-tui/s-tui-1.1.3.ebuild
deleted file mode 100644
index 7b47cbf..0000000
--- a/app-benchmarks/s-tui/s-tui-1.1.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"
-	EGIT_SUBMODULES=()
-else
-	# Pypi source doesn't include tests
-	SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-	>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-	elog "To get additional features, some optional runtime dependencies"
-	elog "may be installed:"
-	elog ""
-	optfeature "Stress options in program menu" app-benchmarks/stress
-}
diff --git a/app-benchmarks/s-tui/s-tui-1.1.4-r1.ebuild b/app-benchmarks/s-tui/s-tui-1.1.4-r1.ebuild
new file mode 100644
index 0000000..01ca0a2
--- /dev/null
+++ b/app-benchmarks/s-tui/s-tui-1.1.4-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"
+	EGIT_SUBMODULES=()
+else
+	# Pypi source doesn't include tests
+	SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+	>=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+	>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+	elog "To get additional features, some optional runtime dependencies"
+	elog "may be installed:"
+	elog ""
+	optfeature "Stress options in program menu" app-benchmarks/stress
+}
diff --git a/app-benchmarks/s-tui/s-tui-1.1.4.ebuild b/app-benchmarks/s-tui/s-tui-1.1.4.ebuild
deleted file mode 100644
index d4fc98a..0000000
--- a/app-benchmarks/s-tui/s-tui-1.1.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"
-	EGIT_SUBMODULES=()
-else
-	# Pypi source doesn't include tests
-	SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-	>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-	elog "To get additional features, some optional runtime dependencies"
-	elog "may be installed:"
-	elog ""
-	optfeature "Stress options in program menu" app-benchmarks/stress
-}
-- 
cgit v1.2.3