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 A5F9C1581D3 for ; Wed, 15 May 2024 19:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0BC82BC023; Wed, 15 May 2024 19:33:26 +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 C2A502BC023 for ; Wed, 15 May 2024 19:33:26 +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 B7773342F94 for ; Wed, 15 May 2024 19:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F8F91AD0 for ; Wed, 15 May 2024 19:33:24 +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: <1715800712.a86ed5f623e73bd8f81d354ca417421046d945c0.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-panel/Manifest gui-apps/nwg-panel/nwg-panel-0.9.27.ebuild X-VCS-Directories: gui-apps/nwg-panel/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: a86ed5f623e73bd8f81d354ca417421046d945c0 X-VCS-Branch: dev Date: Wed, 15 May 2024 19:33:24 +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: a37c3883-31c4-46e5-90dc-bf39128bbd9f X-Archives-Hash: 8eb7f43e7f7d711ff4136f3c1fb78629 Message-ID: <20240515193324.BKyy76O0B1BHQ6038NXZE23w_C3KJ-ZVfoVszW7j_30@z> commit: a86ed5f623e73bd8f81d354ca417421046d945c0 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 19:18:32 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 19:18:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a86ed5f6 gui-apps/nwg-panel: drop 0.9.27 Closes: https://bugs.gentoo.org/931454 Signed-off-by: Julien Roy jroy.ca> gui-apps/nwg-panel/Manifest | 1 - gui-apps/nwg-panel/nwg-panel-0.9.27.ebuild | 53 ------------------------------ 2 files changed, 54 deletions(-) diff --git a/gui-apps/nwg-panel/Manifest b/gui-apps/nwg-panel/Manifest index 9d5f9cf7d8..6d3e31ae12 100644 --- a/gui-apps/nwg-panel/Manifest +++ b/gui-apps/nwg-panel/Manifest @@ -1,2 +1 @@ -DIST nwg-panel-0.9.27.tar.gz 229930 BLAKE2B d1a028a6fb7cdf2097b868a572fb394bf9bd5ab8ed927d35eab63d354b668f4e422d0a59e1ab28d5d1cdc47343768429ce4891f72ebaa554e2d55314dfec912b SHA512 f2772fcd5336761dbe9b0f15502d4506a0a7e0362610310a67605751d5b1d0575e1b0abb2ed0745a4b14822cba71206afb6534ed59b182b35350f51ca0184563 DIST nwg-panel-0.9.31.tar.gz 231000 BLAKE2B 6363c09e0bc47cb89b27f987e890126b62de21e9d45f4dbab8dbb7902375c44268add7ffb42f343eeb105af2a29f9cc1cbb9831e4eb7c6553fd746a55125a4ff SHA512 a3ce46610ac1e3837b7a30220722954e201b5ea8ef89913be2f519267d02ab5ca6b87e7514a3ea6156ceb98d1a6d7bfebe452b14de577f82b117105cb82bfde8 diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.27.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.27.ebuild deleted file mode 100644 index dde513ba92..0000000000 --- a/gui-apps/nwg-panel/nwg-panel-0.9.27.ebuild +++ /dev/null @@ -1,53 +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 desktop distutils-r1 systemd xdg-utils - -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}" - -python_install_all() { - distutils-r1_python_install_all - domenu nwg-panel-config.desktop - domenu nwg-processes.desktop - doicon nwg-panel.svg - doicon nwg-processes.svg - doicon nwg-shell.svg - systemd_dounit nwg-panel.service -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}