commit:     0166310f8e2ea0e4ec970e6732c0c1ef62e24eae
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 12:26:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:33:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0166310f

sys-apps/system-monitoring-center: drop old 2.17.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sys-apps/system-monitoring-center/Manifest         |  1 -
 .../system-monitoring-center-2.17.3.ebuild         | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-apps/system-monitoring-center/Manifest 
b/sys-apps/system-monitoring-center/Manifest
index e6b2b7c9030b..9e75a540bc38 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1,5 +1,4 @@
 DIST system-monitoring-center-2.14.0.tar.gz 550257 BLAKE2B 
3ea3b392c08bcbdba960f03b00a65dab94e1911b53f17fe38ccbd9a7c59f38094a928184a0db488fcd7c60d80ff31a7e59e2bfdf0efda43035cfd59b0f3e38e1
 SHA512 
4453709b1ef937ba8582ab76b25573f9e4975f4f905284c273dc3490ff2348800fb1c6ed3bca96db4952fc9c3b7fae2fd278ed945fe5c14f8dcfcec410eca415
 DIST system-monitoring-center-2.16.1.tar.gz 539174 BLAKE2B 
eca36d31a5f42632611e2dec78afe94d109522e6028331587760037cdf05e334369a7491ba703262c1fd1d45817da1041a5214e1ec779d55bdf0c19c4995bfd6
 SHA512 
e30e3abf00d6d3612b6406d6f4439bc0f0d384dddd4ddc2059193cb06f3968bfe64d93b46c38edff4fd290a9b39b3f6d3f595ee3f3c04b125db3e41525a01205
 DIST system-monitoring-center-2.17.2.tar.gz 534153 BLAKE2B 
af347f35e4e29e0e8a075176fd971b60e1d474fd620ae01716de629008fac0d25a92c09271b47508173e39385927820f321e73abd6bceb46d76de88254fa257c
 SHA512 
e98115d518e45fffc1c5a1d3391362484fd6ce517e57ba6de93dbcd1ec10c5109642fb0eaa47381eb6ba7bf107838c7f444e3829e699e38218266ab65c15870b
-DIST system-monitoring-center-2.17.3.tar.gz 535119 BLAKE2B 
ad153000fef11497d79a780341b229275eea8dc588f768b55f58b65d24bbc0f41ac7555421ca0e3f858b780f427f49970894653f9d39b36bb9674447970849ce
 SHA512 
336d35d04c1fe65178a77917663ec25ffae61716b7424cea93badbd7806fb3eceaf78cc945059c1adc886b305eae98f5d1cb8bc13451abbd202338a13da3a19d
 DIST system-monitoring-center-2.18.1.tar.gz 1393879 BLAKE2B 
54051c8bc38f29a5b517b32b1754db80c6520e9ee5fd8ae77da4ec2e32ffc01ae787ba464c991d7f77b78c200b63dfc14b57f3f51578a8c8f44d0661b9ef2d5e
 SHA512 
e5aa1480e0c94dbc4d431a6f4040d1e0247c713de0ccd14d8597ba1dd57795f79593d3482c09cb69d5317567693e3c4f2797806f1a7202e39a67c194190aa27a

diff --git 
a/sys-apps/system-monitoring-center/system-monitoring-center-2.17.3.ebuild 
b/sys-apps/system-monitoring-center/system-monitoring-center-2.17.3.ebuild
deleted file mode 100644
index 76cc6a9cbef0..000000000000
--- a/sys-apps/system-monitoring-center/system-monitoring-center-2.17.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Multi-featured system monitor GUI written in Python"
-HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/";
-
-if [[ ${PV} == *9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}.git";
-else
-       
SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       gui-libs/gtk:4[introspection]
-       sys-apps/dmidecode
-       sys-apps/hwdata
-       $(python_gen_cond_dep '
-               dev-python/pycairo[${PYTHON_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_USEDEP}]
-       ')
-"
-
-src_install() {
-       meson_src_install
-       python_optimize "${ED}"/usr/share/${PN}
-
-       mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
-}

Reply via email to