commit: 2e5916797a8906cbd7fa8c488a4d93be2a220577 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 08:06:49 2019 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 19:54:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2e591679
ebuild-writing/variables: Update the thirdpartymirrors example Use HTTPS in the example, drop terminating slashes to indicate that they're optional and include an example with additional directory path. Acked-by: Michael Orlitzky <mjo <AT> gentoo.org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org> ebuild-writing/variables/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 811be44..a66adc7 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -420,7 +420,7 @@ SRC_URI="https://example.com/files/${PV}.tar.gz -> ${P}.tar.gz" other language choice would be accurate either. --> <codesample lang="ebuild"> -example http://download.example.org/ ftp://ftp.example.org/ +example https://download.example.com https://mirror1.example.org/example </codesample> <p> that can afterwards be referenced through a <c>mirror://</c>
