summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-07-19 18:27:44 +0200
committerUlrich Müller <ulm@gentoo.org>2019-07-19 18:34:13 +0200
commit596aef4ad0d83ab31cdafb083f0cc26a892abd11 (patch)
tree096ee5281ea4ed81018934a0a0f08f8bdf04f55e /app-admin
parentsys-libs/timezone-data: bump to v2019b (diff)
downloadgentoo-596aef4ad0d83ab31cdafb083f0cc26a892abd11.tar.gz
gentoo-596aef4ad0d83ab31cdafb083f0cc26a892abd11.tar.bz2
gentoo-596aef4ad0d83ab31cdafb083f0cc26a892abd11.zip
app-admin/hddtemp: [QA] Remove pkg_config().
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 <ulm@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild
index 8fdad17d02b2..c1ffdee13a6c 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild
@@ -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"
-}