commit: f12701d619d0f14a0ae2d9f043fa258700d35381
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 4 20:01:54 2023 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 4 20:01:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12701d6
gui-apps/nwg-shell: drop 0.5.7
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild | 34 -------------------------------
1 file changed, 34 deletions(-)
diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
b/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
deleted file mode 100644
index e8d3062bd8..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
+++ /dev/null
@@ -1,34 +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
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- gui-apps/nwg-bar
- gui-apps/nwg-displays
- || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
- gui-apps/nwg-drawer
- app-misc/nwg-look
- gui-apps/nwg-menu
- gui-apps/nwg-panel
- gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
- elog "To install nwg-shell for the current user, run"
- elog "nwg-shell-installer -w (for sway) or"
- elog "nwg-shell-installer -w -hypr (for hyprland)"
-}