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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 231F8158094 for ; Fri, 23 Sep 2022 11:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43833E0B4E; Fri, 23 Sep 2022 11:16:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AF9BE0A9F for ; Fri, 23 Sep 2022 11:16:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 18628340CCC for ; Fri, 23 Sep 2022 11:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686325E0 for ; Fri, 23 Sep 2022 11:16:43 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1663931785.5b2f35feb4449b0e9e6edfaa76c113ae2f54a638.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gmrun/gmrun-1.4w.ebuild x11-misc/gmrun/metadata.xml X-VCS-Directories: x11-misc/gmrun/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5b2f35feb4449b0e9e6edfaa76c113ae2f54a638 X-VCS-Branch: master Date: Fri, 23 Sep 2022 11:16:43 +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: e3469977-c592-4758-94a4-8fe415aa6922 X-Archives-Hash: 549afb015f23806a55de39fe13117368 commit: 5b2f35feb4449b0e9e6edfaa76c113ae2f54a638 Author: Florian Schmaus gentoo org> AuthorDate: Fri Sep 23 11:16:25 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Sep 23 11:16:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2f35fe x11-misc/gmrun: fix URIs Signed-off-by: Florian Schmaus gentoo.org> x11-misc/gmrun/gmrun-1.4w.ebuild | 4 ++-- x11-misc/gmrun/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w.ebuild index 0d37c5769256..3385f765aee3 100644 --- a/x11-misc/gmrun/gmrun-1.4w.ebuild +++ b/x11-misc/gmrun/gmrun-1.4w.ebuild @@ -8,12 +8,12 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git" EGIT_BRANCH="master" else - SRC_URI="https://github.com/WdesktopX/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/wdlkmpx/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~mips ~ppc x86" fi DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!" -HOMEPAGE="https://github.com/WdesktopX/gmrun/" +HOMEPAGE="https://github.com/wdlkmpx/gmrun" LICENSE="ISC" SLOT="0" diff --git a/x11-misc/gmrun/metadata.xml b/x11-misc/gmrun/metadata.xml index 54aaedb51409..067b91cb34ee 100644 --- a/x11-misc/gmrun/metadata.xml +++ b/x11-misc/gmrun/metadata.xml @@ -18,7 +18,7 @@ features include slim design and bash style auto-completion. - WdesktopX/gmrun + wdlkmpx/gmrun Enable xdg spec for configuration and history files location