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 DF832138334 for ; Wed, 4 Dec 2019 23:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84672E0826; Wed, 4 Dec 2019 23:44:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DFD0E0826 for ; Wed, 4 Dec 2019 23:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C36034D7E4 for ; Wed, 4 Dec 2019 23:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751DF8D0 for ; Wed, 4 Dec 2019 23:44:23 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1575502988.94a2122d01b64b36dd8efe0c98e6149b6d05d77d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/idle3-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild X-VCS-Directories: sys-apps/idle3-tools/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 94a2122d01b64b36dd8efe0c98e6149b6d05d77d X-VCS-Branch: master Date: Wed, 4 Dec 2019 23:44:23 +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: 486c02da-b1cb-48c8-a6cb-e314efc03e85 X-Archives-Hash: 74458262970da11bcee9b2dc3a90d639 commit: 94a2122d01b64b36dd8efe0c98e6149b6d05d77d Author: Conrad Kostecki gentoo org> AuthorDate: Wed Dec 4 23:36:24 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Dec 4 23:43:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a2122d sys-apps/idle3-tools: update SRC_URI Moving source file from my private server to devbox. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild b/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild index 40e2616b035..ac7e897740b 100644 --- a/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild +++ b/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Set, get or disable the value of the idle3 timer found on WD HDDs" HOMEPAGE="http://idle3-tools.sourceforge.net/" -SRC_URI="https://www.bl4ckb0x.de/files/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0"