From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1576266-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFC0B158013 for <garchives@archives.gentoo.org>; Sun, 3 Dec 2023 18:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C8EB2BC034; Sun, 3 Dec 2023 18:51:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 045AE2BC034 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 18:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CB77335D7B for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 18:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77E20AEF for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2023 18:51:09 +0000 (UTC) From: "Pascal Jäger" <pascal.jaeger@leimstift.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" <pascal.jaeger@leimstift.de> Message-ID: <1701629429.360a796b440722693cb06ccb0d351e53bb994ba3.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild X-VCS-Directories: gui-apps/nwg-shell/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 360a796b440722693cb06ccb0d351e53bb994ba3 X-VCS-Branch: dev Date: Sun, 3 Dec 2023 18:51:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b5f1753-9a62-45cb-a8f0-7628e93c9bc5 X-Archives-Hash: 32988c7cd8331f117ec3750a3f6aceac commit: 360a796b440722693cb06ccb0d351e53bb994ba3 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Sun Dec 3 18:50:29 2023 +0000 Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> CommitDate: Sun Dec 3 18:50:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=360a796b gui-apps/nwg-shell: drop 0.5.22 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild deleted file mode 100644 index b531d0d56b..0000000000 --- a/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 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="meta-package for the nwg-shell project" -HOMEPAGE="https://github.com/nwg-piotr/nwg-shell" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - app-misc/gopsuinfo - app-misc/nwg-look - gui-apps/azote - gui-apps/nwg-bar - gui-apps/nwg-displays - || ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland ) - gui-apps/nwg-drawer - 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)" -}