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 32DB1138359 for ; Sun, 4 Oct 2020 05:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EAB3E087F; Sun, 4 Oct 2020 05:05:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 19423E087F for ; Sun, 4 Oct 2020 05:05:59 +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 CB850335D74 for ; Sun, 4 Oct 2020 05:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7E538C for ; Sun, 4 Oct 2020 05:05:55 +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: <1601787667.ac8eecba2b7a86c458bc93c073b1536d14c9715d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild X-VCS-Directories: dev-perl/Class-Data-Inheritable/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ac8eecba2b7a86c458bc93c073b1536d14c9715d X-VCS-Branch: master Date: Sun, 4 Oct 2020 05:05:55 +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: b62d0d03-26cd-44e2-abaa-dac153126aa9 X-Archives-Hash: d927ad0d43368eea38e6f3d6cdf5e5cf commit: ac8eecba2b7a86c458bc93c073b1536d14c9715d Author: Kent Fredric gentoo org> AuthorDate: Sun Oct 4 05:01:07 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Oct 4 05:01:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8eecba dev-perl/Class-Data-Inheritable: Cleanup old 0.80.0-r2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Class-Data-Inheritable-0.80.0-r2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild deleted file mode 100644 index 9c5551f4db2..00000000000 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TMTM -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Inheritable, overridable class data" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -export OPTIMIZE="${CFLAGS}" - -src_test() { - perl_rm_files t/pod{,-coverage}.t - perl-module_src_test -}