Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-perl/Sys-CPU/, dev-perl/Sys-CPU/files/
Date: Tue, 07 Dec 2021 07:28:46
Message-Id: 1638862115.9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7.sam@gentoo
1 commit: 9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 07:28:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 07:28:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=9a2a79db
7
8 dev-perl/Sys-CPU: treeclean (fixed in ::gentoo)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Sys-CPU/Manifest | 1 -
13 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 16 ----------------
14 dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch | 11 -----------
15 dev-perl/Sys-CPU/metadata.xml | 12 ------------
16 4 files changed, 40 deletions(-)
17
18 diff --git a/dev-perl/Sys-CPU/Manifest b/dev-perl/Sys-CPU/Manifest
19 deleted file mode 100644
20 index 43d1cd29..00000000
21 --- a/dev-perl/Sys-CPU/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST Sys-CPU-0.61.tar.gz 6497 BLAKE2B c425b80a241a8493b1812efe01108d4d15ddd386993591960d80e73edb28f21453fff842b7f8bf4c5c999908eac383925ceaaa413da407d6559cb205d7650226 SHA512 391e113c87d9044cd43c47f9f78a782fab65566a32c028c01f7f3335a5065b6755586ea3143356510c8d28a7d1ad572cc6203ec189eaaa379967bdbd0a0bd7bc
25
26 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
27 deleted file mode 100644
28 index 4a26835a..00000000
29 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DIST_AUTHOR=MZSANFORD
38 -DIST_VERSION=0.61
39 -inherit perl-module
40 -
41 -DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
42 -
43 -SLOT="0"
44 -KEYWORDS="amd64 arm arm64 ~mips ppc x86"
45 -IUSE=""
46 -
47 -PATCHES=( "${FILESDIR}"/${PN}-${DIST_VERSION}-fix-unistd-h.patch )
48
49 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
50 deleted file mode 100644
51 index d19b642a..00000000
52 --- a/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch
53 +++ /dev/null
54 @@ -1,11 +0,0 @@
55 -diff -Naur Sys-CPU-0.61.orig/CPU.xs Sys-CPU-0.61/CPU.xs
56 ---- Sys-CPU-0.61.orig/CPU.xs 2013-11-27 17:40:07.000000000 -0500
57 -+++ Sys-CPU-0.61/CPU.xs 2018-12-06 18:29:18.319275699 -0500
58 -@@ -24,7 +24,6 @@
59 - #include <winreg.h>
60 - #else /* other (try unix) */
61 - #include <unistd.h>
62 -- #include <sys/unistd.h>
63 - #endif
64 - #if defined(__sun) || defined(__sun__)
65 - #include <sys/processor.h>
66
67 diff --git a/dev-perl/Sys-CPU/metadata.xml b/dev-perl/Sys-CPU/metadata.xml
68 deleted file mode 100644
69 index 9ddf28e1..00000000
70 --- a/dev-perl/Sys-CPU/metadata.xml
71 +++ /dev/null
72 @@ -1,12 +0,0 @@
73 -<?xml version="1.0" encoding="UTF-8"?>
74 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 - <maintainer type="project">
77 - <email>perl@g.o</email>
78 - <name>Gentoo Perl Project</name>
79 - </maintainer>
80 - <upstream>
81 - <remote-id type="cpan">Sys-CPU</remote-id>
82 - <remote-id type="cpan-module">Sys::CPU</remote-id>
83 - </upstream>
84 -</pkgmetadata>