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: Thu, 13 Jul 2023 11:52:33 +0000 (UTC)	[thread overview]
Message-ID: <1689249150.778d7d07e5990c4a0bcbb1f566469424bbba56d1.xgqt@gentoo> (raw)

commit:     778d7d07e5990c4a0bcbb1f566469424bbba56d1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 11:49:11 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 11:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778d7d07

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

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

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

diff --git a/sys-apps/system-monitoring-center/Manifest b/sys-apps/system-monitoring-center/Manifest
index 69147a5d614a..7d46595d049c 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1,4 +1,3 @@
 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.1.tar.gz 533980 BLAKE2B 242dbc8d98384bce191aa27d91087166af2048d862fa82d33e0fd6b67d3214897612480d91c00eea5ac8a30dfacea29666b5959422f85d8ba323a5cb19ecb460 SHA512 28a13da3d1c5a3496c8a138a9dae4402cfce89bd2ff67748c6ce9da4c2d9d616c2bfab7b2c80dfbd7220c3c940b4078fbde835959c72a6ead392bbb25c864257
 DIST system-monitoring-center-2.17.2.tar.gz 534153 BLAKE2B af347f35e4e29e0e8a075176fd971b60e1d474fd620ae01716de629008fac0d25a92c09271b47508173e39385927820f321e73abd6bceb46d76de88254fa257c SHA512 e98115d518e45fffc1c5a1d3391362484fd6ce517e57ba6de93dbcd1ec10c5109642fb0eaa47381eb6ba7bf107838c7f444e3829e699e38218266ab65c15870b

diff --git a/sys-apps/system-monitoring-center/system-monitoring-center-2.17.1.ebuild b/sys-apps/system-monitoring-center/system-monitoring-center-2.17.1.ebuild
deleted file mode 100644
index 76cc6a9cbef0..000000000000
--- a/sys-apps/system-monitoring-center/system-monitoring-center-2.17.1.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	other threads:[~2023-07-13 11:52 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13 11:52 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-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-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=1689249150.778d7d07e5990c4a0bcbb1f566469424bbba56d1.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