From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 611DD1581F0 for ; Thu, 25 Apr 2024 21:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF52E2A18; Thu, 25 Apr 2024 21:49:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E8EB1E2A1B for ; Thu, 25 Apr 2024 21:49:08 +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 7C8A4343157 for ; Thu, 25 Apr 2024 21:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA901769 for ; Thu, 25 Apr 2024 21:49:03 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1714070252.1b80e6cf713dbef82495983e019526eaea32fb74.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild X-VCS-Directories: gui-apps/nwg-shell/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1b80e6cf713dbef82495983e019526eaea32fb74 X-VCS-Branch: master Date: Thu, 25 Apr 2024 21:49:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa9aaada-6452-4d79-9792-6a34faa02a2c X-Archives-Hash: ff3467d9914f4b4fb572d8cdb13ce18b commit: 1b80e6cf713dbef82495983e019526eaea32fb74 Author: Pascal Jäger leimstift de> AuthorDate: Thu Apr 25 18:34:54 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Apr 25 18:37:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b80e6cf gui-apps/nwg-shell: drop 0.5.31 Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild | 34 ------------------------------ 1 file changed, 34 deletions(-) diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild deleted file mode 100644 index 1beb080d16..0000000000 --- a/gui-apps/nwg-shell/nwg-shell-0.5.31.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)" -}