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 8224C138350 for ; Wed, 15 Apr 2020 15:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF77DE096D; Wed, 15 Apr 2020 15:41:01 +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 A7201E096D for ; Wed, 15 Apr 2020 15:41:01 +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 C19D234F301 for ; Wed, 15 Apr 2020 15:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D0D91F3 for ; Wed, 15 Apr 2020 15:40:56 +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: <1586965005.6c6bf59ddf05f9541380f12580270471e612fc99.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-Cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Tie-Cache/Tie-Cache-0.210.0.ebuild X-VCS-Directories: dev-perl/Tie-Cache/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6c6bf59ddf05f9541380f12580270471e612fc99 X-VCS-Branch: master Date: Wed, 15 Apr 2020 15:40:56 +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: db83e95a-e2fc-4451-9147-c75801aa3adc X-Archives-Hash: 621fa5d0bb56f686e1051e82bb15da53 commit: 6c6bf59ddf05f9541380f12580270471e612fc99 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 15:25:56 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:36:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6bf59d dev-perl/Tie-Cache: Remove old 0.210.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Tie-Cache/Tie-Cache-0.210.0.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.210.0.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.210.0.ebuild deleted file mode 100644 index 42b6c045f47..00000000000 --- a/dev-perl/Tie-Cache/Tie-Cache-0.210.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CHAMAS -MODULE_VERSION=0.21 -inherit perl-module - -DESCRIPTION="In memory size limited LRU cache" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" -IUSE=""