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 5CD1E138351 for ; Wed, 15 Apr 2020 14:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC6ECE0922; Wed, 15 Apr 2020 14:29:32 +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 D6A80E0922 for ; Wed, 15 Apr 2020 14:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 188FE34F326 for ; Wed, 15 Apr 2020 14:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4EA31E7 for ; Wed, 15 Apr 2020 14:29:27 +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: <1586960851.6aa84b135f848e90b940bbf11892b6631fb5a546.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-SigAction/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-SigAction/Manifest dev-perl/Sys-SigAction/Sys-SigAction-0.210.0.ebuild X-VCS-Directories: dev-perl/Sys-SigAction/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6aa84b135f848e90b940bbf11892b6631fb5a546 X-VCS-Branch: master Date: Wed, 15 Apr 2020 14:29: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: ae50c9fe-6eea-4335-958d-8875bbea1f26 X-Archives-Hash: 561810ed756c4503e1b3302f6dbf1e5a commit: 6aa84b135f848e90b940bbf11892b6631fb5a546 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 14:27:31 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 14:27:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa84b13 dev-perl/Sys-SigAction: Remove old 0.210.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Sys-SigAction/Manifest | 1 - dev-perl/Sys-SigAction/Sys-SigAction-0.210.0.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-perl/Sys-SigAction/Manifest b/dev-perl/Sys-SigAction/Manifest index 6028af17945..6ffc7cddaf9 100644 --- a/dev-perl/Sys-SigAction/Manifest +++ b/dev-perl/Sys-SigAction/Manifest @@ -1,2 +1 @@ -DIST Sys-SigAction-0.20.tar.gz 22094 BLAKE2B 1cfe80933705c078c7db644b5ee000d3967e0082e2cc0d16cb20db03c90e4a2d808a021d2144baa9ebdcde735d232edd0a1fe5560262a6883ca547e7e903c9de SHA512 e9a601e59dce17b58f525a6323fe87cca968db1142905eb69167d849039014521115d87ffc594fd67df2ec3072e8fc82aaefbf8671f8c9598c1792f6850c4370 DIST Sys-SigAction-0.23.tar.gz 25621 BLAKE2B 7be0c51e62badbdb79bfe1aa88a7e403479fa84365c3e4ddb98cb639b0002aba9a2306f12c15c2c33907643d29569a2bee8d54af0c7e8a7328c51bffdbac27a0 SHA512 04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309 diff --git a/dev-perl/Sys-SigAction/Sys-SigAction-0.210.0.ebuild b/dev-perl/Sys-SigAction/Sys-SigAction-0.210.0.ebuild deleted file mode 100644 index dcef3b4fe33..00000000000 --- a/dev-perl/Sys-SigAction/Sys-SigAction-0.210.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=LBAXTER -MODULE_VERSION=0.20 -inherit perl-module - -DESCRIPTION="Perl extension for Consistent Signal Handling" - -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="" - -SRC_TEST=do