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 92448138334 for ; Sat, 21 Jul 2018 13:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD369E0858; Sat, 21 Jul 2018 13:27:15 +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 B2B53E082D for ; Sat, 21 Jul 2018 13:27:13 +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 58A23335D19 for ; Sat, 21 Jul 2018 13:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD40438E for ; Sat, 21 Jul 2018 13:27:07 +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: <1532179597.2cac5e44662987d74ece48a8638d0c9c4b40d5b3.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-Out/Time-Out-0.110.0.ebuild X-VCS-Directories: dev-perl/Time-Out/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2cac5e44662987d74ece48a8638d0c9c4b40d5b3 X-VCS-Branch: master Date: Sat, 21 Jul 2018 13:27:07 +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: 9cacc29b-8580-4213-8a54-72826cf00e60 X-Archives-Hash: f6bc0eba6406159cdcae52ab58ef1d15 commit: 2cac5e44662987d74ece48a8638d0c9c4b40d5b3 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 13:17:34 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 13:26:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cac5e44 dev-perl/Time-Out: Cleanup old version 0.110.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Time-Out/Time-Out-0.110.0.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0.ebuild deleted file mode 100644 index fdb9de0d462..00000000000 --- a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=PATL -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION="Easily timeout long running operations" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"