commit: 6df81c548ea89eb3259a2d8bb662551d5fe230d3
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Mon Aug 4 06:16:07 2025 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Mon Aug 4 07:56:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6df81c54
gui-apps/nwg-panel: drop 0.10.5
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-panel/nwg-panel-0.10.5.ebuild | 53 ------------------------------
1 file changed, 53 deletions(-)
diff --git a/gui-apps/nwg-panel/nwg-panel-0.10.5.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.10.5.ebuild
deleted file mode 100644
index 32bfd0b63b..0000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.10.5.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
-}