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/Math-PlanePath/Manifest | 5 - .../Math-PlanePath/Math-PlanePath-123.0.0.ebuild | 35 ----- .../Math-PlanePath/Math-PlanePath-124.0.0.ebuild | 32 ----- dev-perl/Math-PlanePath/metadata.xml | 148 --------------------- 4 files changed, 220 deletions(-) delete mode 100644 dev-perl/Math-PlanePath/Manifest delete mode 100644 dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild delete mode 100644 dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild delete mode 100644 dev-perl/Math-PlanePath/metadata.xml (limited to 'dev-perl/Math-PlanePath') diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest deleted file mode 100644 index 115d3ce57028..000000000000 --- a/dev-perl/Math-PlanePath/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST Math-PlanePath-123.tar.gz 1284214 BLAKE2B 64f0f7bfe5c02ee7d3f379d1fcb496db91b7e3131399ac5ba83efb127b675b2cb2524ff90d63f0b54da8d769b422ae398645a28c432adcb851dd8db8829b5bac SHA512 5289f674dd62f668e667d69baf52d2f6d8b8fcf4ce6bed1429ef1fb412f2415b474103ca9b6d9c5b876b6926d860f70834e26c68a30b53d2211cbc4c457e2b43 -DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009 -EBUILD Math-PlanePath-123.0.0.ebuild 758 BLAKE2B 2b9aaa023a09374d16bf8180ddaa910cef172ebe5d87d2347b7d249439c03f9609407db7671cec87fce87535f326e24fc8c72d9ad3a10847144ec1229b16f8df SHA512 c02a2193b2a2479453f6eba4db419e0cd8f398cb45e5ff2a966672809e6b9504688af97662d2f1c641a1b65eaac9e604d318664ce6d4a020b074ab858af89502 -EBUILD Math-PlanePath-124.0.0.ebuild 664 BLAKE2B 6f65e2cba724ce1f7d6565e77c91aab6925c3b4afc050218ab43663c4efb3bbd20d150bb2d1d40b566a7250474a6dffd09022ee0f91ddab22d3ee7b96a041653 SHA512 16c5c7d5ff7cc38d40548ef5cd1e6dd6dfffb4b786f5d9e12e97e8a4e6f58d31565cb97ca124c38e0808be0e4fe38f1945c35152a292ef38f75e2b9c3a99e3ed -MISC metadata.xml 10618 BLAKE2B 190c2f1699b1f0df8b2336c341173eec4209252a0349be806a7d77fdf61a2a939be821ca331b777c4dc599422aac22aaa38766cf4ba2f3323c1afcc51795987c SHA512 4b4d610aae3b1c59bd5faecbd865d0d3a7a5c76f0cda7cc76a1254f0b180d1c89105e7d7f03752ae8005d95265d41430b3a2e0bddf807fc31477cea1ca2b8255 diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild deleted file mode 100644 index 1dd20b1d5d1d..000000000000 --- a/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR="KRYDE" -DIST_VERSION="123" -inherit perl-module - -DESCRIPTION="Mathematical paths through the 2-D plane" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gmp test examples" - -RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP ) - dev-perl/Math-Libm - dev-perl/Math-NumSeq - >=dev-perl/constant-defer-5.0.0 - virtual/perl-Scalar-List-Utils - virtual/perl-Math-BigInt" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test - dev-perl/Math-BigInt-Lite - dev-perl/Number-Fraction )" - -src_install() { - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - dodoc -r examples - fi -} diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild deleted file mode 100644 index ed1619a58c01..000000000000 --- a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.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="KRYDE" -DIST_VERSION=124 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Mathematical paths through the 2-D plane" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="gmp test" - -RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP ) - dev-perl/Math-Libm - dev-perl/Math-NumSeq - >=dev-perl/constant-defer-5.0.0 - virtual/perl-Scalar-List-Utils - virtual/perl-Math-BigInt" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test - dev-perl/Data-Float - dev-perl/Math-BigInt-Lite - dev-perl/Number-Fraction - ) -" diff --git a/dev-perl/Math-PlanePath/metadata.xml b/dev-perl/Math-PlanePath/metadata.xml deleted file mode 100644 index b55d0013d79b..000000000000 --- a/dev-perl/Math-PlanePath/metadata.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Math-PlanePath - Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath - Math::NumSeq::PlanePathCoord - Math::NumSeq::PlanePathDelta - Math::NumSeq::PlanePathN - Math::NumSeq::PlanePathTurn - Math::PlanePath - Math::PlanePath::AR2W2Curve - Math::PlanePath::AlternatePaper - Math::PlanePath::AlternatePaperMidpoint - Math::PlanePath::AnvilSpiral - Math::PlanePath::ArchimedeanChords - Math::PlanePath::AztecDiamondRings - Math::PlanePath::Base::Digits - Math::PlanePath::Base::Generic - Math::PlanePath::Base::NSEW - Math::PlanePath::BetaOmega - Math::PlanePath::CCurve - Math::PlanePath::CellularRule - Math::PlanePath::CellularRule190 - Math::PlanePath::CellularRule54 - Math::PlanePath::CellularRule57 - Math::PlanePath::CellularRule::Line - Math::PlanePath::CellularRule::OddSolid - Math::PlanePath::CellularRule::OneTwo - Math::PlanePath::CellularRule::Two - Math::PlanePath::CfracDigits - Math::PlanePath::ChanTree - Math::PlanePath::CincoCurve - Math::PlanePath::Columns - Math::PlanePath::ComplexMinus - Math::PlanePath::ComplexPlus - Math::PlanePath::ComplexRevolving - Math::PlanePath::CoprimeColumns - Math::PlanePath::Corner - Math::PlanePath::CornerReplicate - Math::PlanePath::CretanLabyrinth - Math::PlanePath::CubicBase - Math::PlanePath::DekkingCentres - Math::PlanePath::DekkingCurve - Math::PlanePath::DiagonalRationals - Math::PlanePath::Diagonals - Math::PlanePath::DiagonalsAlternating - Math::PlanePath::DiagonalsOctant - Math::PlanePath::DiamondArms - Math::PlanePath::DiamondSpiral - Math::PlanePath::DigitGroups - Math::PlanePath::DivisibleColumns - Math::PlanePath::DragonCurve - Math::PlanePath::DragonMidpoint - Math::PlanePath::DragonRounded - Math::PlanePath::FactorRationals - Math::PlanePath::FibonacciWordFractal - Math::PlanePath::File - Math::PlanePath::FilledRings - Math::PlanePath::Flowsnake - Math::PlanePath::FlowsnakeCentres - Math::PlanePath::FractionsTree - Math::PlanePath::GcdRationals - Math::PlanePath::GosperIslands - Math::PlanePath::GosperReplicate - Math::PlanePath::GosperSide - Math::PlanePath::GrayCode - Math::PlanePath::GreekKeySpiral - Math::PlanePath::HIndexing - Math::PlanePath::HTree - Math::PlanePath::HeptSpiralSkewed - Math::PlanePath::HexArms - Math::PlanePath::HexSpiral - Math::PlanePath::HexSpiralSkewed - Math::PlanePath::HilbertCurve - Math::PlanePath::HilbertSides - Math::PlanePath::HilbertSpiral - Math::PlanePath::Hypot - Math::PlanePath::HypotOctant - Math::PlanePath::ImaginaryBase - Math::PlanePath::ImaginaryHalf - Math::PlanePath::KnightSpiral - Math::PlanePath::KochCurve - Math::PlanePath::KochPeaks - Math::PlanePath::KochSnowflakes - Math::PlanePath::KochSquareflakes - Math::PlanePath::KochelCurve - Math::PlanePath::LCornerReplicate - Math::PlanePath::LCornerTree - Math::PlanePath::LTiling - Math::PlanePath::MPeaks - Math::PlanePath::MultipleRings - Math::PlanePath::OctagramSpiral - Math::PlanePath::OneOfEight - Math::PlanePath::PeanoCurve - Math::PlanePath::PentSpiral - Math::PlanePath::PentSpiralSkewed - Math::PlanePath::PixelRings - Math::PlanePath::PowerArray - Math::PlanePath::PyramidRows - Math::PlanePath::PyramidSides - Math::PlanePath::PyramidSpiral - Math::PlanePath::PythagoreanTree - Math::PlanePath::QuadricCurve - Math::PlanePath::QuadricIslands - Math::PlanePath::QuintetCentres - Math::PlanePath::QuintetCurve - Math::PlanePath::QuintetReplicate - Math::PlanePath::R5DragonCurve - Math::PlanePath::R5DragonMidpoint - Math::PlanePath::RationalsTree - Math::PlanePath::Rows - Math::PlanePath::SacksSpiral - Math::PlanePath::SierpinskiArrowhead - Math::PlanePath::SierpinskiArrowheadCentres - Math::PlanePath::SierpinskiCurve - Math::PlanePath::SierpinskiCurveStair - Math::PlanePath::SierpinskiTriangle - Math::PlanePath::SquareArms - Math::PlanePath::SquareReplicate - Math::PlanePath::SquareSpiral - Math::PlanePath::Staircase - Math::PlanePath::StaircaseAlternating - Math::PlanePath::TerdragonCurve - Math::PlanePath::TerdragonMidpoint - Math::PlanePath::TerdragonRounded - Math::PlanePath::TheodorusSpiral - Math::PlanePath::ToothpickReplicate - Math::PlanePath::ToothpickSpiral - Math::PlanePath::ToothpickTree - Math::PlanePath::ToothpickUpist - Math::PlanePath::TriangleSpiral - Math::PlanePath::TriangleSpiralSkewed - Math::PlanePath::TriangularHypot - Math::PlanePath::UlamWarburton - Math::PlanePath::UlamWarburtonQuarter - Math::PlanePath::VogelFloret - Math::PlanePath::WunderlichMeander - Math::PlanePath::WunderlichSerpentine - Math::PlanePath::WythoffArray - Math::PlanePath::WythoffPreliminaryTriangle - Math::PlanePath::ZOrderCurve - - -- cgit v1.2.3