summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-04 13:20:47 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-04 13:20:47 +0200
commit4f3a6888678994e0b50f86abf6fca602355b0c52 (patch)
tree04b6062b4cb4aa3066060beea9b0b1e4fbc81efc /app-admin
parentapp-text/ddir: Remove last-rited pkg (diff)
downloadgentoo-4f3a6888678994e0b50f86abf6fca602355b0c52.tar.gz
gentoo-4f3a6888678994e0b50f86abf6fca602355b0c52.tar.bz2
gentoo-4f3a6888678994e0b50f86abf6fca602355b0c52.zip
app-admin/consolehm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693504 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/consolehm/Manifest1
-rw-r--r--app-admin/consolehm/consolehm-1.31.ebuild47
-rw-r--r--app-admin/consolehm/files/consolehm-gcc4.patch10
-rw-r--r--app-admin/consolehm/metadata.xml8
4 files changed, 0 insertions, 66 deletions
diff --git a/app-admin/consolehm/Manifest b/app-admin/consolehm/Manifest
deleted file mode 100644
index b5a9a61b81fd..000000000000
--- a/app-admin/consolehm/Manifest
+++ /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
index 5fe3da38f115..000000000000
--- a/app-admin/consolehm/consolehm-1.31.ebuild
+++ /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
index 85f677a29cbf..000000000000
--- a/app-admin/consolehm/files/consolehm-gcc4.patch
+++ /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
index a00f3aeb1f81..000000000000
--- a/app-admin/consolehm/metadata.xml
+++ /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>