Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/
Date: Fri, 13 May 2022 20:04:16
Message-Id: 1652472216.d81931d6cc7950afb701deef0cd60e2f8c7a2328.sam@gentoo
1 commit: d81931d6cc7950afb701deef0cd60e2f8c7a2328
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Wed Apr 20 20:24:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 20:03:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81931d6
7
8 x11-wm/page: [QA] eend missing argument
9
10 Just drop the notification altogether, there's a comment with a bug
11 reference, and it's two commands that should be fast to execute.
12
13 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
14 Closes: https://github.com/gentoo/gentoo/pull/25134
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 x11-wm/page/page-1.9.8.ebuild | 4 +---
18 1 file changed, 1 insertion(+), 3 deletions(-)
19
20 diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
21 index 8fcd55186a3b..cc6ee93df99a 100644
22 --- a/x11-wm/page/page-1.9.8.ebuild
23 +++ b/x11-wm/page/page-1.9.8.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -39,10 +39,8 @@ src_install() {
31 default
32
33 # Solves file collision with dev-tcltk/tcllib, bug #574074
34 - ebegin "Changing references from 'page' to 'pagewm'"
35 mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!"
36 sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!"
37 - eend
38 }
39
40 pkg_postinst() {