From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1346903-garchives=archives.gentoo.org@lists.gentoo.org> 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 84FB5158086 for <garchives@archives.gentoo.org>; Tue, 7 Dec 2021 07:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8482BC011; Tue, 7 Dec 2021 07:28:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CCDE72BC009 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 07:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1E753433FE for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 07:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A77219 for <gentoo-commits@lists.gentoo.org>; Tue, 7 Dec 2021 07:28:41 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1638862115.9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7.sam@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-perl/Sys-CPU/, dev-perl/Sys-CPU/files/ X-VCS-Repository: proj/musl X-VCS-Files: dev-perl/Sys-CPU/Manifest dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch dev-perl/Sys-CPU/metadata.xml X-VCS-Directories: dev-perl/Sys-CPU/files/ dev-perl/Sys-CPU/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7 X-VCS-Branch: master Date: Tue, 7 Dec 2021 07:28:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5679eedc-2713-4cf7-bdce-5632602574a0 X-Archives-Hash: b0d0cc5b2d9408d08ca2f0afdf6640ba commit: 9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 7 07:28:33 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 7 07:28:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=9a2a79db dev-perl/Sys-CPU: treeclean (fixed in ::gentoo) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Sys-CPU/Manifest | 1 - dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 16 ---------------- dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch | 11 ----------- dev-perl/Sys-CPU/metadata.xml | 12 ------------ 4 files changed, 40 deletions(-) diff --git a/dev-perl/Sys-CPU/Manifest b/dev-perl/Sys-CPU/Manifest deleted file mode 100644 index 43d1cd29..00000000 --- a/dev-perl/Sys-CPU/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Sys-CPU-0.61.tar.gz 6497 BLAKE2B c425b80a241a8493b1812efe01108d4d15ddd386993591960d80e73edb28f21453fff842b7f8bf4c5c999908eac383925ceaaa413da407d6559cb205d7650226 SHA512 391e113c87d9044cd43c47f9f78a782fab65566a32c028c01f7f3335a5065b6755586ea3143356510c8d28a7d1ad572cc6203ec189eaaa379967bdbd0a0bd7bc diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild deleted file mode 100644 index 4a26835a..00000000 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MZSANFORD -DIST_VERSION=0.61 -inherit perl-module - -DESCRIPTION="Access CPU info. number, etc on Win and UNIX" - -SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc x86" -IUSE="" - -PATCHES=( "${FILESDIR}"/${PN}-${DIST_VERSION}-fix-unistd-h.patch ) diff --git a/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch b/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch deleted file mode 100644 index d19b642a..00000000 --- a/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur Sys-CPU-0.61.orig/CPU.xs Sys-CPU-0.61/CPU.xs ---- Sys-CPU-0.61.orig/CPU.xs 2013-11-27 17:40:07.000000000 -0500 -+++ Sys-CPU-0.61/CPU.xs 2018-12-06 18:29:18.319275699 -0500 -@@ -24,7 +24,6 @@ - #include <winreg.h> - #else /* other (try unix) */ - #include <unistd.h> -- #include <sys/unistd.h> - #endif - #if defined(__sun) || defined(__sun__) - #include <sys/processor.h> diff --git a/dev-perl/Sys-CPU/metadata.xml b/dev-perl/Sys-CPU/metadata.xml deleted file mode 100644 index 9ddf28e1..00000000 --- a/dev-perl/Sys-CPU/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>perl@gentoo.org</email> - <name>Gentoo Perl Project</name> - </maintainer> - <upstream> - <remote-id type="cpan">Sys-CPU</remote-id> - <remote-id type="cpan-module">Sys::CPU</remote-id> - </upstream> -</pkgmetadata>