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 05D09158086 for ; Tue, 19 Oct 2021 19:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047E6E0826; Tue, 19 Oct 2021 19:09:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D5BD6E0826 for ; Tue, 19 Oct 2021 19:09:27 +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 E68AD3437C4 for ; Tue, 19 Oct 2021 19:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6045F101 for ; Tue, 19 Oct 2021 19:09:25 +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: <1634670530.283fc4a08061b519b71403e36595bef28f1d9802.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wscr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/wscr/wscr-1.2-r2.ebuild X-VCS-Directories: app-text/wscr/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 283fc4a08061b519b71403e36595bef28f1d9802 X-VCS-Branch: master Date: Tue, 19 Oct 2021 19:09:25 +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: a9207308-b94f-4984-ab0c-84e575179d2b X-Archives-Hash: d7558e5cdd4ba4f89eb71a2a836540b0 commit: 283fc4a08061b519b71403e36595bef28f1d9802 Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 19 18:54:26 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 19 19:08:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283fc4a0 app-text/wscr: Update SRC_URI jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić gentoo.org> app-text/wscr/wscr-1.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/wscr/wscr-1.2-r2.ebuild b/app-text/wscr/wscr-1.2-r2.ebuild index b0d8920b953..b035e8ba14f 100644 --- a/app-text/wscr/wscr-1.2-r2.ebuild +++ b/app-text/wscr/wscr-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="A Lightweight and Fast Anagram Solver" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz" LICENSE="public-domain" SLOT="0"