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: Sat, 07 Jun 2025 18:49:39 +0000 (UTC)	[thread overview]
Message-ID: <1749321215.a2c92b4c4b4a3ddea2afcb39c1d5da25d255f021.pascal.jaeger@gentoo> (raw)

commit:     a2c92b4c4b4a3ddea2afcb39c1d5da25d255f021
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun  7 18:33:35 2025 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Jun  7 18:33:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2c92b4c

gui-apps/nwg-panel: drop 0.10.3

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

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

diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index cd802adc7d..49ebd68fe7 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-panel-0.10.3.tar.gz 262877 BLAKE2B 7dbcb7152caf1104e4e1c473d2472c1205c70588d8077336663a8cf8db7e71e1023c5a31c83b4d690deba33a191a9039811f60de0ff1d2d7163fecc74d7c78ee SHA512 4420798833f53053c81b4b338d4f9a3ac78981df4a0b9e77f48ddc50d530bb83cf2f7f0161b30427c155c2b169e4c1fcdb7c61293fda7fb475b78a3b0bf27752
 DIST nwg-panel-0.10.4.tar.gz 264805 BLAKE2B 6f7b45e2f88d1216b0b5b70cdfd9f11dae39c228b449fc5c65fb6d97d56f78c933c764c4072c8807dffa2ef0fb5c41351529b0787971bcdb6fb87198406efd8e SHA512 d09b288dc5029ab0203bd87da6c5a907de2e719b7de3d0de33a5900f73895493c661b2d54be02f66d10a482900522af2f1f46a80a63da97e2d17432e4b356696
 DIST nwg-panel-0.10.5.tar.gz 264830 BLAKE2B ff6fcbab148d78dc59660c867a3848df450e4947b293202274628ba253c3e20b98105cb6252b1a16f50f576c5d1273baa74686c759ba29f299befc10b01e9f63 SHA512 ba7908d4805e2dedbd7da6231e06c60c8adea354d2cc7d086d69fab256e9f67d0a4bb91ae0ab02c38156e57584383f70105555fca3c89f727398d32b00a60498
 DIST nwg-panel-0.10.6.tar.gz 264897 BLAKE2B d521dd428e53002b387bd26e28b163b4a5ba9f350c821b1adac1001c72b359d012e16791f655f00ced4ea96803ebca3fba38e4ab14a498185ba98d77f4d16e97 SHA512 7262be0ac96b6b554bda23a55a426a596d90adfcb967104fc73becf533e1df6c34a1b3a18f0d83a0ce98df8b61b7a7caf7486d4c96c7221628ae416777ade4ab

diff --git a/gui-apps/nwg-panel/nwg-panel-0.10.3.ebuild b/gui-apps/nwg-panel/nwg-panel-0.10.3.ebuild
deleted file mode 100644
index 32bfd0b63b..0000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.10.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-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-06-07 18:49 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-07 18:49 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07 18:49 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ Pascal Jäger
2025-06-07 18:49 Pascal Jäger
2025-05-01 22:24 Pascal Jäger
2025-05-01 22:24 Pascal Jäger
2025-05-01 22:24 Pascal Jäger
2025-01-26 19:41 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
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=1749321215.a2c92b4c4b4a3ddea2afcb39c1d5da25d255f021.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