+++ /dev/null
-DIST consolehm-1.31.tar.gz 21615 BLAKE2B e2e90628026eb5936b346bc6ee072f23e9dacdf4f028612d647771f6cb23b816a18a4f139ff7cf6c2333fd6cda133bd7220929113f6d77993e7073ec8086b1ec SHA512 595a5808bf85b878254e10fbe9a7beccffb4e5a35e03fe9fbea710963733fb4d6afe6fe6b70b30fa2b4fd565ed4ac1ffcca624b6717cc3b6d900960e7e6001f8
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Console based hardware monitor for FreeBSD"
-HOMEPAGE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/fenner/"
-SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/fenner/${P}.tar.gz"
-LICENSE="BSD-2"
-SLOT="0"
-
-KEYWORDS="~x86-fbsd"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PN}-gcc4.patch || die "patch failed"
- export CHMS="${S}/consolehm"
- # The only 'SMBus' smb.h i've found is in a different place:
- cd "${S}/consolehm"
- sed -i.orig -e 's:machine/smb.h:dev/smbus/smb.h:g' \
- configure.in \
- configure \
- chm.h || die "sed failed."
-}
-
-src_compile() {
- cd "${S}/consolehm"
- econf || die "econf failed"
- MAKE=make emake || die "emake failed"
-}
-
-src_install() {
- dobin "${S}/consolehm/chm"
- doman "${S}/consolehm/chm.8"
- dodoc "${S}"/CHANGELOG
- dodoc "${S}"/README
- dodoc "${S}"/TODO
-}
+++ /dev/null
---- consolehm/consolehm/chm.c.orig 2000-12-23 03:51:45 -0300
-+++ consolehm/consolehm/chm.c 2007-01-12 11:18:27 -0300
-@@ -165,6 +165,7 @@
- printf("Delay: %d microseconds. \n\n",delay);
- break;
- default:
-+ ;;
- }
-
- file_handle = OpenIO();
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>bsd@gentoo.org</email>
- <name>BSD Project</name>
-</maintainer>
-</pkgmetadata>
# 30 days, bug 688504
sci-libs/openfoam-bin
-# Michał Górny <mgorny@gentoo.org> (2019-09-04)
-# EAPI 0. Keyworded only for x86-fbsd which is dead. Practically untouched
-# since 2007. Removal in 30 days. Bug #693504.
-app-admin/consolehm
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.