commit:     15c6ae507c26234d94db74a2d0991ebbca0814b3
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:35:08 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15c6ae50

gui-apps/nwg-shell: drop 0.5.32

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index ed67adeef5..9596c33c3e 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B 
f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5
 SHA512 
52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 
0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593
 SHA512 
ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B 
e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e
 SHA512 
95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild 
b/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell";
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       gui-apps/grim
-       gui-apps/swappy
-       gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-       default
-       dobin scripts/*
-}
-
-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)"
-}

Reply via email to