app-admin/consolehm: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Fri, 4 Oct 2019 11:20:47 +0000 (13:20 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 4 Oct 2019 11:20:47 +0000 (13:20 +0200)
Closes: https://bugs.gentoo.org/693504
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-admin/consolehm/Manifest [deleted file]
app-admin/consolehm/consolehm-1.31.ebuild [deleted file]
app-admin/consolehm/files/consolehm-gcc4.patch [deleted file]
app-admin/consolehm/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-admin/consolehm/Manifest b/app-admin/consolehm/Manifest
deleted file mode 100644 (file)
index b5a9a61..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST consolehm-1.31.tar.gz 21615 BLAKE2B e2e90628026eb5936b346bc6ee072f23e9dacdf4f028612d647771f6cb23b816a18a4f139ff7cf6c2333fd6cda133bd7220929113f6d77993e7073ec8086b1ec SHA512 595a5808bf85b878254e10fbe9a7beccffb4e5a35e03fe9fbea710963733fb4d6afe6fe6b70b30fa2b4fd565ed4ac1ffcca624b6717cc3b6d900960e7e6001f8
diff --git a/app-admin/consolehm/consolehm-1.31.ebuild b/app-admin/consolehm/consolehm-1.31.ebuild
deleted file mode 100644 (file)
index 5fe3da3..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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
-}
diff --git a/app-admin/consolehm/files/consolehm-gcc4.patch b/app-admin/consolehm/files/consolehm-gcc4.patch
deleted file mode 100644 (file)
index 85f677a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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();
diff --git a/app-admin/consolehm/metadata.xml b/app-admin/consolehm/metadata.xml
deleted file mode 100644 (file)
index a00f3ae..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
index 81a6dd436315c772ba95a5576738615ec2ae4ed7..8576fb5420a58bd181fa80d3a2e3785f59f7295a 100644 (file)
@@ -1067,11 +1067,6 @@ dev-cpp/xsd
 # 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.