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 16844138350 for ; Wed, 15 Apr 2020 13:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8187E0916; Wed, 15 Apr 2020 13:46:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9FACFE0916 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 C644934F238 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 C8AEE1DF 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: <1586958344.03e2f4d8844c53114877aff4aced03b3d42d444b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Params-Util/Manifest dev-perl/Params-Util/Params-Util-1.60.0-r1.ebuild X-VCS-Directories: dev-perl/Params-Util/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 03e2f4d8844c53114877aff4aced03b3d42d444b 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: bb52a494-edc4-4afa-9905-dd718f222290 X-Archives-Hash: ac7f3e89f09f382e1d34f380682279ce commit: 03e2f4d8844c53114877aff4aced03b3d42d444b Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 13:30:26 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 13:45:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e2f4d8 dev-perl/Params-Util: Remove old 0.60.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Params-Util/Manifest | 1 - dev-perl/Params-Util/Params-Util-1.60.0-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-perl/Params-Util/Manifest b/dev-perl/Params-Util/Manifest index d7b5c981164..cab8e8aa35e 100644 --- a/dev-perl/Params-Util/Manifest +++ b/dev-perl/Params-Util/Manifest @@ -1,2 +1 @@ -DIST Params-Util-1.06.tar.gz 40584 BLAKE2B 7ae01ed17b6efc8e436ceb4b62120673a73b51d64b03eb64c358753ff2b88bdbbfef43e0ad59d3171b8c0219c4bf2b4c6db01986e2fb924f87900a138d5b9f44 SHA512 6ff5e5280c29ac8f31d8ec43925ed5dadc02e3bba18797a9fa27d39fa284d2b1cde300db6ffe1ba8e141465fd8b5f984d36fcae4dc1f3121903d2bb75fff4d5c DIST Params-Util-1.07.tar.gz 40726 BLAKE2B 96d84eaab47a880520b666e5410215003f498b6a4b66d7b3df25a0d9bd2ee3d5ecb655da37e17174d3e4dccde7143bab3cf2f197799de6f6ca64dfaee3fb78d4 SHA512 ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56 diff --git a/dev-perl/Params-Util/Params-Util-1.60.0-r1.ebuild b/dev-perl/Params-Util/Params-Util-1.60.0-r1.ebuild deleted file mode 100644 index 1a79545515b..00000000000 --- a/dev-perl/Params-Util/Params-Util-1.60.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ADAMK -MODULE_VERSION=1.06 -inherit perl-module - -DESCRIPTION="Utility functions to aid in parameter checking" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18" -DEPEND="${RDEPEND}" -# >=virtual/perl-ExtUtils-MakeMaker-6.52 -# >=virtual/perl-ExtUtils-CBuilder-0.27" - -SRC_TEST="do"