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 65AE4158062 for ; Wed, 29 Mar 2023 06:56:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DDE0E0901; Wed, 29 Mar 2023 06:56:25 +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 032DEE0901 for ; Wed, 29 Mar 2023 06:56:24 +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 084C23412D7 for ; Wed, 29 Mar 2023 06:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB9B9C0 for ; Wed, 29 Mar 2023 06:56:22 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1679843314.c193b15968ce9604b11a3c2cc71fdff9788abc45.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/sfwbar/Manifest gui-apps/sfwbar/sfwbar-1.0_beta9.ebuild X-VCS-Directories: gui-apps/sfwbar/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c193b15968ce9604b11a3c2cc71fdff9788abc45 X-VCS-Branch: master Date: Wed, 29 Mar 2023 06:56:22 +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: 37d9303c-c8dc-41b0-9f92-4cc963f6610d X-Archives-Hash: 7fac65226a5d7867a92d10fe525a8958 commit: c193b15968ce9604b11a3c2cc71fdff9788abc45 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 26 15:08:34 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Mar 26 15:08:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c193b159 gui-apps/sfwbar: drop 1.0_beta9 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> gui-apps/sfwbar/Manifest | 1 - gui-apps/sfwbar/sfwbar-1.0_beta9.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest index f9d38989c..a4f7ae187 100644 --- a/gui-apps/sfwbar/Manifest +++ b/gui-apps/sfwbar/Manifest @@ -1,2 +1 @@ DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac SHA512 d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f -DIST sfwbar-1.0_beta9.tar.gz 290432 BLAKE2B 7d83ef6781b0d75c078cc12d9472bae094c428066a47aa000d9bc0ab9beee41f2ce9495a8eee3669e6fc59bf6f615d04b740bdf9548467c581e6fec13424226f SHA512 673c703de28ac3185e96f264a27c038204f9d6a7724a21f813d699f1bb6253da9ede379060d9a1d86217753584ddbcc51beb7401eacdb898862b1400863e2de3 diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta9.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta9.ebuild deleted file mode 100644 index 60d43643e..000000000 --- a/gui-apps/sfwbar/sfwbar-1.0_beta9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Sway Floating Window Bar" -HOMEPAGE="https://github.com/LBCrion/sfwbar" -SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - >=x11-libs/gtk+-3.22.0:3[introspection,wayland] - gui-libs/gtk-layer-shell - dev-libs/json-c - dev-util/wayland-scanner - >=dev-libs/wayland-protocols-1.17 -" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig -"