diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 06:46:04 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 06:48:00 +1300 |
commit | fdd3ff5b8b1dcc0552e78268423653773dd1ea36 (patch) | |
tree | 129bce8dc752c2f49cc47180d6ce0247df27ab15 /dev-perl/Math-PlanePath | |
parent | dev-ruby/base32: Initial version (diff) | |
download | gentoo-fdd3ff5b8b1dcc0552e78268423653773dd1ea36.tar.gz gentoo-fdd3ff5b8b1dcc0552e78268423653773dd1ea36.tar.bz2 gentoo-fdd3ff5b8b1dcc0552e78268423653773dd1ea36.zip |
dev-perl/Math-PlanePath: Bump to version 124.0.0
- Use DIST_EXAMPLES mechanic
Upstream:
- Add n_to_n_list function
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Math-PlanePath')
-rw-r--r-- | dev-perl/Math-PlanePath/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Math-PlanePath/metadata.xml | 18 |
3 files changed, 48 insertions, 3 deletions
diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest index 28c005d09068..f06151de92ea 100644 --- a/dev-perl/Math-PlanePath/Manifest +++ b/dev-perl/Math-PlanePath/Manifest @@ -1,2 +1,3 @@ DIST Math-PlanePath-122.tar.gz 1290711 SHA256 edcf64f5cb9e4cca6dd6ee88c285551ee5151438c041cdeb41a4af88f184452f SHA512 06983ab17b50da9a6872a0c154e433736720c40fc2f845de606f7089697d00d22bc1b9a8580292258af0d3d6e1133363ec2894269ed472f1fb4e52f0af2709ed WHIRLPOOL 23576d1f5d74dd5753ac236a4cf4fc1de6df25950746c78211408389e3845f3bfe3610b7f2005ff2f20c4b8874ee1977498cf027e392b3de37f9f9296ac19a22 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 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 index 0a245fbdd71a..484d4748152a 100644 --- a/dev-perl/Math-PlanePath/metadata.xml +++ b/dev-perl/Math-PlanePath/metadata.xml @@ -21,10 +21,10 @@ <remote-id type="cpan-module">Math::NumSeq::PlanePathN</remote-id> <remote-id type="cpan-module">Math::NumSeq::PlanePathTurn</remote-id> <remote-id type="cpan-module">Math::PlanePath</remote-id> + <remote-id type="cpan-module">Math::PlanePath::AR2W2Curve</remote-id> <remote-id type="cpan-module">Math::PlanePath::AlternatePaper</remote-id> <remote-id type="cpan-module">Math::PlanePath::AlternatePaperMidpoint</remote-id> <remote-id type="cpan-module">Math::PlanePath::AnvilSpiral</remote-id> - <remote-id type="cpan-module">Math::PlanePath::AR2W2Curve</remote-id> <remote-id type="cpan-module">Math::PlanePath::ArchimedeanChords</remote-id> <remote-id type="cpan-module">Math::PlanePath::AztecDiamondRings</remote-id> <remote-id type="cpan-module">Math::PlanePath::Base::Digits</remote-id> @@ -36,6 +36,10 @@ <remote-id type="cpan-module">Math::PlanePath::CellularRule190</remote-id> <remote-id type="cpan-module">Math::PlanePath::CellularRule54</remote-id> <remote-id type="cpan-module">Math::PlanePath::CellularRule57</remote-id> + <remote-id type="cpan-module">Math::PlanePath::CellularRule::Line</remote-id> + <remote-id type="cpan-module">Math::PlanePath::CellularRule::OddSolid</remote-id> + <remote-id type="cpan-module">Math::PlanePath::CellularRule::OneTwo</remote-id> + <remote-id type="cpan-module">Math::PlanePath::CellularRule::Two</remote-id> <remote-id type="cpan-module">Math::PlanePath::CfracDigits</remote-id> <remote-id type="cpan-module">Math::PlanePath::ChanTree</remote-id> <remote-id type="cpan-module">Math::PlanePath::CincoCurve</remote-id> @@ -74,6 +78,8 @@ <remote-id type="cpan-module">Math::PlanePath::GosperSide</remote-id> <remote-id type="cpan-module">Math::PlanePath::GrayCode</remote-id> <remote-id type="cpan-module">Math::PlanePath::GreekKeySpiral</remote-id> + <remote-id type="cpan-module">Math::PlanePath::HIndexing</remote-id> + <remote-id type="cpan-module">Math::PlanePath::HTree</remote-id> <remote-id type="cpan-module">Math::PlanePath::HeptSpiralSkewed</remote-id> <remote-id type="cpan-module">Math::PlanePath::HexArms</remote-id> <remote-id type="cpan-module">Math::PlanePath::HexSpiral</remote-id> @@ -81,21 +87,23 @@ <remote-id type="cpan-module">Math::PlanePath::HilbertCurve</remote-id> <remote-id type="cpan-module">Math::PlanePath::HilbertSides</remote-id> <remote-id type="cpan-module">Math::PlanePath::HilbertSpiral</remote-id> - <remote-id type="cpan-module">Math::PlanePath::HIndexing</remote-id> <remote-id type="cpan-module">Math::PlanePath::Hypot</remote-id> <remote-id type="cpan-module">Math::PlanePath::HypotOctant</remote-id> <remote-id type="cpan-module">Math::PlanePath::ImaginaryBase</remote-id> <remote-id type="cpan-module">Math::PlanePath::ImaginaryHalf</remote-id> <remote-id type="cpan-module">Math::PlanePath::KnightSpiral</remote-id> <remote-id type="cpan-module">Math::PlanePath::KochCurve</remote-id> - <remote-id type="cpan-module">Math::PlanePath::KochelCurve</remote-id> <remote-id type="cpan-module">Math::PlanePath::KochPeaks</remote-id> <remote-id type="cpan-module">Math::PlanePath::KochSnowflakes</remote-id> <remote-id type="cpan-module">Math::PlanePath::KochSquareflakes</remote-id> + <remote-id type="cpan-module">Math::PlanePath::KochelCurve</remote-id> + <remote-id type="cpan-module">Math::PlanePath::LCornerReplicate</remote-id> + <remote-id type="cpan-module">Math::PlanePath::LCornerTree</remote-id> <remote-id type="cpan-module">Math::PlanePath::LTiling</remote-id> <remote-id type="cpan-module">Math::PlanePath::MPeaks</remote-id> <remote-id type="cpan-module">Math::PlanePath::MultipleRings</remote-id> <remote-id type="cpan-module">Math::PlanePath::OctagramSpiral</remote-id> + <remote-id type="cpan-module">Math::PlanePath::OneOfEight</remote-id> <remote-id type="cpan-module">Math::PlanePath::PeanoCurve</remote-id> <remote-id type="cpan-module">Math::PlanePath::PentSpiral</remote-id> <remote-id type="cpan-module">Math::PlanePath::PentSpiralSkewed</remote-id> @@ -129,6 +137,10 @@ <remote-id type="cpan-module">Math::PlanePath::TerdragonMidpoint</remote-id> <remote-id type="cpan-module">Math::PlanePath::TerdragonRounded</remote-id> <remote-id type="cpan-module">Math::PlanePath::TheodorusSpiral</remote-id> + <remote-id type="cpan-module">Math::PlanePath::ToothpickReplicate</remote-id> + <remote-id type="cpan-module">Math::PlanePath::ToothpickSpiral</remote-id> + <remote-id type="cpan-module">Math::PlanePath::ToothpickTree</remote-id> + <remote-id type="cpan-module">Math::PlanePath::ToothpickUpist</remote-id> <remote-id type="cpan-module">Math::PlanePath::TriangleSpiral</remote-id> <remote-id type="cpan-module">Math::PlanePath::TriangleSpiralSkewed</remote-id> <remote-id type="cpan-module">Math::PlanePath::TriangularHypot</remote-id> |