Hello! I am just starting to contribute to Gentoo, so the ticket is rater trivial: the varnish ebuilds contain outdated source URLs. The upstream download URL has changed to http://varnish-cache.org/releases/index.html In my terminal: # GENTOO_MIRRORS="" ebuild varnish-5.1.3.ebuild fetch >>> Downloading 'http://repo.varnish-cache.org/source/varnish-5.1.3.tar.gz' --2018-02-16 01:56:00-- http://repo.varnish-cache.org/source/varnish-5.1.3.tar.gz Resolving repo.varnish-cache.org... 176.58.90.154, 2a00:dd80:3e::255 Connecting to repo.varnish-cache.org|176.58.90.154|:80... connected. HTTP request sent, awaiting response... 410 repo 2018-02-16 01:56:00 ERROR 410: repo. !!! Couldn't download 'varnish-5.1.3.tar.gz'. Aborting. Actually, it's not only 5.1.3 ebuild but all of them. I will create a PR shortly.
I double checked, the checksum of all 3 source tarballs is the same. Also 5.1.3 ebuild successfully built on my ~amd64 box.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa08e82c8846930971e2f396d3b811b62e7cb13 commit 1fa08e82c8846930971e2f396d3b811b62e7cb13 Author: Oleksandr Trotsenko <oleksandr.trotsenko@gmail.com> AuthorDate: 2018-02-16 08:16:58 +0000 Commit: Anthony G. Basile <blueness@gentoo.org> CommitDate: 2018-02-16 12:22:39 +0000 www-servers/varnish: Fixing SOURCE_URI Pointing to the new upstream source URI all the ebuilds. Closes: https://bugs.gentoo.org/647834 Package-Manager: Portage-2.3.23, Repoman-2.3.6 www-servers/varnish/Manifest | 6 +++--- www-servers/varnish/varnish-4.0.5.ebuild | 4 ++-- www-servers/varnish/varnish-4.1.8.ebuild | 4 ++-- www-servers/varnish/varnish-5.1.3.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-)
(In reply to Oleksandr Trotsenko from comment #0) > Hello! > > I am just starting to contribute to Gentoo, thanks for helping out :)