diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-06-08 22:00:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-06-08 22:00:18 +0200 |
commit | fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4 (patch) | |
tree | 31b06a224d0f37c04af9097c4b5894aba7d3ef3b /sys-apps/cpuid | |
parent | sys-apps/cpuid: x86 stable (diff) | |
download | gentoo-fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4.tar.gz gentoo-fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4.tar.bz2 gentoo-fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4.zip |
sys-apps/cpuid: drop 20230406
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/cpuid')
-rw-r--r-- | sys-apps/cpuid/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/cpuid/cpuid-20230406.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest index f8bdeb2156fc..f4227e8a50df 100644 --- a/sys-apps/cpuid/Manifest +++ b/sys-apps/cpuid/Manifest @@ -1,2 +1 @@ -DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5 DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461 diff --git a/sys-apps/cpuid/cpuid-20230406.ebuild b/sys-apps/cpuid/cpuid-20230406.ebuild deleted file mode 100644 index fab516d7110f..000000000000 --- a/sys-apps/cpuid/cpuid-20230406.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 -} |