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 AFF9E138359 for ; Sun, 4 Oct 2020 05:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B046E087A; Sun, 4 Oct 2020 05:05:58 +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 3421CE087A for ; Sun, 4 Oct 2020 05:05:58 +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 0E50C335DA4 for ; Sun, 4 Oct 2020 05:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87D93391 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: <1601787922.799e61934ab843f4530e7adccba576f1d870c5b1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild X-VCS-Directories: dev-perl/Class-Load-XS/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 799e61934ab843f4530e7adccba576f1d870c5b1 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: 054f3970-ecc3-438c-a69f-77c1a67b4fa3 X-Archives-Hash: de3c50a23675b12f477a2251d7fb92f9 commit: 799e61934ab843f4530e7adccba576f1d870c5b1 Author: Kent Fredric gentoo org> AuthorDate: Sun Oct 4 05:05:22 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Oct 4 05:05:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799e6193 dev-perl/Class-Load-XS: Cleanup old 0.100.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Class-Load-XS/Class-Load-XS-0.100.0.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild deleted file mode 100644 index 41055a390a0..00000000000 --- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=0.10 -inherit perl-module - -DESCRIPTION="XS implementation of parts of Class::Load" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Class-Load-0.200.0 - virtual/perl-XSLoader -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=virtual/perl-CPAN-Meta-2.120.900 - >=virtual/perl-Test-Simple-0.880.0 - >=dev-perl/Module-Implementation-0.40.0 - dev-perl/Test-Fatal - dev-perl/Test-Needs - virtual/perl-version - ) -"