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: Tue, 01 Nov 2022 01:04:25
Message-Id: 1667264644.f4a68e6758530862df6a9d5aaf4ca8ea689ae86f.conikost@gentoo
1 commit: f4a68e6758530862df6a9d5aaf4ca8ea689ae86f
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 01:01:52 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 01:04:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a68e67
7
8 sys-apps/cpuid: drop 20220812, 20220927
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sys-apps/cpuid/Manifest | 2 --
13 sys-apps/cpuid/cpuid-20220812.ebuild | 35 -----------------------------------
14 sys-apps/cpuid/cpuid-20220927.ebuild | 35 -----------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
18 index b3fa6a35f45e..e227dc07c366 100644
19 --- a/sys-apps/cpuid/Manifest
20 +++ b/sys-apps/cpuid/Manifest
21 @@ -1,3 +1 @@
22 -DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a
23 -DIST cpuid-20220927.src.tar.gz 137355 BLAKE2B 70c51273fb87fe86a4bf1ddef938275474ad3af496cfdbc8e1b8e7dcf3f33b478340fcd3c8c49c6a0d2fe4927e399977e9c53cab118da0098eae2cc83cea51fc SHA512 f621c4cf8cbe027133442aa29018b9b52eb4d0e45a362cf613fee772456ac9e3347582c2feacb6d3358602f6da6425fcd88924e1ba937c89a5eaac43b1f9143f
24 DIST cpuid-20221003.src.tar.gz 138457 BLAKE2B 0eef33fc38ff0bb96bec2928a376cf849a5141e1fd161f1a2649e106543a0eb0b29b13e450ad11e251398dda155dc817944c5c81c3ff0b0fc2d7c92779c3ff0a SHA512 7e787caf59e980cf1eca8012d6269b61cd8bf0a1a79c4534d8bb9924b6eff2fa5c0408bc8581e50ef205a280e7861ca62a7d49e7378faff0f185a97463a115a1
25
26 diff --git a/sys-apps/cpuid/cpuid-20220812.ebuild b/sys-apps/cpuid/cpuid-20220812.ebuild
27 deleted file mode 100644
28 index eddf220e872c..000000000000
29 --- a/sys-apps/cpuid/cpuid-20220812.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
40 -HOMEPAGE="http://www.etallen.com/cpuid.html"
41 -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="-* amd64 x86"
46 -
47 -BDEPEND="
48 - app-arch/gzip
49 - dev-lang/perl
50 -"
51 -
52 -DOCS=( "ChangeLog" "FUTURE" )
53 -
54 -PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
55 -
56 -src_prepare() {
57 - default
58 -
59 - tc-export CC
60 -}
61 -
62 -src_install() {
63 - emake BUILDROOT="${ED}" install
64 -
65 - einstalldocs
66 -}
67
68 diff --git a/sys-apps/cpuid/cpuid-20220927.ebuild b/sys-apps/cpuid/cpuid-20220927.ebuild
69 deleted file mode 100644
70 index 0f77190b474c..000000000000
71 --- a/sys-apps/cpuid/cpuid-20220927.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 1999-2022 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -inherit toolchain-funcs
80 -
81 -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
82 -HOMEPAGE="http://www.etallen.com/cpuid.html"
83 -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
84 -
85 -LICENSE="GPL-2+"
86 -SLOT="0"
87 -KEYWORDS="-* ~amd64 ~x86"
88 -
89 -BDEPEND="
90 - app-arch/gzip
91 - dev-lang/perl
92 -"
93 -
94 -DOCS=( "ChangeLog" "FUTURE" )
95 -
96 -PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
97 -
98 -src_prepare() {
99 - default
100 -
101 - tc-export CC
102 -}
103 -
104 -src_install() {
105 - emake BUILDROOT="${ED}" install
106 -
107 - einstalldocs
108 -}