Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
Date: Sat, 04 Mar 2023 00:01:02
Message-Id: 1677888043.fa98ab014cd7b5c2dd0f19c8325ae07e87c60b49.conikost@gentoo
1 commit: fa98ab014cd7b5c2dd0f19c8325ae07e87c60b49
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 23:56:24 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 00:00:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa98ab01
7
8 sys-apps/cpuid: drop 20221201
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sys-apps/cpuid/Manifest | 1 -
13 sys-apps/cpuid/cpuid-20221201.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
17 index 8792444ffc76..1fbdb6957c6b 100644
18 --- a/sys-apps/cpuid/Manifest
19 +++ b/sys-apps/cpuid/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST cpuid-20221201.src.tar.gz 140185 BLAKE2B f9bef888adaaddc9f0b28d85905ab4c86b65b1ef247b7068f0fd7a508021f3ff8322287c5284ae0041effc71b07661a265426f28116faa700edb2fc793452c69 SHA512 fb6ace9c8d7efae628087bdce9d8279c080701b37ecc57f5c9b5d63b0c1991bc0f2c26a2708467e479169f72a41d93c0a70e156726babd5adab366b38ca309c9
22 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
23 DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b
24
25 diff --git a/sys-apps/cpuid/cpuid-20221201.ebuild b/sys-apps/cpuid/cpuid-20221201.ebuild
26 deleted file mode 100644
27 index fab516d7110f..000000000000
28 --- a/sys-apps/cpuid/cpuid-20221201.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
39 -HOMEPAGE="http://www.etallen.com/cpuid.html"
40 -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="-* amd64 x86"
45 -
46 -BDEPEND="
47 - app-arch/gzip
48 - dev-lang/perl
49 -"
50 -
51 -DOCS=( "ChangeLog" "FUTURE" )
52 -
53 -PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
54 -
55 -src_prepare() {
56 - default
57 -
58 - tc-export CC
59 -}
60 -
61 -src_install() {
62 - emake BUILDROOT="${ED}" install
63 -
64 - einstalldocs
65 -}