diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-03-12 19:41:48 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-03-12 19:59:56 +0100 |
commit | cf56726545bcee39fab3011ff31085b9a0d8570d (patch) | |
tree | 4ae51990b93b90898465930b42c0ad91608a15d4 /sys-apps | |
parent | sys-apps/cpuid: add 20230306 (diff) | |
download | gentoo-cf56726545bcee39fab3011ff31085b9a0d8570d.tar.gz gentoo-cf56726545bcee39fab3011ff31085b9a0d8570d.tar.bz2 gentoo-cf56726545bcee39fab3011ff31085b9a0d8570d.zip |
sys-apps/cpuid: drop 20230228
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/cpuid/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/cpuid/cpuid-20230228.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest index 6f3e9be74749..cff30c4c1c1b 100644 --- a/sys-apps/cpuid/Manifest +++ b/sys-apps/cpuid/Manifest @@ -1,3 +1,2 @@ DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab -DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa SHA512 f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6 diff --git a/sys-apps/cpuid/cpuid-20230228.ebuild b/sys-apps/cpuid/cpuid-20230228.ebuild deleted file mode 100644 index 18c1efcd3afe..000000000000 --- a/sys-apps/cpuid/cpuid-20230228.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs" -HOMEPAGE="http://www.etallen.com/cpuid.html" -SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -BDEPEND=" - app-arch/gzip - dev-lang/perl -" - -DOCS=( "ChangeLog" "FUTURE" ) - -PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" ) - -src_prepare() { - default - - tc-export CC -} - -src_install() { - emake BUILDROOT="${ED}" install - - einstalldocs -} |