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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 360851382C5 for ; Sat, 2 Jan 2021 12:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 867E4E0837; Sat, 2 Jan 2021 12:13:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FEFAE0837 for ; Sat, 2 Jan 2021 12:13:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58F69340F68 for ; Sat, 2 Jan 2021 12:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0784C3 for ; Sat, 2 Jan 2021 12:13:54 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609515475.19cd8c5509b0d1e314ac4c19a95a80337959bea8.andrewammerlaan@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-0.9.4.ebuild X-VCS-Directories: gui-apps/sfwbar/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 19cd8c5509b0d1e314ac4c19a95a80337959bea8 X-VCS-Branch: master Date: Sat, 2 Jan 2021 12:13:54 +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: 421048a2-251c-4d85-b1af-1e27d4c44315 X-Archives-Hash: dc88b6c8e50757c254d08db9ad85edd0 commit: 19cd8c5509b0d1e314ac4c19a95a80337959bea8 Author: Lev Babiev hosers org> AuthorDate: Fri Jan 1 15:37:55 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jan 1 15:37:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19cd8c55 gui-apps/sfwbar: update to include comments Signed-off-by: Lev Babiev hosers.org> gui-apps/sfwbar/Manifest | 2 +- gui-apps/sfwbar/sfwbar-0.9.4.ebuild | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest index 10d8700a..06defee6 100644 --- a/gui-apps/sfwbar/Manifest +++ b/gui-apps/sfwbar/Manifest @@ -1 +1 @@ -DIST v0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d +DIST sfwbar-0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d diff --git a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild index 15741a72..eece8245 100644 --- a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild +++ b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild @@ -7,7 +7,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" +SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" LICENSE="GPL-2" @@ -24,8 +24,3 @@ BDEPEND=" virtual/pkgconfig " -src_configure() { - local emesonargs=( - ) - meson_src_configure -}