public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/system-monitoring-center/
Date: Mon, 12 Jun 2023 21:49:45 +0000 (UTC)	[thread overview]
Message-ID: <1686606581.b5871914029cc80cbabd6ea6b83e3e0f0028c5e3.xgqt@gentoo> (raw)

commit:     b5871914029cc80cbabd6ea6b83e3e0f0028c5e3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:48:58 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:49:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5871914

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

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

 sys-apps/system-monitoring-center/Manifest         |  1 -
 .../system-monitoring-center-2.15.0.ebuild         | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/sys-apps/system-monitoring-center/Manifest b/sys-apps/system-monitoring-center/Manifest
index c00bd5ceea59..1a973178d0cd 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1,5 +1,4 @@
 DIST system-monitoring-center-2.10.0.tar.gz 536051 BLAKE2B 198771c8ee79359644f2760954629026ce8edb4d451c83f8a2ca179f1ef59883ccb1dc9764388e6e778f5af9e5a96997ec70553be9bfefcbed60bce8a6e936b3 SHA512 ac46956b1e8cb1a21444f047c93ead522a1f99b2b2e63f342ac79e57c377cf3e7474e70d60410f7b657c9284f78ee00f3830fdd873e5ff9d2d500343077628c9
 DIST system-monitoring-center-2.12.0.tar.gz 538699 BLAKE2B a7e610897fb814b8caa48d28c9b2595d95cfb25522977b908e286df51160d71d5df9e03d7c5ec29ed4f162f503c346769f5247e739840edd0e91ef8c1b098951 SHA512 e7216fc5765835380e6b9c2432c99f00a57e3ffe10638752360b3ec2ccf2edbf0a5e294560ade341329bc27bdacaadc77d32c0aff84261733d9f46428f1b1686
 DIST system-monitoring-center-2.14.0.tar.gz 550257 BLAKE2B 3ea3b392c08bcbdba960f03b00a65dab94e1911b53f17fe38ccbd9a7c59f38094a928184a0db488fcd7c60d80ff31a7e59e2bfdf0efda43035cfd59b0f3e38e1 SHA512 4453709b1ef937ba8582ab76b25573f9e4975f4f905284c273dc3490ff2348800fb1c6ed3bca96db4952fc9c3b7fae2fd278ed945fe5c14f8dcfcec410eca415
-DIST system-monitoring-center-2.15.0.tar.gz 551130 BLAKE2B d310d4f2c1d8dfb610d7e0ca8f0a315003f1249e20a6eac03ca13b40962a88eda8e5bc4c3cdb4f0037e11f4a438df3fb88ca5cd89413069c96d46f4ae593d097 SHA512 acfa8faee171350a1235798331eac52bc582a694c0d9918267cc898b16ad549ccfa528502153efebdc1415a12bbbe7303878aec41105d98d7a123ad5ad93497f
 DIST system-monitoring-center-2.15.1.tar.gz 540270 BLAKE2B 7350d9e1d90d6db6fd7e75a1c5b50dfe69753dd73a84610b291d6ad75bc47aa11aee1dbbe0622c6b21101af80438e0a35262f2e93a485018d912c10bcdebcc76 SHA512 be469392ec019c0f4379e9fc3daa13bb64f1b8e85c27af673b76f1cc50b380da2a6cc647a4c81751bbd0f2005b8676a62fe0ea582eff75c68409b4bab71672fc

diff --git a/sys-apps/system-monitoring-center/system-monitoring-center-2.15.0.ebuild b/sys-apps/system-monitoring-center/system-monitoring-center-2.15.0.ebuild
deleted file mode 100644
index 1274d6fa96c9..000000000000
--- a/sys-apps/system-monitoring-center/system-monitoring-center-2.15.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Multi-featured system monitor GUI written in Python"
-HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/"
-SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-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	other threads:[~2023-06-12 21:49 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 21:49 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-16 21:45 [gentoo-commits] repo/gentoo:master commit in: sys-apps/system-monitoring-center/ Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 17:13 Arthur Zamarin
2023-11-16 23:38 Maciej Barć
2023-11-01 19:17 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 12:00 Arthur Zamarin
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-09-24 13:29 Maciej Barć
2023-09-17 22:37 Maciej Barć
2023-09-16 14:48 Maciej Barć
2023-09-16 14:48 Maciej Barć
2023-09-15  8:27 Sam James
2023-09-07 19:51 Sam James
2023-09-05 14:11 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-08-13 19:26 Maciej Barć
2023-08-13 19:26 Maciej Barć
2023-08-12 23:23 Maciej Barć
2023-08-12 23:23 Maciej Barć
2023-08-05 21:36 Sam James
2023-08-05 16:53 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-07-24 17:57 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-17 12:33 Maciej Barć
2023-07-17 12:33 Maciej Barć
2023-07-13 11:52 Maciej Barć
2023-07-13 11:52 Maciej Barć
2023-07-06 23:08 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-07-03  7:58 Maciej Barć
2023-06-30 19:08 Maciej Barć
2023-06-30 19:08 Maciej Barć
2023-06-24 22:39 Sam James
2023-06-22 23:18 Maciej Barć
2023-06-22 23:18 Maciej Barć
2023-06-12 21:49 Maciej Barć
2023-06-12 21:49 Maciej Barć
2023-06-07 16:11 Sam James
2023-06-07 13:40 Maciej Barć
2023-05-22 17:15 Maciej Barć
2023-05-22 17:15 Maciej Barć
2023-05-19 17:45 Sam James
2023-05-15 19:33 Maciej Barć
2023-05-15 19:33 Maciej Barć
2023-05-05 12:03 Maciej Barć
2023-04-23 23:38 Maciej Barć
2023-04-15 17:22 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1686606581.b5871914029cc80cbabd6ea6b83e3e0f0028c5e3.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox