Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/page/
Date: Sun, 03 Jul 2022 21:04:54
Message-Id: 1656882264.46638ab9486089411786f0bd96a3e0a9297d540c.mattst88@gentoo
1 commit: 46638ab9486089411786f0bd96a3e0a9297d540c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 04:31:05 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 21:04:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46638ab9
7
8 x11-wm/page: Fix HOMEPAGE
9
10 For some reason monsieurp fixed the HOMEPAGE only in an old version of
11 the ebuild in commit 5810217300f5.
12
13 Closes: https://github.com/gentoo/gentoo/pull/26129
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 x11-wm/page/page-1.9.9-r4.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/x11-wm/page/page-1.9.9-r4.ebuild b/x11-wm/page/page-1.9.9-r4.ebuild
20 index f486626b160b..6f84a55fe81d 100644
21 --- a/x11-wm/page/page-1.9.9-r4.ebuild
22 +++ b/x11-wm/page/page-1.9.9-r4.ebuild
23 @@ -6,7 +6,7 @@ EAPI=8
24 inherit autotools
25
26 DESCRIPTION="A mouse friendly tiling window manager"
27 -HOMEPAGE="https://www.hzog.net/index.php/Main_Page"
28 +HOMEPAGE="https://github.com/gschwind/page"
29 SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz"
30
31 LICENSE="GPL-3"