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: Thu, 20 Jan 2022 22:58:56
Message-Id: 1642719475.9b32ccfb6540c6d8b4da02f3897cd7835d7c2bfb.conikost@gentoo
1 commit: 9b32ccfb6540c6d8b4da02f3897cd7835d7c2bfb
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 22:54:22 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 22:57:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32ccfb
7
8 sys-apps/cpuid: drop 20201006-r1
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sys-apps/cpuid/Manifest | 1 -
13 sys-apps/cpuid/cpuid-20201006-r1.ebuild | 35 ---------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
17 index fd0bcdb5924b..ba920178c1da 100644
18 --- a/sys-apps/cpuid/Manifest
19 +++ b/sys-apps/cpuid/Manifest
20 @@ -1,2 +1 @@
21 -DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
22 DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a
23
24 diff --git a/sys-apps/cpuid/cpuid-20201006-r1.ebuild b/sys-apps/cpuid/cpuid-20201006-r1.ebuild
25 deleted file mode 100644
26 index 6c29a01ce82b..000000000000
27 --- a/sys-apps/cpuid/cpuid-20201006-r1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
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 -}