Skip to content

Commit

Permalink
app-admin/hddtemp: [QA] Remove pkg_config().
Browse files Browse the repository at this point in the history
This tried to download the latest version of hddtemp.db, which should
be done in a live ebuild instead. Besides, there appears to be no
upstream activity, and (as of today) the "latest" version is from 2007.

No revbump, because installed files don't change.

Bug: https://bugs.gentoo.org/116348
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jul 19, 2019
1 parent cf33424 commit 596aef4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,3 @@ update_db() {
grep "${id}" "${dst}" 2>&1 >/dev/null || echo "${line}" >> "${dst}"
done < "${src}"
}

pkg_config() {
cd "${ROOT}"/usr/share/hddtemp || die

einfo "Trying to download the latest hddtemp.db file"
wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db -O hddtemp.db \
|| die "failed to download hddtemp.db"

update_db "hddgentoo.db" "hddtemp.db"
}

0 comments on commit 596aef4

Please sign in to comment.