diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-25 03:55:03 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-25 18:47:09 +1200 |
commit | 0ffd95d7bf3f01cbb267660dd9bb929099d29053 (patch) | |
tree | bb61ccb44ac0e5c939a8e988aa7a81f0c60b02c9 /dev-perl/Moo | |
parent | dev-perl/Mojolicious: Cleanup some old versions (diff) | |
download | gentoo-0ffd95d7bf3f01cbb267660dd9bb929099d29053.tar.gz gentoo-0ffd95d7bf3f01cbb267660dd9bb929099d29053.tar.bz2 gentoo-0ffd95d7bf3f01cbb267660dd9bb929099d29053.zip |
dev-perl/Moo: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Moo')
-rw-r--r-- | dev-perl/Moo/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Moo/Moo-2.3.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Moo/Moo-2.3.1.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Moo/Moo-2.3.2.ebuild | 32 |
4 files changed, 0 insertions, 99 deletions
diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest index 1f2d565e62b4..b44bba517b8d 100644 --- a/dev-perl/Moo/Manifest +++ b/dev-perl/Moo/Manifest @@ -1,4 +1 @@ -DIST Moo-2.003000.tar.gz 95980 BLAKE2B 1b9f3cb2d657201399f6a985f6bd03f181533fcea0256ffc39f2b7177f8726ad741d9062096aa6fdc212ea9d36219b9d6005074cb6900f03154c86debb56c5b6 SHA512 50c13d121c44f7ca1bce718b9d8f392eb5961aa4142609f38bdf24f6127b9b09b0cf2bd3f8593f9253f5bab84e5e7f795c5e7b9f3f859bd516cd146b2fdb4a6c -DIST Moo-2.003001.tar.gz 102996 BLAKE2B 35514c6be28640af654a2313f4b7f7ca6a9144eb8c8dbc92d5a0449579dd254fbb54e9af550bc3774bfc7eeae4f9549593701e3919f6f13883f8590ef58bda57 SHA512 e2b40eceb7fc4ad7c1469055f6a450bd03e675792d2a172c590d9ad703bdde83437a73d3017ab5683d9464f34aa0626e79a01b64d5ca0ff9dc149f7637c12165 -DIST Moo-2.003002.tar.gz 96696 BLAKE2B 0dfd04331a348bba802bc02b675e186c55d652094bb00c02489adf40a92184422336f2cf90e2684c8f27f9be290ea095d9968df84534b680d5c404110b697eb0 SHA512 103878f4f4b0863125eff67e7a1a24525c565d28ee78eb3f54306daf3bcd6e949f5c451ca3e79448b2f66a74e8f942181c4af7aa79c23b3591ef4331d853ea2d DIST Moo-2.003003.tar.gz 97527 BLAKE2B c23975f64aae881e6e17ce899b7a2f393d52e598e0d46cd199633f9ebacde81864899ed5cf1a429ddc7811a06f97f93ae537f82a22683d9409148f084113a49e SHA512 f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7 diff --git a/dev-perl/Moo/Moo-2.3.0.ebuild b/dev-perl/Moo/Moo-2.3.0.ebuild deleted file mode 100644 index 13618b266647..000000000000 --- a/dev-perl/Moo/Moo-2.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=2.003000 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris" -IUSE="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 - ) -" diff --git a/dev-perl/Moo/Moo-2.3.1.ebuild b/dev-perl/Moo/Moo-2.3.1.ebuild deleted file mode 100644 index 058f20871d06..000000000000 --- a/dev-perl/Moo/Moo-2.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=2.003001 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" -IUSE="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 - ) -" diff --git a/dev-perl/Moo/Moo-2.3.2.ebuild b/dev-perl/Moo/Moo-2.3.2.ebuild deleted file mode 100644 index 614b5da4dd63..000000000000 --- a/dev-perl/Moo/Moo-2.3.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=2.003002 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" -IUSE="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 - ) -" |