summaryrefslogtreecommitdiff
path: root/sys-apps/system-monitoring-center
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-17 02:56:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-17 02:56:05 +0000
commite65f4866ce8216f52dc1316fba72f6962683ebfe (patch)
tree15688e5760d123993caedc3feb5873915b90b011 /sys-apps/system-monitoring-center
parenta06c47011120ee885d0ea7adb1a080bb16f03b3c (diff)
gentoo auto-resync : 17:12:2023 - 02:56:05
Diffstat (limited to 'sys-apps/system-monitoring-center')
-rw-r--r--sys-apps/system-monitoring-center/Manifest2
-rw-r--r--sys-apps/system-monitoring-center/system-monitoring-center-2.25.1.ebuild49
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-apps/system-monitoring-center/Manifest b/sys-apps/system-monitoring-center/Manifest
index 7af672a63f4d..966a2204a00b 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1,6 +1,4 @@
-DIST system-monitoring-center-2.25.1.tar.gz 1931789 BLAKE2B 27e7901a6d0e505f1c1d4f03655bcf119c624ca1c1cbb2218b7e428bb06f44a8b193febba11da167298c0f92141acf3371232013e14569607be8e0baea72d129 SHA512 57b2daad026ea979e024a795937f0a3f7c553b1690292d82a048d035f56aad50bf8d81fdbca66e2ff11b520ea7c4219754ac5bef0481dcb63b9b7571778a4f0e
DIST system-monitoring-center-2.26.0.tar.gz 1936049 BLAKE2B 0f8a8472958351e7e4d659aa4d4846fc10455018f16bcf7b3ff11d640984086400a7ebf2deaa6870b92b6f3c5a74a424339279dc8864a8f55f46d16770c6455c SHA512 1303831b2d392dd0454b257f57b493644c2c77fdb800766f44dece748b338b8d25f7f3e4ead46edb84767b1b4d821b69323d6f38668123b05fa2f66f8da0fd40
-EBUILD system-monitoring-center-2.25.1.ebuild 1096 BLAKE2B 3eaff22ba1a4902b9fe0262db8eceb52607f00ea3b829e0d9e519241165b5dbb5de7d8894abdd014dc0bcb927801de878162b33c98f9ad28af9c8fcaceebca59 SHA512 2f3fb9aac39daeffc1004d5af289b664c02b4d0fbae2ad49c83f05de26a76aea41278d6ea0056a45e60d58e3449320bb70779cb17c339d5d3ad77d404e19a717
EBUILD system-monitoring-center-2.26.0.ebuild 1100 BLAKE2B 8435e1dd48bd5bf7004789c4b76b075b02f63a151e46a7e636be91416557773a8d57e7b4dce4c616e4ce39f7ecd8c181335ca354e6b0a0db81e03e5bc9f58808 SHA512 e7bb2c0a18b9bc47c15f247eac859b39b207dc2bcbe2183af25c9db1d140f6dcd6443b352308b10123e46a4bdea0f1bc58e33bbc3616483a81098e6aa10bdf27
EBUILD system-monitoring-center-9999.ebuild 1097 BLAKE2B 866c6ee680b8e6e7b077f35f9586136578c831882ebb7323e0fa2e94139d12e2d25f5be5cb0c0b967dd0abe8534d3e7b249cafb4eae4c2c93efe26733eab88db SHA512 71f4a1d40bf398eecfefe2b2cda93422894d99062f7aa2a9d5c5baab107c317a2f6a3f6a1e1ad59e4668eece11ef32e100349902731d54c7d3d3c897aa0b55c4
MISC metadata.xml 1342 BLAKE2B 2c160c0ee614f2badb06264876c618b6d652adfa42fa7eab484fb1ff367e7c8e849d25e7f6969e06623c4b58b2b062159600a0c8d5a778d1d238692816a1fa74 SHA512 8f8a6149401e3b32e967cc1f5c77a65cb607957d9375cc8d69741e95e627337bc4d8c59b4afd22ea6ff2e03e3ec31b519d7cf8aab6061d89d3d8b9bc2a2ecead
diff --git a/sys-apps/system-monitoring-center/system-monitoring-center-2.25.1.ebuild b/sys-apps/system-monitoring-center/system-monitoring-center-2.25.1.ebuild
deleted file mode 100644
index e15e8abaa8d1..000000000000
--- a/sys-apps/system-monitoring-center/system-monitoring-center-2.25.1.ebuild
+++ /dev/null
@@ -1,49 +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]
- gui-libs/libadwaita:1
- sys-apps/dmidecode
- sys-apps/hwdata
- $(python_gen_cond_dep '
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- ')
-"
-
-src_prepare() {
- sed -i "s|@PYTHON@|${PYTHON}|" "${S}/src/${PN}.in" || die
-
- default
-}
-
-src_install() {
- meson_src_install
- python_optimize "${ED}/usr/share/${PN}"
-
- mv "${ED}/usr/share/appdata" "${ED}/usr/share/metainfo" || die
-}