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 8CCC1158086 for ; Sat, 16 Oct 2021 20:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4662E08CD; Sat, 16 Oct 2021 20:37:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF4A6E08CD for ; Sat, 16 Oct 2021 20:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F25E342EBB for ; Sat, 16 Oct 2021 20:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA465D3 for ; Sat, 16 Oct 2021 20:37:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1634416617.9ccd252f72ee3a5b082a0abff008566b14ab7290.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mouse/Mouse-2.4.10.ebuild X-VCS-Directories: dev-perl/Mouse/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9ccd252f72ee3a5b082a0abff008566b14ab7290 X-VCS-Branch: master Date: Sat, 16 Oct 2021 20:37:08 +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: 6bbb581b-b9f7-4a19-bd1b-bccb8d0b60f3 X-Archives-Hash: 2c5c69a2b71613408011e9da447815a2 commit: 9ccd252f72ee3a5b082a0abff008566b14ab7290 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 16 20:36:47 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 16 20:36:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccd252f dev-perl/Mouse: Remove old Closes: https://bugs.gentoo.org/728450 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Mouse/Mouse-2.4.10.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild b/dev-perl/Mouse/Mouse-2.4.10.ebuild deleted file mode 100644 index 778702098ab..00000000000 --- a/dev-perl/Mouse/Mouse-2.4.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=GFUJI -DIST_VERSION=v2.4.10 -DIST_EXAMPLES=("example/*" "benchmarks") -inherit perl-module - -DESCRIPTION="Moose minus the antlers" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.140.0 - >=virtual/perl-XSLoader-0.20.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-ParseXS-3.220.0 - >=virtual/perl-Devel-PPPort-3.220.0 - >=dev-perl/Module-Build-0.400.500 - dev-perl/Module-Build-XSUtil - test? ( - dev-perl/Test-Exception - dev-perl/Test-Fatal - dev-perl/Test-LeakTrace - >=virtual/perl-Test-Simple-0.880.0 - dev-perl/Test-Output - dev-perl/Test-Requires - dev-perl/Try-Tiny - ) -"