From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1287370-garchives=archives.gentoo.org@lists.gentoo.org>
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 2487613835A
	for <garchives@archives.gentoo.org>; Fri, 28 May 2021 21:30:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0F910E0863;
	Fri, 28 May 2021 21:30:32 +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 EABD6E083E
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 21:30:31 +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 78F7B340EDB
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 21:30:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF04795
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 21:30:28 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1622237377.03aa3c9bd109f7194a9e151f96a60b7b4c05b1bf.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-ExecFlow/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild
X-VCS-Directories: dev-perl/Event-ExecFlow/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: 03aa3c9bd109f7194a9e151f96a60b7b4c05b1bf
X-VCS-Branch: master
Date: Fri, 28 May 2021 21:30:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 97ab1b74-b2a2-4dc8-8318-b574f6868667
X-Archives-Hash: 924bc88928b09896ae7bd7319a0a4b45

commit:     03aa3c9bd109f7194a9e151f96a60b7b4c05b1bf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 20:30:01 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:29:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03aa3c9b

dev-perl/Event-ExecFlow: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild
deleted file mode 100644
index 295a2f04d59..00000000000
--- a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JRED
-MODULE_VERSION=0.64
-inherit perl-module
-
-DESCRIPTION="High level API for event-based execution flow control"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/AnyEvent
-	dev-perl/libintl-perl"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"