Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consolehm/files/, app-admin/consolehm/, profiles/
Date: Fri, 04 Oct 2019 11:22:06
Message-Id: 1570188047.4f3a6888678994e0b50f86abf6fca602355b0c52.mgorny@gentoo
1 commit: 4f3a6888678994e0b50f86abf6fca602355b0c52
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 11:20:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 11:20:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3a6888
7
8 app-admin/consolehm: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693504
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-admin/consolehm/Manifest | 1 -
14 app-admin/consolehm/consolehm-1.31.ebuild | 47 --------------------------
15 app-admin/consolehm/files/consolehm-gcc4.patch | 10 ------
16 app-admin/consolehm/metadata.xml | 8 -----
17 profiles/package.mask | 5 ---
18 5 files changed, 71 deletions(-)
19
20 diff --git a/app-admin/consolehm/Manifest b/app-admin/consolehm/Manifest
21 deleted file mode 100644
22 index b5a9a61b81f..00000000000
23 --- a/app-admin/consolehm/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST consolehm-1.31.tar.gz 21615 BLAKE2B e2e90628026eb5936b346bc6ee072f23e9dacdf4f028612d647771f6cb23b816a18a4f139ff7cf6c2333fd6cda133bd7220929113f6d77993e7073ec8086b1ec SHA512 595a5808bf85b878254e10fbe9a7beccffb4e5a35e03fe9fbea710963733fb4d6afe6fe6b70b30fa2b4fd565ed4ac1ffcca624b6717cc3b6d900960e7e6001f8
27
28 diff --git a/app-admin/consolehm/consolehm-1.31.ebuild b/app-admin/consolehm/consolehm-1.31.ebuild
29 deleted file mode 100644
30 index 5fe3da38f11..00000000000
31 --- a/app-admin/consolehm/consolehm-1.31.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=0
38 -
39 -inherit eutils
40 -
41 -DESCRIPTION="Console based hardware monitor for FreeBSD"
42 -HOMEPAGE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/fenner/"
43 -SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/fenner/${P}.tar.gz"
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -
47 -KEYWORDS="~x86-fbsd"
48 -
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND="${DEPEND}"
53 -
54 -S="${WORKDIR}/${PN}"
55 -
56 -src_unpack() {
57 - unpack ${A}
58 - epatch "${FILESDIR}"/${PN}-gcc4.patch || die "patch failed"
59 - export CHMS="${S}/consolehm"
60 - # The only 'SMBus' smb.h i've found is in a different place:
61 - cd "${S}/consolehm"
62 - sed -i.orig -e 's:machine/smb.h:dev/smbus/smb.h:g' \
63 - configure.in \
64 - configure \
65 - chm.h || die "sed failed."
66 -}
67 -
68 -src_compile() {
69 - cd "${S}/consolehm"
70 - econf || die "econf failed"
71 - MAKE=make emake || die "emake failed"
72 -}
73 -
74 -src_install() {
75 - dobin "${S}/consolehm/chm"
76 - doman "${S}/consolehm/chm.8"
77 - dodoc "${S}"/CHANGELOG
78 - dodoc "${S}"/README
79 - dodoc "${S}"/TODO
80 -}
81
82 diff --git a/app-admin/consolehm/files/consolehm-gcc4.patch b/app-admin/consolehm/files/consolehm-gcc4.patch
83 deleted file mode 100644
84 index 85f677a29cb..00000000000
85 --- a/app-admin/consolehm/files/consolehm-gcc4.patch
86 +++ /dev/null
87 @@ -1,10 +0,0 @@
88 ---- consolehm/consolehm/chm.c.orig 2000-12-23 03:51:45 -0300
89 -+++ consolehm/consolehm/chm.c 2007-01-12 11:18:27 -0300
90 -@@ -165,6 +165,7 @@
91 - printf("Delay: %d microseconds. \n\n",delay);
92 - break;
93 - default:
94 -+ ;;
95 - }
96 -
97 - file_handle = OpenIO();
98
99 diff --git a/app-admin/consolehm/metadata.xml b/app-admin/consolehm/metadata.xml
100 deleted file mode 100644
101 index a00f3aeb1f8..00000000000
102 --- a/app-admin/consolehm/metadata.xml
103 +++ /dev/null
104 @@ -1,8 +0,0 @@
105 -<?xml version="1.0" encoding="UTF-8"?>
106 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 -<pkgmetadata>
108 -<maintainer type="project">
109 - <email>bsd@g.o</email>
110 - <name>BSD Project</name>
111 -</maintainer>
112 -</pkgmetadata>
113
114 diff --git a/profiles/package.mask b/profiles/package.mask
115 index 81a6dd43631..8576fb5420a 100644
116 --- a/profiles/package.mask
117 +++ b/profiles/package.mask
118 @@ -1067,11 +1067,6 @@ dev-cpp/xsd
119 # 30 days, bug 688504
120 sci-libs/openfoam-bin
121
122 -# Michał Górny <mgorny@g.o> (2019-09-04)
123 -# EAPI 0. Keyworded only for x86-fbsd which is dead. Practically untouched
124 -# since 2007. Removal in 30 days. Bug #693504.
125 -app-admin/consolehm
126 -
127 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
128 # Unofficial build. Superseded by official 2.49.5 release.
129 # Masked for removal.