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 4CC19138350 for ; Tue, 14 Apr 2020 13:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D934E08ED; Tue, 14 Apr 2020 13:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 73C56E08ED for ; Tue, 14 Apr 2020 13:05:28 +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 914C034F2E5 for ; Tue, 14 Apr 2020 13:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535E21D7 for ; Tue, 14 Apr 2020 13:05:26 +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: <1586869484.e4054ab95473e53c80b9bea4a3e02db31fa15d69.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Multiplex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild X-VCS-Directories: dev-perl/IO-Multiplex/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e4054ab95473e53c80b9bea4a3e02db31fa15d69 X-VCS-Branch: master Date: Tue, 14 Apr 2020 13:05:26 +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: e148ad48-b609-4306-a793-0fd30b4042a5 X-Archives-Hash: 9d7dd43fb70faf600735027398e08e99 commit: e4054ab95473e53c80b9bea4a3e02db31fa15d69 Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 14 12:43:43 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 14 13:04:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4054ab9 dev-perl/IO-Multiplex: Remove old 1.160.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild deleted file mode 100644 index 3cba033453e..00000000000 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=BBB -MODULE_VERSION=1.16 -inherit perl-module - -DESCRIPTION="Manage IO on many file handles" - -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker" - -SRC_TEST="do"