summaryrefslogtreecommitdiff
path: root/dev-perl/MooseX-Getopt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MooseX-Getopt')
-rw-r--r--dev-perl/MooseX-Getopt/Manifest2
-rw-r--r--dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild41
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-perl/MooseX-Getopt/Manifest b/dev-perl/MooseX-Getopt/Manifest
index e5d8566ea9b9..acd5aa0c9e68 100644
--- a/dev-perl/MooseX-Getopt/Manifest
+++ b/dev-perl/MooseX-Getopt/Manifest
@@ -1,5 +1,3 @@
-DIST MooseX-Getopt-0.75.tar.gz 59084 BLAKE2B f025fde1b565da7fca29ab92502d3d309ab0d71fa6da0218bc8f2a083706c3e2c321d42264244035c23f363f6d2744b04dd19e2eeab708d59f7d984203bd3ac6 SHA512 b02a8aad4c1c12fc98bf68d68cd72bcc32c82103d5f4ab79345e09354b32f697876571fb7a15987db5d0fc44af113a8d9e588cb2447b9db4d2ff6da242a8010a
DIST MooseX-Getopt-0.76.tar.gz 59303 BLAKE2B d47e3d9a8a469282851870ac957136e0291c9d5e555755bcabeb0d580e1d7d92d0e61ada95958a7ceeae0472525432bf394b4e0eda3dbc217d24ccdd9d4e98af SHA512 96a0bae5d538b4e54a824e2e21e8dedb05e3a30d0de30e85bf3aedb9da45ab5a1859177a562ea838f786e25c50ab63236b27f75077388103af23ef954e1c89f8
-EBUILD MooseX-Getopt-0.750.0.ebuild 981 BLAKE2B 388ece2eb956d7d36b930e5f3d58eaca6586ad0764b1836455404058e5991b70707a09cfefc456077068b72bf6cc4475649bbe5b341a0909e8b1fbc64b6a75be SHA512 52db36aa0f6f2ff7f31d3b2f5ac0435675e7da9cb83cc154e442cc2cd43ca1926716178975dcd015cf3a5fdea54b7b9c58316126827d296704b00a66eba6f330
EBUILD MooseX-Getopt-0.760.0.ebuild 983 BLAKE2B d549d36cab93d3ba95021db8145d790a1c8592b08e25a5f79793ae3e3140c3de88a43aecdd0370df81611262fc2cc9c88bcd42b78efd73027a60a98358c2f194 SHA512 a705566a3bbcdb8cc3877a0610625a82eab1d606ffcf89ed9ba9a6c081ff4de2295ef88da263ebf6044ae93f8420af62a115066b961e0e16ec739549ec2c786c
MISC metadata.xml 1169 BLAKE2B 525c12d56fd067f23dfc9ee2fcda8daf8323b62d656af9c299993f9b8efcf53616e1c1c5c195fddc5553d1846f620a1f37086e2fbdba4d849f918c3fe67c96d4 SHA512 cf2187faba7e5cc742d4b8d4386a7151b0d3f9df9faeeaafcfb3235632dde79aa89a636fe7dd0bf5d50606f6144cd9002494addfc7d5a09c9dfa0d29d91d79e9
diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild
deleted file mode 100644
index c8f00e7bc504..000000000000
--- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.75
-inherit perl-module
-
-DESCRIPTION="A Moose role for processing command line options"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="
- virtual/perl-Carp
- >=virtual/perl-Getopt-Long-2.370.0
- >=dev-perl/Getopt-Long-Descriptive-0.88.0
- >=dev-perl/Moose-0.560.0
- >=dev-perl/MooseX-Role-Parameterized-1.10.0
- virtual/perl-Scalar-List-Utils
- dev-perl/Try-Tiny
- dev-perl/namespace-autoclean
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/Module-Build-Tiny-0.34.0
- test? (
- virtual/perl-File-Spec
- virtual/perl-Module-Metadata
- dev-perl/Module-Runtime
- >=dev-perl/Path-Tiny-0.9.0
- dev-perl/Test-Deep
- >=dev-perl/Test-Fatal-0.3.0
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Needs
- dev-perl/Test-Trap
- >=dev-perl/Test-Warnings-0.9.0
- virtual/perl-if
- )
-"