commit: d2822e0a8cac92df02e4a0a64839dd8e40c146e7
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Oct 8 12:04:33 2024 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Oct 8 12:04:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2822e0a
gui-apps/nwg-panel: drop 0.9.37
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.37.ebuild | 53 ------------------------------
2 files changed, 54 deletions(-)
diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest
index c3eb3a399..1d7af1b0a 100644
--- a/gui-apps/nwg-panel/Manifest
+++ b/gui-apps/nwg-panel/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-panel-0.9.37.tar.gz 236621 BLAKE2B
1b06cd8e123afdd68c3a1d802b6c2816ba3ced0f76ebd0a425af14dd758c27f2d461a642fd42be6c3afd28267d47d91c79f97b1dbe6e6365cd4f0836152e05c2
SHA512
02383ea626a3cf0b843e6ff6d2bbeb62b7b2d1cd3526811dde9ad33effb6a5e8890aab95f0286a961acfa1ea150624fe5a45c9fa9ab0dcb47cf54864ab082280
DIST nwg-panel-0.9.38.tar.gz 237533 BLAKE2B
5f104e46d9861f92ef1f5dfb99467710f794fc86d553db4ca1a7c30b562b903b346345f08f3b11711e071b95dd6c409023b293802731608277ab6d473371e92d
SHA512
55d13c9eed2f9ae8044e2c5c804ac5e77473504f9ac1d2db9810acb9054bad270028b0e101c25aadb921b85e6cfb07a8f0fe42eb4633554703e677c4e7bd993f
DIST nwg-panel-0.9.39.tar.gz 237628 BLAKE2B
696439bab09e6eb3412accf9e6f091cf21288c4c4415b40d1510309f85e75a505dfe1a8f8a8adf6143b7d6e73a45444524ac635b61c71db9dbcd1867ae2ae0b5
SHA512
f99e85a396b50f6b311da0bf204442b43731f5d4d0bca0d098a23337793c63e77db1f745bfda53d4d288ceda12a80fe2e9b0099d73bd6fc894aff331a32b359c
DIST nwg-panel-0.9.40.tar.gz 237655 BLAKE2B
f757b945aa0f4bf9d2138ab9c9453166cc1930c7636d7e2849e61b27b834253cbdda7d0ff8e69566434eb049804afe3842a34c1e106c32f46e8936c20e94df2a
SHA512
a1396f0e99c8c0ddf95c500d934649d0a540f4730383107d33e0a2d6c7bf0253d8e276b51a3dcb937ac52a4bea855207a6d38851234d446d456c214386dc54d4
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.37.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.9.37.ebuild
deleted file mode 100644
index 716195078..000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.37.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
-"
-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
-}