summaryrefslogtreecommitdiff
path: root/dev-perl/MooseX-Getopt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-perl/MooseX-Getopt
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
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.740.0.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-perl/MooseX-Getopt/Manifest b/dev-perl/MooseX-Getopt/Manifest
index 89f1e4b626e0..08aa48a16b57 100644
--- a/dev-perl/MooseX-Getopt/Manifest
+++ b/dev-perl/MooseX-Getopt/Manifest
@@ -1,5 +1,3 @@
-DIST MooseX-Getopt-0.74.tar.gz 58129 BLAKE2B f2a451d819c53a725a73cefb0ad3d76c94090d25d927b11fd76a92c8534bca56fb5112e298d57caa7fb81e8b6c26f273f06efda74f55db20b384029bcd9b8ca1 SHA512 3b7ea4f75192c62936f7838809a4a3facc4ccc38fb9db5affd46d07273ac1ffadd5ddb0882fe5d29870bf4b8c816916febdc3748747223c837fc87c65faa60ac
DIST MooseX-Getopt-0.75.tar.gz 59084 BLAKE2B f025fde1b565da7fca29ab92502d3d309ab0d71fa6da0218bc8f2a083706c3e2c321d42264244035c23f363f6d2744b04dd19e2eeab708d59f7d984203bd3ac6 SHA512 b02a8aad4c1c12fc98bf68d68cd72bcc32c82103d5f4ab79345e09354b32f697876571fb7a15987db5d0fc44af113a8d9e588cb2447b9db4d2ff6da242a8010a
-EBUILD MooseX-Getopt-0.740.0.ebuild 1032 BLAKE2B 3c0da0b8a2529ec12e561ba7f3dc9af2274402264e91a32dad6d9fbcb709e0a3d3e1d7080f5995c60abebecfdd9e990ce30785a6266cdb5b8c324dedaab82d90 SHA512 d0e8c9ea200c049534d6e81e9de81b7c6600cfdd7d9fbd8d33bfdd65c4f487d26cd2279170877af157fc712adc02e6a0f02de8a1406ffcd5ae9c687d772e1b70
EBUILD MooseX-Getopt-0.750.0.ebuild 994 BLAKE2B 3f5bf7dcd606e6b646b94dfb9a1b01c086ed8b4ba051a0087ddadbbce3706c414f4a28b0592c2feb13e7d9442ebce10196500b01bdefacbc7bafad3575e41025 SHA512 480b2118e321be53216633e2211b2ba83935a2db504a0137c1adc6b7165c7fbe11c152e838547acbe0137b6a778f845c4a8992596350bde490c69f8256d2b54e
MISC metadata.xml 1169 BLAKE2B 525c12d56fd067f23dfc9ee2fcda8daf8323b62d656af9c299993f9b8efcf53616e1c1c5c195fddc5553d1846f620a1f37086e2fbdba4d849f918c3fe67c96d4 SHA512 cf2187faba7e5cc742d4b8d4386a7151b0d3f9df9faeeaafcfb3235632dde79aa89a636fe7dd0bf5d50606f6144cd9002494addfc7d5a09c9dfa0d29d91d79e9
diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.740.0.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.740.0.ebuild
deleted file mode 100644
index 376149ab4590..000000000000
--- a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.740.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.74
-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 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-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
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/Module-Build-Tiny-0.34.0
- test? (
- virtual/perl-File-Spec
- dev-perl/Module-Runtime
- virtual/perl-Module-Metadata
- >=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
- )
-"