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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C82CB139368 for ; Fri, 13 Aug 2021 01:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6D4E0845; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3B8AE0845 for ; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9E2333BECE for ; Fri, 13 Aug 2021 01:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF758D6 for ; Fri, 13 Aug 2021 01:05:35 +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: <1628816713.6d709cd8daa13f7a82959f977ac6198ec50cc86e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FFI-CheckLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild dev-perl/FFI-CheckLib/Manifest X-VCS-Directories: dev-perl/FFI-CheckLib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d709cd8daa13f7a82959f977ac6198ec50cc86e X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:35 +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: a9f9c6dc-c5c0-476d-8c28-f9f3609593d6 X-Archives-Hash: 6e288067e7f1566951d629094cc40c48 commit: 6d709cd8daa13f7a82959f977ac6198ec50cc86e Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:47:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:05:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d709cd8 dev-perl/FFI-CheckLib: drop 0.250.0, 0.270.0 Signed-off-by: Sam James gentoo.org> dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 26 ----------------------- dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 26 ----------------------- dev-perl/FFI-CheckLib/Manifest | 2 -- 3 files changed, 54 deletions(-) diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild deleted file mode 100644 index 19bbde52348..00000000000 --- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PLICEASE -DIST_VERSION=0.25 -DIST_EXAMPLES=("example/*") -inherit perl-module - -DESCRIPTION="Check that a library is available for FFI" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Module-Load -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-1.302.15 - >=dev-perl/Test2-Suite-0.0.60 - ) -" diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild deleted file mode 100644 index e77f4d8c369..00000000000 --- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=PLICEASE -DIST_VERSION=0.27 -DIST_EXAMPLES=("example/*") -inherit perl-module - -DESCRIPTION="Check that a library is available for FFI" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-1.302.15 - >=dev-perl/Test2-Suite-0.0.60 - ) -" -PERL_RM_FILES=( - "t/ci.t" -) diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest index 4f41082fceb..140ccb5d2d0 100644 --- a/dev-perl/FFI-CheckLib/Manifest +++ b/dev-perl/FFI-CheckLib/Manifest @@ -1,3 +1 @@ -DIST FFI-CheckLib-0.25.tar.gz 28512 BLAKE2B eb9a843d230dc048fddd547c1fdd1a3b748be8ba3a3bd2d84930264ed11427bf7966843c4b394534b4429fe1c3d1632f180add05a92a587b472686459c608ba7 SHA512 f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313 -DIST FFI-CheckLib-0.27.tar.gz 29371 BLAKE2B 194ac6102f32d9107e112d20ea85d82ce8b948f0d421f29b09f3557548a593991ee8cf096e924c09a0c7195a32cf666ee8e01af41377ab3d8cc7bc245e6ad23c SHA512 0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7 DIST FFI-CheckLib-0.28.tar.gz 32051 BLAKE2B 5e124ecea4959b910c8fad5de17ef5b3bbcffe680e8db090fe8e9d9fd6b128e4e5ea947def214c65b9a35fa4a8c4468424228b020a112ba0e4cd5aaa42888371 SHA512 9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a