From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-perl/Math-PlanePath/Manifest | 6 + .../Math-PlanePath/Math-PlanePath-123.0.0.ebuild | 35 +++++ .../Math-PlanePath/Math-PlanePath-124.0.0.ebuild | 32 +++++ dev-perl/Math-PlanePath/metadata.xml | 156 +++++++++++++++++++++ 4 files changed, 229 insertions(+) create mode 100644 dev-perl/Math-PlanePath/Manifest create mode 100644 dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild create mode 100644 dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild create 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 new file mode 100644 index 000000000000..f79bd155d1da --- /dev/null +++ b/dev-perl/Math-PlanePath/Manifest @@ -0,0 +1,6 @@ +DIST Math-PlanePath-123.tar.gz 1284214 SHA256 cc77cb05ad63cd10b534d8b5cf5c1d99a2d5315d47f3d8f3704239feef107e8d SHA512 5289f674dd62f668e667d69baf52d2f6d8b8fcf4ce6bed1429ef1fb412f2415b474103ca9b6d9c5b876b6926d860f70834e26c68a30b53d2211cbc4c457e2b43 WHIRLPOOL f9eaff401e35c8d99e69ef920bf28f5036d96f4991e2633a12f2559e2e7e3536b1004677fbeb9baf851451bf029ab8a560ad90b6c4264f1a7ac41d89b402d0d8 +DIST Math-PlanePath-124.tar.gz 1308595 SHA256 a849d0e13251c0b10eb8aa48678b3f138ea7d76a87033a292663ceedb87e6c4b SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009 WHIRLPOOL aedbaf03d9d8548dceb0d7e680bc59e4b3e7db86a844f06b56f018eb33d8ca3d57f0fe703e4f34a59d2851fea89d09668d4175a8ff75726336993eea91565212 +EBUILD Math-PlanePath-123.0.0.ebuild 758 SHA256 15e0de2735c3789cca81432970920358a9ba35cf816d02ccdf934599c13ee5b9 SHA512 c02a2193b2a2479453f6eba4db419e0cd8f398cb45e5ff2a966672809e6b9504688af97662d2f1c641a1b65eaac9e604d318664ce6d4a020b074ab858af89502 WHIRLPOOL 11f34bd9d278e47bb564f2a7aed3a2b662aec248574d5be5cb4590dbb29e610705ecf830772c99df5568551d384d854b33c28387cef6b5136505584b1a4a0a8b +EBUILD Math-PlanePath-124.0.0.ebuild 665 SHA256 5f50b58726b65f213a824fa1c2c558da36c2b250dfc9920ab9fc9bc82cfae045 SHA512 6ab69d5055b5192d31f7b35a1b8a473f64fe42fbe1360771bfdaa4c902094a0395948b1872507989d14e6bcd955fd84601ffd630d78515ea6da7c459e4ce7a9d WHIRLPOOL 8614c1ff2b9b45f3a0ed12588dd1f51624ec4119fdc3644481cf5e0c9d4752663b9d07d9d7cdd353e9a04c5ff3a0fb7363bce182f6148c406d2e96b515e3a7fe +MISC ChangeLog 959 SHA256 ac4b88a04081c0698699ac2a716ad1c9cb49e40e2e5a9c057e6ab11299ae4892 SHA512 751856c0fae5661ec7e0bbbc92c75502210a080accc036347f122b1ed5322301dd14cde2231f00ebe426fe94a50295a1dfa23d8e9a5801fda0b6b2c4322e1a3e WHIRLPOOL 12f3a8c123232a07531fa67ba92f29dd5431f3ac454394d136f4e10eaa9ff91b7f7d3b54507087c61ea84aa0805708713e1d9e18af109763da6720dfc641cc74 +MISC metadata.xml 10887 SHA256 ed7b87b89b16c0e3c87839d6be6fd81fb3dc4173e04597f8ca8cc344c619c42c SHA512 e2a02011b29d8240494bfc573aaceb4a1950f02b539a742f8f5bcb38f41740ab2db6cb5c7bf7c6d7363f55b5aad23b2150397901db3096d2a09aaca998aae076 WHIRLPOOL 17d29fc50590f0f2ebca5c6389380afb44d6f9f30cee7147c93b9f991ca510ac63d5f04d098289915cd0bcdcf45d5f714bd6b599a1be4fe65e24bdc4c263cb0b diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild new file mode 100644 index 000000000000..1dd20b1d5d1d --- /dev/null +++ b/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild @@ -0,0 +1,35 @@ +# 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 new file mode 100644 index 000000000000..a8174d48e391 --- /dev/null +++ b/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild @@ -0,0 +1,32 @@ +# 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 new file mode 100644 index 000000000000..484d4748152a --- /dev/null +++ b/dev-perl/Math-PlanePath/metadata.xml @@ -0,0 +1,156 @@ + + + + + tomboy64@sina.cn + Proxy-Maintainer; please assign him to bugs. + + + perl@gentoo.org + Gentoo Perl Project + + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers 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