commit:     546f20db81fc0d98d051cef3812d343684965c1e
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 21:07:45 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 21:14:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546f20db

app-admin/hddtemp: Correct URL to hddgentoo.db in update script

Thanks to Paolo Pedroni <paolo.pedroni <AT> iol.it> for initial patch.

Gentoo-Bug: 588666

Package-Manager: portage-2.3.0

 app-admin/hddtemp/files/update-hddtemp.db | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/hddtemp/files/update-hddtemp.db 
b/app-admin/hddtemp/files/update-hddtemp.db
index 0a8c665..bc29b3e 100644
--- a/app-admin/hddtemp/files/update-hddtemp.db
+++ b/app-admin/hddtemp/files/update-hddtemp.db
@@ -25,7 +25,7 @@ wget 
http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db -O hddtemp.
 
 # 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
 

Reply via email to