Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
Date: Wed, 29 Jun 2022 11:09:33
Message-Id: 1656500949.e75b67ff0cbedb7eb4a83f7255fb867810c8406a.sam@gentoo
1 commit: e75b67ff0cbedb7eb4a83f7255fb867810c8406a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 10:43:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:09:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75b67ff
7
8 dev-perl/Module-Build-XSUtil: drop 0.180.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Module-Build-XSUtil/Manifest | 1 -
13 .../Module-Build-XSUtil-0.180.0.ebuild | 47 ----------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
17 index 2c8979deef80..be599c4b7475 100644
18 --- a/dev-perl/Module-Build-XSUtil/Manifest
19 +++ b/dev-perl/Module-Build-XSUtil/Manifest
20 @@ -1,2 +1 @@
21 -DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be
22 DIST Module-Build-XSUtil-0.19.tar.gz 15276 BLAKE2B 3f2d477551c0903449ea0de9e96d8d0ee3e82ce68faf2d11514c0a98103a7d7aef3a7c0c54f1a316a1ed812f2c8d8f4f7146aad9722f459f8f748df914dbe90d SHA512 187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819
23
24 diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
25 deleted file mode 100644
26 index 63908864bdda..000000000000
27 --- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
28 +++ /dev/null
29 @@ -1,47 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DIST_AUTHOR=HIDEAKIO
36 -DIST_VERSION=0.18
37 -inherit perl-module
38 -
39 -DESCRIPTION="A Module::Build class for building XS modules"
40 -
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
43 -IUSE="test examples"
44 -RESTRICT="!test? ( test )"
45 -# File::Basename -> perl
46 -RDEPEND="
47 - dev-perl/Devel-CheckCompiler
48 - virtual/perl-Devel-PPPort
49 - virtual/perl-Exporter
50 - virtual/perl-ExtUtils-CBuilder
51 - virtual/perl-File-Path
52 - virtual/perl-XSLoader
53 - virtual/perl-parent
54 -"
55 -# File::Spec::Functions -> virtual/perl-File-Spec
56 -# Test::More -> perl-Test-Simple
57 -DEPEND="
58 - >=dev-perl/Module-Build-0.400.500
59 - ${RDEPEND}
60 - test? (
61 - dev-perl/Capture-Tiny
62 - dev-perl/Cwd-Guard
63 - dev-perl/File-Copy-Recursive
64 - virtual/perl-File-Spec
65 - virtual/perl-File-Temp
66 - >=virtual/perl-Test-Simple-0.980.0
67 - )
68 -"
69 -src_install() {
70 - perl-module_src_install
71 - if use examples; then
72 - docompress -x usr/share/doc/${PF}/eg/
73 - insinto usr/share/doc/${PF}
74 - doins -r eg
75 - fi
76 -}