commit: 4f3a6888678994e0b50f86abf6fca602355b0c52 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 11:20:47 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 11:20:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3a6888
app-admin/consolehm: Remove last-rited pkg Closes: https://bugs.gentoo.org/693504 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/consolehm/Manifest | 1 - app-admin/consolehm/consolehm-1.31.ebuild | 47 -------------------------- app-admin/consolehm/files/consolehm-gcc4.patch | 10 ------ app-admin/consolehm/metadata.xml | 8 ----- profiles/package.mask | 5 --- 5 files changed, 71 deletions(-) diff --git a/app-admin/consolehm/Manifest b/app-admin/consolehm/Manifest deleted file mode 100644 index b5a9a61b81f..00000000000 --- 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 5fe3da38f11..00000000000 --- 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 85f677a29cb..00000000000 --- 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 a00f3aeb1f8..00000000000 --- 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>[email protected]</email> - <name>BSD Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 81a6dd43631..8576fb5420a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1067,11 +1067,6 @@ dev-cpp/xsd # 30 days, bug 688504 sci-libs/openfoam-bin -# Michał Górny <[email protected]> (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 <[email protected]> (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.
