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: Sun, 27 Mar 2022 15:15:50
Message-Id: 1648394081.c34e8bc4fac142c77b2dcf977778f66b0e2ce9de.conikost@gentoo
1 commit: c34e8bc4fac142c77b2dcf977778f66b0e2ce9de
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:53:43 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 15:14:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34e8bc4
7
8 sys-apps/cpuid: drop 20211210
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sys-apps/cpuid/Manifest | 1 -
13 sys-apps/cpuid/cpuid-20211210.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
17 index 5f1ffaba76fc..bb7da4475442 100644
18 --- a/sys-apps/cpuid/Manifest
19 +++ b/sys-apps/cpuid/Manifest
20 @@ -1,2 +1 @@
21 -DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a
22 DIST cpuid-20220224.src.tar.gz 130706 BLAKE2B 78e0d8296ffafa6eb5a668561bb5c1834c8cffd020f0c052438381f72cddbfe8e85c3e4d662c6aff5224a0b147cd5e20cbce2240f791f2c857c4f584c87b4359 SHA512 7cf41d2429d442b4dfd5d369e394c11916352e16fc56852ea4af71945192903482bc45c38367ff5ae3f8d386ffc65cc61a9b0bec4594589a057557daf54d8562
23
24 diff --git a/sys-apps/cpuid/cpuid-20211210.ebuild b/sys-apps/cpuid/cpuid-20211210.ebuild
25 deleted file mode 100644
26 index 687993325c30..000000000000
27 --- a/sys-apps/cpuid/cpuid-20211210.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
38 -HOMEPAGE="http://www.etallen.com/cpuid.html"
39 -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -BDEPEND="
46 - app-arch/gzip
47 - dev-lang/perl
48 -"
49 -
50 -DOCS=( "ChangeLog" "FUTURE" )
51 -
52 -PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
53 -
54 -src_prepare() {
55 - default
56 -
57 - tc-export CC
58 -}
59 -
60 -src_install() {
61 - emake BUILDROOT="${ED}" install
62 -
63 - einstalldocs
64 -}