commit: 24d9023887e46c3fdafd2892acb4ed28dd70b4ab
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec 3 18:47:31 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 18:47:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24d90238
gui-apps/nwg-panel: drop 0.9.11
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-panel/nwg-panel-0.9.11.ebuild | 35 ------------------------------
1 file changed, 35 deletions(-)
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.11.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.9.11.ebuild
deleted file mode 100644
index 0319f9345c..0000000000
--- a/gui-apps/nwg-panel/nwg-panel-0.9.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-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}"