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 9C773138351 for ; Wed, 15 Apr 2020 13:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B587BE0900; Wed, 15 Apr 2020 13:46:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9230EE0900 for ; Wed, 15 Apr 2020 13:46:43 +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 CB37C34F303 for ; Wed, 15 Apr 2020 13:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE4A61E0 for ; Wed, 15 Apr 2020 13:46:39 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586958348.138215f4a7d01d200d03ec4dd694a6a35a092462.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Params-ValidationCompiler/Manifest dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild X-VCS-Directories: dev-perl/Params-ValidationCompiler/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 138215f4a7d01d200d03ec4dd694a6a35a092462 X-VCS-Branch: master Date: Wed, 15 Apr 2020 13:46:39 +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: 06652da0-1f12-4326-a1d6-88263ad4ef52 X-Archives-Hash: 30522301752e19d3044db20b3dca3f86 commit: 138215f4a7d01d200d03ec4dd694a6a35a092462 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 13:33:27 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 13:45:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138215f4 dev-perl/Params-ValidationCompiler: Remove old 0.240.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Params-ValidationCompiler/Manifest | 1 - .../Params-ValidationCompiler-0.240.0.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/dev-perl/Params-ValidationCompiler/Manifest b/dev-perl/Params-ValidationCompiler/Manifest index 814965b4068..228b4b9b4e8 100644 --- a/dev-perl/Params-ValidationCompiler/Manifest +++ b/dev-perl/Params-ValidationCompiler/Manifest @@ -1,2 +1 @@ -DIST Params-ValidationCompiler-0.24.tar.gz 43439 BLAKE2B ff9a63fd63751ad929f92b5bde06a245ade4893eab5023a0452046790a00cce9e6d92bfaa8651f49231d2da3470b0b0527d36218bd923803351d300b533a0370 SHA512 ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 DIST Params-ValidationCompiler-0.26.tar.gz 44588 BLAKE2B 8dc61a15e7a559ead00f6e9a4c05c0eb17f14cebfc29ad69db2c0c4814eab9ee84312cfa98c4683b9b7c6487af5c47afa47cf33600a1209195cb8e7b016dc657 SHA512 f393b1cf063ea4e504ddbc863b4f478924b071810431b7817bf6faeb1fe632cbd493bc2e96033dccc99c4ecb5fdba072044f90387c92f262b54cf8f0b0386c0b diff --git a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild deleted file mode 100644 index 3ec91787886..00000000000 --- a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DROLSKY -DIST_VERSION=0.24 -DIST_EXAMPLES=("eg/*") -inherit perl-module - -DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - dev-perl/Eval-Closure - dev-perl/Exception-Class - virtual/perl-Exporter - >=virtual/perl-Scalar-List-Utils-1.400.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=dev-perl/Specio-0.140.0 - >=virtual/perl-Test-Simple-1.302.15 - dev-perl/Test-Without-Module - dev-perl/Test2-Suite - dev-perl/Test2-Plugin-NoWarnings - ) -"