diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 21:26:16 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-16 21:33:16 +0100 |
commit | 8335646588efdec009e7b7e9c54acc8c4740642a (patch) | |
tree | 2e4ea07a132c80b829cbc6448e6587190c375d82 /dev-perl/Moo | |
parent | dev-perl/Monitoring-Plugin: EAPI=8 bump (diff) | |
download | gentoo-8335646588efdec009e7b7e9c54acc8c4740642a.tar.gz gentoo-8335646588efdec009e7b7e9c54acc8c4740642a.tar.bz2 gentoo-8335646588efdec009e7b7e9c54acc8c4740642a.zip |
dev-perl/Moo: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Moo')
-rw-r--r-- | dev-perl/Moo/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Moo/Moo-2.3.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest index 511347049f61..d665516acd6d 100644 --- a/dev-perl/Moo/Manifest +++ b/dev-perl/Moo/Manifest @@ -1,2 +1 @@ -DIST Moo-2.003003.tar.gz 97527 BLAKE2B c23975f64aae881e6e17ce899b7a2f393d52e598e0d46cd199633f9ebacde81864899ed5cf1a429ddc7811a06f97f93ae537f82a22683d9409148f084113a49e SHA512 f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7 DIST Moo-2.005004.tar.gz 108339 BLAKE2B 9b61a0a4867e72e277b56f684ec4b723c264cd5b87e7f38018788871870d36fc37b11e112138a762823c6aba68fc2c96d6fd6ead26c8a8f22ac432a06e8e58c4 SHA512 a1335d180cd19dc7189bc1663efd5a05650d579c5e5d049fc4059a382d1eeb882fdd9cd2b107fdd40499e22a5c6196fc47c1334145101def531e5f5fd3cd0edf diff --git a/dev-perl/Moo/Moo-2.3.3.ebuild b/dev-perl/Moo/Moo-2.3.3.ebuild deleted file mode 100644 index 884203f5a7d0..000000000000 --- a/dev-perl/Moo/Moo-2.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=2.003003 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -# needs Scalar::Util -RDEPEND=" - >=dev-perl/Class-Method-Modifiers-1.100.0 - >=dev-perl/Devel-GlobalDestruction-0.110.0 - >=virtual/perl-Exporter-5.570.0 - >=dev-perl/Module-Runtime-0.14.0 - >=dev-perl/Role-Tiny-2.0.4 - >=dev-perl/Sub-Quote-2.3.1 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/Test-Fatal-0.3.0 - >=virtual/perl-Test-Simple-0.940.0 - ) -" |