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 B9183138359 for ; Mon, 31 Aug 2020 08:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A612E09CB; Mon, 31 Aug 2020 08:48:42 +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 71B54E09CB for ; Mon, 31 Aug 2020 08:48:42 +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 53D6F340D5A for ; Mon, 31 Aug 2020 08:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C599233B for ; Mon, 31 Aug 2020 08:48:39 +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: <1598863598.d58b459468b833120c35ea3a3fcec11a88b2c921.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-C3-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-C3-XS/Class-C3-XS-0.150.0.ebuild X-VCS-Directories: dev-perl/Class-C3-XS/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d58b459468b833120c35ea3a3fcec11a88b2c921 X-VCS-Branch: master Date: Mon, 31 Aug 2020 08:48:39 +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: 23410187-8c6b-4ee3-b544-03ced338e0b2 X-Archives-Hash: 9db83f29a0339db7afb0321a678470e1 commit: d58b459468b833120c35ea3a3fcec11a88b2c921 Author: Kent Fredric gentoo org> AuthorDate: Mon Aug 31 07:36:54 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Aug 31 08:46:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58b4594 dev-perl/Class-C3-XS: Cleanup old 0.150.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Class-C3-XS/Class-C3-XS-0.150.0.ebuild | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0.ebuild deleted file mode 100644 index 01f8a98ab7e..00000000000 --- a/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=ETHER -DIST_VERSION=0.15 -inherit perl-module - -DESCRIPTION="XS speedups for Class::C3" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-XSLoader -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - virtual/perl-Test-Simple - ) -"