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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7F7A15802E for ; Tue, 2 Jul 2024 04:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 818A02BC027; Tue, 2 Jul 2024 04:47:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 674D92BC027 for ; Tue, 2 Jul 2024 04:47:47 +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 5E90A343024 for ; Tue, 2 Jul 2024 04:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA851DB9 for ; Tue, 2 Jul 2024 04:47:44 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1719895536.89e7120f4f29bbbdffa355e050410b524f41c2d1.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild X-VCS-Directories: x11-misc/lightdm-gtk-greeter/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 89e7120f4f29bbbdffa355e050410b524f41c2d1 X-VCS-Branch: master Date: Tue, 2 Jul 2024 04:47:44 +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: d723bf5c-d678-4c4e-b534-5508af816c75 X-Archives-Hash: 8eeff57e0f755fb9ede6cd290fc9206b commit: 89e7120f4f29bbbdffa355e050410b524f41c2d1 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Jul 2 04:45:36 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jul 2 04:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e7120f x11-misc/lightdm-gtk-greeter: update SRC_URI Signed-off-by: Viorel Munteanu gentoo.org> x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild index 3d8d49a1c38b..ed46841470d6 100644 --- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild +++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild @@ -8,7 +8,7 @@ inherit autotools xdg-utils DESCRIPTION="LightDM GTK+ Greeter" HOMEPAGE="https://github.com/Xubuntu/lightdm-gtk-greeter" SRC_URI="https://github.com/Xubuntu/${PN}/releases/download/${P}/${P}.tar.gz - branding? ( https://dev.gentoo.org/~marecki/dists/x11-misc/lightdm-gtk-greeter/lightdm-gentoo-patch-2.tar.gz )" + branding? ( https://dev.gentoo.org/~ceamac/x11-misc/lightdm-gtk-greeter/lightdm-gentoo-patch-2.tar.gz )" LICENSE="GPL-3 LGPL-3 branding? ( CC-BY-3.0 )"