From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-perl/Test-Deep/Manifest | 5 --- dev-perl/Test-Deep/Test-Deep-1.126.0.ebuild | 36 ----------------- dev-perl/Test-Deep/Test-Deep-1.127.0.ebuild | 36 ----------------- dev-perl/Test-Deep/metadata.xml | 62 ----------------------------- 4 files changed, 139 deletions(-) delete mode 100644 dev-perl/Test-Deep/Manifest delete mode 100644 dev-perl/Test-Deep/Test-Deep-1.126.0.ebuild delete mode 100644 dev-perl/Test-Deep/Test-Deep-1.127.0.ebuild delete mode 100644 dev-perl/Test-Deep/metadata.xml (limited to 'dev-perl/Test-Deep') diff --git a/dev-perl/Test-Deep/Manifest b/dev-perl/Test-Deep/Manifest deleted file mode 100644 index 34ea585c4e35..000000000000 --- a/dev-perl/Test-Deep/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST Test-Deep-1.126.tar.gz 41285 BLAKE2B 0d7e71563cc0934d791e97fb94a5f41c2936688b8fe761f521d01487b058d32c5464e584e46af75b1b531aef454f06920933533477aee832bba887030a42eeee SHA512 e4667a3294a6a9d4b2a35e1c6dcc2b52db92589f3060e69fc7d4a4cad604dd2484341156b2cfeabdb4f70b777b687297be93b84a33838eb9622b734569ae9b33 -DIST Test-Deep-1.127.tar.gz 41606 BLAKE2B 95349f07f628cd985bf5a9bd9588cfed0472e978025bfbb799e44028580ca4081a766dc8844fc7990eb5ba8145176331cac277303162b6490505bb6f7e6d1303 SHA512 d8cf3c495d62b6cbe01628115daed0a131ba330645a77074867740ffb7420cf261f2da0da62613e4fdbaab40167e6a77668a7f772e885038427518711a0ab4d7 -EBUILD Test-Deep-1.126.0.ebuild 956 BLAKE2B fc4286dd98786b528b2f9804c2d10c1556f2d64c8e9cb7285576a248e7b62a08ac7f97c944cf5879b783b530c967b1bd60504ff26c907a6e74de872f5699547a SHA512 90c15d41eb0da3ffde4f53b39112fdb0520c0b6ebeac7b420ad8581ff1185ec09baadf0005264b348ad161d8c218f42d0526b131dd39d15710cd1b33cf10806c -EBUILD Test-Deep-1.127.0.ebuild 967 BLAKE2B b46b0412c3b4731662e8944d8b187ca4f289e15668d0ea658fd9cb79a0a38daffb983fdbbf03c578482816149eef8cd2a5e368af36ee847960b40a7e3ed634de SHA512 d6c955e52c169ce95fda4cf022df603d429636ea8e5f047ad89159de49389708a710b0fab9ba7dd74f872120f50856687af615ec2d0a6449951b3809f4d0997d -MISC metadata.xml 3760 BLAKE2B c0c2f3ba38a6d884aee20a38feb661bff7f68e8834b2700264928cfb24dd1b1ccf92d390aeab1e0c950b38fb90045171e9eac5adfd474726f482eebae206a3bb SHA512 392c422b42d4e896778b6f1a4f3b117586eca9ba1e80e91eb45da910060f5e670dafb7828d3667f8f7a9049254947a67636c28f466ba0be1a9b9ee591be3a8b7 diff --git a/dev-perl/Test-Deep/Test-Deep-1.126.0.ebuild b/dev-perl/Test-Deep/Test-Deep-1.126.0.ebuild deleted file mode 100644 index 3802a655bcff..000000000000 --- a/dev-perl/Test-Deep/Test-Deep-1.126.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RJBS -DIST_VERSION=1.126 -inherit perl-module - -DESCRIPTION="Extremely flexible deep comparison testing" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.90.0 - virtual/perl-Test-Simple -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - ) -" - -src_test() { - # Bug 584238 Avoidance - if perl -e 'exit ( eval { require Test::Tester; Test::Tester->VERSION(0.04); 1 } ? 0 : 1 )'; then - perl-module_src_test - else - einfo "Test phase skipped: Test::Tester required for tests" - einfo "Please upgrade to >=dev-lang/perl-5.22.0 or >=virtual/perl-Test-Simple-1.1.10" - einfo "if you want this tested" - fi -} diff --git a/dev-perl/Test-Deep/Test-Deep-1.127.0.ebuild b/dev-perl/Test-Deep/Test-Deep-1.127.0.ebuild deleted file mode 100644 index 3faea05b69f1..000000000000 --- a/dev-perl/Test-Deep/Test-Deep-1.127.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RJBS -DIST_VERSION=1.127 -inherit perl-module - -DESCRIPTION="Extremely flexible deep comparison testing" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.90.0 - virtual/perl-Test-Simple -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - ) -" - -src_test() { - # Bug 584238 Avoidance - if perl -e 'exit ( eval { require Test::Tester; Test::Tester->VERSION(0.04); 1 } ? 0 : 1 )'; then - perl-module_src_test - else - einfo "Test phase skipped: Test::Tester required for tests" - einfo "Please upgrade to >=dev-lang/perl-5.22.0 or >=virtual/perl-Test-Simple-1.1.10" - einfo "if you want this tested" - fi -} diff --git a/dev-perl/Test-Deep/metadata.xml b/dev-perl/Test-Deep/metadata.xml deleted file mode 100644 index 273be554acfe..000000000000 --- a/dev-perl/Test-Deep/metadata.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Test-Deep - Test::Deep - Test::Deep::All - Test::Deep::Any - Test::Deep::Array - Test::Deep::ArrayEach - Test::Deep::ArrayElementsOnly - Test::Deep::ArrayLength - Test::Deep::ArrayLengthOnly - Test::Deep::Blessed - Test::Deep::Boolean - Test::Deep::Cache - Test::Deep::Cache::Simple - Test::Deep::Class - Test::Deep::Cmp - Test::Deep::Code - Test::Deep::Hash - Test::Deep::HashEach - Test::Deep::HashElements - Test::Deep::HashKeys - Test::Deep::HashKeysOnly - Test::Deep::Ignore - Test::Deep::Isa - Test::Deep::ListMethods - Test::Deep::MM - Test::Deep::Methods - Test::Deep::NoTest - Test::Deep::None - Test::Deep::Number - Test::Deep::Obj - Test::Deep::Ref - Test::Deep::RefType - Test::Deep::Regexp - Test::Deep::RegexpMatches - Test::Deep::RegexpOnly - Test::Deep::RegexpRef - Test::Deep::RegexpRefOnly - Test::Deep::RegexpVersion - Test::Deep::ScalarRef - Test::Deep::ScalarRefOnly - Test::Deep::Set - Test::Deep::Shallow - Test::Deep::Stack - Test::Deep::String - Test::Deep::SubHash - Test::Deep::SubHashElements - Test::Deep::SubHashKeys - Test::Deep::SubHashKeysOnly - Test::Deep::SuperHash - Test::Deep::SuperHashElements - Test::Deep::SuperHashKeys - Test::Deep::SuperHashKeysOnly - - -- cgit v1.2.3