public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/
Date: Wed, 01 Jan 2025 12:01:35 +0000 (UTC)	[thread overview]
Message-ID: <1735732880.efa82ccabbd985efae41e80db2110ea42b3a75f4.pascal.jaeger@gentoo> (raw)

commit:     efa82ccabbd985efae41e80db2110ea42b3a75f4
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan  1 12:00:16 2025 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan  1 12:01:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efa82cca

gui-apps/nwg-panel: drop 0.9.55

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-panel/Manifest                |  1 -
 gui-apps/nwg-panel/nwg-panel-0.9.55.ebuild | 53 ------------------------------
 2 files changed, 54 deletions(-)

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 4128df889..94d3d78ec 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-panel-0.9.55.tar.gz 251309 BLAKE2B 02996bd369a93f28d967da83a3e02a75b801994fddb73108942aae3a3fe5dfb5273758ffa80d644d7796ca3fe7815dd9d2da4e6a294990e87109391b3216e638 SHA512 83df3bb2602e9a3c1a2677a8920f2b96bc53bbb878bcad9cc0af0a93256b0b7ad8d867517223691d718e217c8f697a9e21acd65031138e630907b92fbd904065
 DIST nwg-panel-0.9.56.tar.gz 253616 BLAKE2B 6e2da9138130b58c002ed2652ed7332ad25334c44d4d0a7be5227106dcc4b48fdcf89cbfd38b3eba014dbfbb0cb6540e7d7ead4ceac3844a229c8ef2a2b816c5 SHA512 11b0b4656b96f09cb0fd2e93e4b7e6148d9515c20c2acef20ea8542841e4ecff520d11864c9c6c6f2e4bee2eab373b375510279e66431d0f06062fb7cd1b9fe9
 DIST nwg-panel-0.9.57.tar.gz 253620 BLAKE2B d7bf5a45912530f989cad9b709b8b5ff30e0ee9782998faa2dbdc2406c5d848f6ce2590e64849ec28f8325c535fed4a8d2f6fb7116e576fc8fe6ba21d6246ada SHA512 8f639cb585061355c13039714b895e721ace65b49d770d91240526a1b9fbbc7da755b3f09f7cda4a1a21506f1ed485c37c2776e7566c44fffa2b06904ad38c17
 DIST nwg-panel-0.9.58.tar.gz 253053 BLAKE2B 7d8191a76de9656137fcc044592008883415d4d6092f5976fe867d5eea93cf8971044a9c2aa0ecc1f9ad98a9c81d4400cc59897c03134f3ba7c08fcec5f192ce SHA512 a8045731abfb707def771463a1358d37ca1651ff1533a08a95bdfdbf10537b62b0ce64f27e3c50f0d51de102dfb1a021d267858f32f800bd0763f475e3e0b731

diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.55.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.55.ebuild
deleted file mode 100644
index 0a4665691..000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.55.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 systemd xdg-utils
-
-if [[ "${PV}" == 9999 ]]
-then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-panel.git"
-else
-	SRC_URI="https://github.com/nwg-piotr/nwg-panel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-panel"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	x11-libs/gtk+:3
-	dev-python/pygobject[${PYTHON_USEDEP}]
-	dev-python/psutil[${PYTHON_USEDEP}]
-	dev-python/i3ipc[${PYTHON_USEDEP}]
-	dev-python/dasbus[${PYTHON_USEDEP}]
-	gui-apps/nwg-icon-picker
-	media-sound/playerctl
-	gui-libs/gtk-layer-shell[introspection]
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-panel-config.desktop
-	domenu nwg-processes.desktop
-	doicon nwg-panel.svg
-	doicon nwg-processes.svg
-	doicon nwg-shell.svg
-	systemd_dounit nwg-panel.service
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


             reply	other threads:[~2025-01-01 12:01 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-01 12:01 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-26 19:41 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ Pascal Jäger
2025-01-26 19:41 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-19 18:55 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2025-01-01 12:01 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-24  8:29 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-12-13 11:52 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-11-10 15:18 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-15 12:09 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-10-08 12:05 Pascal Jäger
2024-08-28  8:50 Pascal Jäger
2024-08-22 19:33 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-06-29  8:04 Pascal Jäger
2024-05-18 18:13 Pascal Jäger
2024-05-16 16:27 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 19:33 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-03 18:06 Pascal Jäger
2024-05-03 18:06 Pascal Jäger
2024-05-03 18:06 Pascal Jäger
2024-05-02 22:01 Pascal Jäger
2024-05-02 21:58 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-05-02 10:56 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-27 17:11 Pascal Jäger
2024-03-06 13:12 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-21 15:02 Pascal Jäger
2024-02-14 15:23 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2023-12-10  9:48 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-11-11 12:28 Pascal Jäger
2023-10-25 19:10 Pascal Jäger
2023-10-19 17:38 Pascal Jäger
2023-10-18  9:51 Pascal Jäger
2023-10-18  9:51 Pascal Jäger
2023-08-10 21:54 Pascal Jäger
2023-08-08 20:29 Pascal Jäger

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=1735732880.efa82ccabbd985efae41e80db2110ea42b3a75f4.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --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