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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E1AB158086 for ; Tue, 19 Oct 2021 19:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4012E0886; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE9F9E0886 for ; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E47D343943 for ; Tue, 19 Oct 2021 19:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6A218B for ; Tue, 19 Oct 2021 19:09:26 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634670546.41d36b1325eccfcd7ee63b1031b311dee4a7dea5.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild X-VCS-Directories: x11-misc/xsetleds/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 41d36b1325eccfcd7ee63b1031b311dee4a7dea5 X-VCS-Branch: master Date: Tue, 19 Oct 2021 19:09:26 +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: 79e01d66-483b-4542-be00-f91ddd79d0ea X-Archives-Hash: dcdfa3b75658d4e07aace67dd9a292aa commit: 41d36b1325eccfcd7ee63b1031b311dee4a7dea5 Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 19 19:06:15 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 19 19:09:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d36b13 x11-misc/xsetleds: Update SRC_URI jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić gentoo.org> x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild index 741d565b461..1de8663792e 100644 --- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild +++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="small tool to report and change the keyboard LED states of an X dis HOMEPAGE="https://github.com/bmeurer/xsetleds" SRC_URI=" ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz - https://dev.gentoo.org/~jer/${P}.tar.gz + https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz " LICENSE="GPL-2"