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, 08 Jul 2021 09:18:32
Message-Id: 1625735875.ef40576ed03bb563107d2a9039aff3885d9f117e.conikost@gentoo
1 commit: ef40576ed03bb563107d2a9039aff3885d9f117e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 09:17:44 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 09:17:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40576e
7
8 sys-apps/cpuid: drop old version
9
10 Closes: https://bugs.gentoo.org/801133
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 sys-apps/cpuid/cpuid-20201006.ebuild | 33 ---------------------------------
15 1 file changed, 33 deletions(-)
16
17 diff --git a/sys-apps/cpuid/cpuid-20201006.ebuild b/sys-apps/cpuid/cpuid-20201006.ebuild
18 deleted file mode 100644
19 index df1d0117c3b..00000000000
20 --- a/sys-apps/cpuid/cpuid-20201006.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
31 -HOMEPAGE="http://www.etallen.com/cpuid.html"
32 -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -BDEPEND="dev-lang/perl"
39 -DEPEND="app-arch/gzip"
40 -
41 -DOCS=( "ChangeLog" "FUTURE" )
42 -
43 -PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
44 -
45 -src_prepare() {
46 - default
47 -
48 - tc-export CC
49 -}
50 -
51 -src_install() {
52 - emake BUILDROOT="${ED}" install
53 -
54 - einstalldocs
55 -}