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 22488138335 for ; Fri, 8 Jun 2018 12:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07BFBE0866; Fri, 8 Jun 2018 12:00:00 +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 D2719E0866 for ; Fri, 8 Jun 2018 11:59:59 +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 E1672335CC1 for ; Fri, 8 Jun 2018 11:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 863EF2E1 for ; Fri, 8 Jun 2018 11:59:54 +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: <1528459178.da7479bc7b91d54e516029b3fdc13afb628a4011.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/forks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/forks/forks-0.360.0.ebuild X-VCS-Directories: dev-perl/forks/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: da7479bc7b91d54e516029b3fdc13afb628a4011 X-VCS-Branch: master Date: Fri, 8 Jun 2018 11:59:54 +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-Archives-Salt: c7a09c96-c701-42bb-b87c-a962d23152c9 X-Archives-Hash: b7e9c5f8b71c37abb47e30b42e280f0f commit: da7479bc7b91d54e516029b3fdc13afb628a4011 Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 8 11:51:44 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 8 11:59:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7479bc dev-perl/forks: Cleanup old version 0.360.0 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/forks/forks-0.360.0.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-perl/forks/forks-0.360.0.ebuild b/dev-perl/forks/forks-0.360.0.ebuild deleted file mode 100644 index 95a6add5e6e..00000000000 --- a/dev-perl/forks/forks-0.360.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RYBSKEJ -MODULE_VERSION=0.36 -inherit perl-module - -DESCRIPTION="Emulate threads with fork" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/Acme-Damn - virtual/perl-Attribute-Handlers - dev-perl/Devel-Symdump - virtual/perl-File-Spec - >=dev-perl/List-MoreUtils-0.150.0 - >=virtual/perl-Scalar-List-Utils-1.110.0 - virtual/perl-Storable - >=dev-perl/Sys-SigAction-0.110.0 - virtual/perl-Time-HiRes - virtual/perl-if -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do parallel"