Thanks to Paolo Pedroni <paolo.pedroni@iol.it> for initial patch.
Gentoo-Bug: 588666
Package-Manager: portage-2.3.0
# Try to get the Gentoo HDD DB from WebCVS. If that fails, just use the Gentoo HDD database
# that was installed by the ebuild.
-if wget http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
+if wget https://gitweb.gentoo.org/repo/gentoo.git/plain/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
mv -f hddtmp.db hddgentoo.db
fi