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: Mon, 22 Nov 2021 21:24:41
Message-Id: 1637615843.bb898fed7001630f15f6a43b16a973e5f83ddf49.conikost@gentoo
1 commit: bb898fed7001630f15f6a43b16a973e5f83ddf49
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 21:17:23 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 21:17:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb898fed
7
8 sys-apps/cpuid: drop 20211114
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sys-apps/cpuid/Manifest | 1 -
13 sys-apps/cpuid/cpuid-20211114.ebuild | 35 -----------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
17 index 5dd71f54f2ef..b7a363bf4bcb 100644
18 --- a/sys-apps/cpuid/Manifest
19 +++ b/sys-apps/cpuid/Manifest
20 @@ -1,3 +1,2 @@
21 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
22 -DIST cpuid-20211114.src.tar.gz 126084 BLAKE2B b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012 SHA512 7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9
23 DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c SHA512 a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad
24
25 diff --git a/sys-apps/cpuid/cpuid-20211114.ebuild b/sys-apps/cpuid/cpuid-20211114.ebuild
26 deleted file mode 100644
27 index de0e99c961d4..000000000000
28 --- a/sys-apps/cpuid/cpuid-20211114.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2021 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}-20200203-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 -}