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 6248A1382C5 for ; Tue, 27 Mar 2018 23:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46FEEE08E0; Tue, 27 Mar 2018 23:35:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CD769E0896 for ; Tue, 27 Mar 2018 23:35:02 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 1D520335C86 for ; Tue, 27 Mar 2018 23:35:00 +0000 (UTC) Subject: Re: [gentoo-user] What is the meaning of "mirror" URI scheme in ebuilds? To: gentoo-user@lists.gentoo.org References: <20180327185052.sqrzhfybpph43kdb@matica.foolinux.mooo.com> From: Michael Orlitzky Message-ID: <85a94c9b-a017-7f33-3dc6-443790fb6488@gentoo.org> Date: Tue, 27 Mar 2018 19:34:54 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <20180327185052.sqrzhfybpph43kdb@matica.foolinux.mooo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 1a3e0a84-ecd2-42e0-ba72-ff0e801eb418 X-Archives-Hash: f2d559d7d2c76eb3bfc44ff29566cbb3 On 03/27/2018 02:50 PM, Ian Zimmerman wrote: > Example from app-editors/emacs/emacs-24.5-r5 : > > SRC_URI="mirror://gnu/emacs/${P}.tar.xz > https://dev.gentoo.org/~ulm/emacs/${P}-patches-4.tar.xz" > > https://bugs.gentoo.org/635646