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: Fri, 13 Dec 2024 11:52:45 +0000 (UTC) [thread overview]
Message-ID: <1734089406.9087d10fb0d68da3afca9717440967e38bd86831.pascal.jaeger@gentoo> (raw)
commit: 9087d10fb0d68da3afca9717440967e38bd86831
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Dec 13 11:30:06 2024 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Dec 13 11:30:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9087d10f
gui-apps/nwg-panel: drop 0.9.44
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.44.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 68805b751..f5f66d0c3 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-panel-0.9.44.tar.gz 238260 BLAKE2B 5c0a0ebbbea556ff5cee4d4bccafaa94b7ef8c87e4e98b4e622a4ce17d1d37bfb9ef8d56957aca07b33a45c29844b2dc3ac3908331302210865c4ce1693ed58e SHA512 925c4efdda9e24b4b27ed5d925b47d5e3bf592380af44f67b795497dcbd47ac27ddb0b1f5dfccc350ce8d763eca4d6d78e7c8b6406d0feff977b8a6d31957680
DIST nwg-panel-0.9.45.tar.gz 238392 BLAKE2B f41247c55730cbfc320943642c9b523aff20cfc748c248a1b7c958f68c21f2efa7c95ac04d2ddf8f78a98cb4b9fa94ff1d7f5500cbe85eac3d5e240794c13ee8 SHA512 93a3564cc0cdcd865fa4e8eabb5164a8a74662c7a8eb2e056aac4195260deb1fc2b08c22e87ee6dbd5cb23fb3d6c6c2bfd456ee02016c5fe2daeb5354ae80843
DIST nwg-panel-0.9.46.tar.gz 238422 BLAKE2B 7d4d94f663c8c4ecfa865ac5c4b53f274f14f03e8065650dfb6f72c7abdf5df0082fd698437c07aff2f7a2f869a752a479cd08f514ff4ff5150113f7b155177c SHA512 08551945ca6227bafdd58e933e042faff3c10eb98444be15f8de563cc776813a0bd1e8510fb7ecf418527660c7f607dac8b6cab975f85ad6a797f1c034a7a686
DIST nwg-panel-0.9.47.tar.gz 238407 BLAKE2B 3716f49ffd16c4a13a2e6ecba4bac73c0b60c34450590e2bb942b50970cdbaf627c97c7eabe9ab61a425984b565949848df691c384610e53938f78dfdb57d0c1 SHA512 73c00402eca9e4d5eafda4dc7a744e8aa62e63d1aaa5fd20964b82b2f166b08680fcb5d1c1a991ea53c6083458b92a6880cb85dadcb1d99260e85ce0263d5d8b
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.44.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.44.ebuild
deleted file mode 100644
index 0a4665691..000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.44.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
-}
next reply other threads:[~2024-12-13 11:52 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-13 11:52 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
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-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=1734089406.9087d10fb0d68da3afca9717440967e38bd86831.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