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 3B551158094 for ; Wed, 29 Jun 2022 11:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DE0E0C57; Wed, 29 Jun 2022 11:09:31 +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 5541DE0C57 for ; Wed, 29 Jun 2022 11:09:31 +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 2FA303419D4 for ; Wed, 29 Jun 2022 11:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F7F523 for ; Wed, 29 Jun 2022 11:09:27 +0000 (UTC) From: "Sam James" 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" Message-ID: <1656500949.e75b67ff0cbedb7eb4a83f7255fb867810c8406a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build-XSUtil/Manifest dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild X-VCS-Directories: dev-perl/Module-Build-XSUtil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e75b67ff0cbedb7eb4a83f7255fb867810c8406a X-VCS-Branch: master Date: Wed, 29 Jun 2022 11:09:27 +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: bf114313-eeaa-47a1-a293-6c3d88731287 X-Archives-Hash: 8bd138e3ed744ca6712367be150b58c2 commit: e75b67ff0cbedb7eb4a83f7255fb867810c8406a Author: Sam James gentoo org> AuthorDate: Wed Jun 29 10:43:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 29 11:09:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75b67ff dev-perl/Module-Build-XSUtil: drop 0.180.0 Signed-off-by: Sam James gentoo.org> dev-perl/Module-Build-XSUtil/Manifest | 1 - .../Module-Build-XSUtil-0.180.0.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest index 2c8979deef80..be599c4b7475 100644 --- a/dev-perl/Module-Build-XSUtil/Manifest +++ b/dev-perl/Module-Build-XSUtil/Manifest @@ -1,2 +1 @@ -DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be DIST Module-Build-XSUtil-0.19.tar.gz 15276 BLAKE2B 3f2d477551c0903449ea0de9e96d8d0ee3e82ce68faf2d11514c0a98103a7d7aef3a7c0c54f1a316a1ed812f2c8d8f4f7146aad9722f459f8f748df914dbe90d SHA512 187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819 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 deleted file mode 100644 index 63908864bdda..000000000000 --- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HIDEAKIO -DIST_VERSION=0.18 -inherit perl-module - -DESCRIPTION="A Module::Build class for building XS modules" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" -IUSE="test examples" -RESTRICT="!test? ( test )" -# File::Basename -> perl -RDEPEND=" - dev-perl/Devel-CheckCompiler - virtual/perl-Devel-PPPort - virtual/perl-Exporter - virtual/perl-ExtUtils-CBuilder - virtual/perl-File-Path - virtual/perl-XSLoader - virtual/perl-parent -" -# File::Spec::Functions -> virtual/perl-File-Spec -# Test::More -> perl-Test-Simple -DEPEND=" - >=dev-perl/Module-Build-0.400.500 - ${RDEPEND} - test? ( - dev-perl/Capture-Tiny - dev-perl/Cwd-Guard - dev-perl/File-Copy-Recursive - virtual/perl-File-Spec - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.980.0 - ) -" -src_install() { - perl-module_src_install - if use examples; then - docompress -x usr/share/doc/${PF}/eg/ - insinto usr/share/doc/${PF} - doins -r eg - fi -}