From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AE1115800F for ; Tue, 10 Jan 2023 18:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06636E07E1; Tue, 10 Jan 2023 18:17:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5149E07E1 for ; Tue, 10 Jan 2023 18:17:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13EFE340AED for ; Tue, 10 Jan 2023 18:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83017824 for ; Tue, 10 Jan 2023 18:17:46 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1673374659.bc45a557d48bbb6d9a3d15c64c69e5eac7d6c848.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcpuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcpuid/Manifest dev-libs/libcpuid/libcpuid-0.6.1.ebuild X-VCS-Directories: dev-libs/libcpuid/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bc45a557d48bbb6d9a3d15c64c69e5eac7d6c848 X-VCS-Branch: master Date: Tue, 10 Jan 2023 18:17:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 356faf41-faaf-4321-b58b-6d80b34f9a6e X-Archives-Hash: 9dcf0f56f002d91c3acafa44ac8ba092 commit: bc45a557d48bbb6d9a3d15c64c69e5eac7d6c848 Author: Ben Kohler gentoo org> AuthorDate: Tue Jan 10 16:18:58 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jan 10 18:17:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc45a557 dev-libs/libcpuid: drop 0.6.1 Signed-off-by: Ben Kohler gentoo.org> dev-libs/libcpuid/Manifest | 1 - dev-libs/libcpuid/libcpuid-0.6.1.ebuild | 37 --------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-libs/libcpuid/Manifest b/dev-libs/libcpuid/Manifest index c61f5d5fd346..9b777e15e851 100644 --- a/dev-libs/libcpuid/Manifest +++ b/dev-libs/libcpuid/Manifest @@ -1,2 +1 @@ -DIST libcpuid-0.6.1.tar.gz 255938 BLAKE2B 80239930d7259b76289f6130c720d1700ae3a10be2a29b118cc8db38fb72f821b1d1a01afef06e00b2a3678b91b660ccd101eaf50af442a80166a508eb435294 SHA512 ccdb486a848f01a4f977c6f6b7ca59a2e65a7e04665e1a04bc3a57f1e8a68617f8bfbb2a71a1c93465bbaa7cc060fd7d120bbcb1a17fa004981e1074a4788818 DIST libcpuid-0.6.2.tar.gz 265896 BLAKE2B 27f7c6c6a8bce6f27ca2f537c0255d8e8efa4ca5a7a278deecdb7b5c122830cc49e7e4524a2b2c0c39c0a43b3d05649c5e95a1bee843b6ddd981e3bee33383ab SHA512 36175387ae86e6f602544c516a875ac7fe0a3bde52e3e3c09f8852a804dd252694e17c638723aa3d36219d4588981cfd2261086bcf561d175e7c038e3a69e2ff diff --git a/dev-libs/libcpuid/libcpuid-0.6.1.ebuild b/dev-libs/libcpuid/libcpuid-0.6.1.ebuild deleted file mode 100644 index c3576366dccf..000000000000 --- a/dev-libs/libcpuid/libcpuid-0.6.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=(python3_{9..11}) - -inherit autotools python-any-r1 - -DESCRIPTION="A small C library for x86 (and x86_64) CPU detection and feature extraction" -HOMEPAGE="http://libcpuid.sourceforge.net/" -SRC_URI="https://github.com/anrieff/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0/16" -KEYWORDS="~amd64" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( ${PYTHON_DEPS} )" - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf "$(use_enable static-libs static)" -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -}