Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/
Date: Fri, 23 Sep 2022 11:16:47
Message-Id: 1663931785.5b2f35feb4449b0e9e6edfaa76c113ae2f54a638.flow@gentoo
1 commit: 5b2f35feb4449b0e9e6edfaa76c113ae2f54a638
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 11:16:25 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 11:16:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2f35fe
7
8 x11-misc/gmrun: fix URIs
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 x11-misc/gmrun/gmrun-1.4w.ebuild | 4 ++--
13 x11-misc/gmrun/metadata.xml | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w.ebuild
17 index 0d37c5769256..3385f765aee3 100644
18 --- a/x11-misc/gmrun/gmrun-1.4w.ebuild
19 +++ b/x11-misc/gmrun/gmrun-1.4w.ebuild
20 @@ -8,12 +8,12 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git"
22 EGIT_BRANCH="master"
23 else
24 - SRC_URI="https://github.com/WdesktopX/${PN}/releases/download/${PV}/${P}.tar.xz"
25 + SRC_URI="https://github.com/wdlkmpx/${PN}/releases/download/${PV}/${P}.tar.xz"
26 KEYWORDS="~amd64 ~mips ~ppc x86"
27 fi
28
29 DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
30 -HOMEPAGE="https://github.com/WdesktopX/gmrun/"
31 +HOMEPAGE="https://github.com/wdlkmpx/gmrun"
32
33 LICENSE="ISC"
34 SLOT="0"
35
36 diff --git a/x11-misc/gmrun/metadata.xml b/x11-misc/gmrun/metadata.xml
37 index 54aaedb51409..067b91cb34ee 100644
38 --- a/x11-misc/gmrun/metadata.xml
39 +++ b/x11-misc/gmrun/metadata.xml
40 @@ -18,7 +18,7 @@
41 features include slim design and bash style auto-completion.
42 </longdescription>
43 <upstream>
44 - <remote-id type="github">WdesktopX/gmrun</remote-id>
45 + <remote-id type="github">wdlkmpx/gmrun</remote-id>
46 </upstream>
47 <use>
48 <flag name="xdg">Enable xdg spec for configuration and history files location</flag>