commit: d81931d6cc7950afb701deef0cd60e2f8c7a2328 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Wed Apr 20 20:24:01 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <t <AT> laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25134 Signed-off-by: Sam James <sam <AT> 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() {
