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 DE80E158090 for ; Fri, 13 May 2022 20:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 316ABE0908; Fri, 13 May 2022 20:04:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 19AC4E0908 for ; Fri, 13 May 2022 20:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C312341ACD for ; Fri, 13 May 2022 20:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA8A6465 for ; Fri, 13 May 2022 20:04:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652472216.d81931d6cc7950afb701deef0cd60e2f8c7a2328.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/page/page-1.9.8.ebuild X-VCS-Directories: x11-wm/page/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d81931d6cc7950afb701deef0cd60e2f8c7a2328 X-VCS-Branch: master Date: Fri, 13 May 2022 20:04:12 +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: 388e031e-f1b6-4ade-b00d-d12ae219d987 X-Archives-Hash: 30278189cfc136103a4bdabc00460f4f commit: d81931d6cc7950afb701deef0cd60e2f8c7a2328 Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Apr 20 20:24:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 13 20:03:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81931d6 x11-wm/page: [QA] eend missing argument Just drop the notification altogether, there's a comment with a bug reference, and it's two commands that should be fast to execute. Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25134 Signed-off-by: Sam James gentoo.org> x11-wm/page/page-1.9.8.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild index 8fcd55186a3b..cc6ee93df99a 100644 --- a/x11-wm/page/page-1.9.8.ebuild +++ b/x11-wm/page/page-1.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,10 +39,8 @@ src_install() { default # Solves file collision with dev-tcltk/tcllib, bug #574074 - ebegin "Changing references from 'page' to 'pagewm'" mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!" sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!" - eend } pkg_postinst() {