commit: 350bb69b257905dd45eef596b91983201a890868
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 19 18:40:06 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 19 18:40:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=350bb69b
gui-apps/nwg-panel: drop 0.9.59
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.59.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index 991620aff..7935ea3a4 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,2 +1 @@
-DIST nwg-panel-0.9.59.tar.gz 254083 BLAKE2B
227fb8f594250cd6c686e46761861ba65fa354fda644ada6bf301d8d4c3a405c013704e6ff89f44b1ceced23eef9f1d49036feeef2c62be6bc7f1e03fccc8491
SHA512
949c5942206de7123f6a4255a8ad3a7ce244fe5950187c09a548c3a2170290b153075ec222c0304db984d329a5a20eef7f437c2f454b218ce44faf368e1e6b20
DIST nwg-panel-0.9.60.tar.gz 258082 BLAKE2B
e1646ef9ab1a285e0db155a9a44cda8f1fee9ee0af006e226d648438af1a19683154f9786578968c492df92ff62857a9ce7d4361d12c4062531a7940accb4489
SHA512
76a47a3d1f067ef439dee935d1e4cba9c6021cdaf3c7e344fdb5eece02778308ce0ec67a3cd12b96fd3134747d1d9f7f3a9797d3f1b831d13fff22fd5c138934
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.59.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.9.59.ebuild
deleted file mode 100644
index ae89cb2a7..000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.59.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..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
-}