public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2016-04-03 21:24 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd68fa9798dcb8a0da83b79ae1006bc838e4811
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Wed Mar 30 23:05:45 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd68fa9

dev-perl/Math-PlanePath: initial ebuild, version 122.0.0

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 dev-perl/Math-PlanePath/Manifest                   |   1 +
 .../Math-PlanePath/Math-PlanePath-122.0.0.ebuild   |  36 ++++++
 dev-perl/Math-PlanePath/metadata.xml               | 144 +++++++++++++++++++++
 3 files changed, 181 insertions(+)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
new file mode 100644
index 0000000..be52956
--- /dev/null
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -0,0 +1 @@
+DIST Math-PlanePath-122.tar.gz 1290711 SHA256 edcf64f5cb9e4cca6dd6ee88c285551ee5151438c041cdeb41a4af88f184452f SHA512 06983ab17b50da9a6872a0c154e433736720c40fc2f845de606f7089697d00d22bc1b9a8580292258af0d3d6e1133363ec2894269ed472f1fb4e52f0af2709ed WHIRLPOOL 23576d1f5d74dd5753ac236a4cf4fc1de6df25950746c78211408389e3845f3bfe3610b7f2005ff2f20c4b8874ee1977498cf027e392b3de37f9f9296ac19a22

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
new file mode 100644
index 0000000..c518925
--- /dev/null
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="KRYDE"
+DIST_VERSION="122"
+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/metadata.xml b/dev-perl/Math-PlanePath/metadata.xml
new file mode 100644
index 0000000..0a245fb
--- /dev/null
+++ b/dev-perl/Math-PlanePath/metadata.xml
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tomboy64@sina.cn</email>
+		<name>Proxy-Maintainer; please assign him to bugs.</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Math-PlanePath</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PlanePathCoord</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PlanePathDelta</remote-id>
+		<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::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>
+		<remote-id type="cpan-module">Math::PlanePath::Base::Generic</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Base::NSEW</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::BetaOmega</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CellularRule</remote-id>
+		<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::CfracDigits</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::ChanTree</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CincoCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Columns</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::ComplexMinus</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::ComplexPlus</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::ComplexRevolving</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CoprimeColumns</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Corner</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CornerReplicate</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CretanLabyrinth</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::CubicBase</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DekkingCentres</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DekkingCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DiagonalRationals</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Diagonals</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DiagonalsAlternating</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DiagonalsOctant</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DiamondArms</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DiamondSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DigitGroups</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DivisibleColumns</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DragonCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DragonMidpoint</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::DragonRounded</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::FactorRationals</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::FibonacciWordFractal</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::File</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::FilledRings</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Flowsnake</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::FlowsnakeCentres</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::FractionsTree</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::GcdRationals</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::GosperIslands</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::GosperReplicate</remote-id>
+		<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::HeptSpiralSkewed</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::HexArms</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::HexSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::HexSpiralSkewed</remote-id>
+		<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::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::PeanoCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PentSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PentSpiralSkewed</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PixelRings</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PowerArray</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PyramidRows</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PyramidSides</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PyramidSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::PythagoreanTree</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::QuadricCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::QuadricIslands</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::QuintetCentres</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::QuintetCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::QuintetReplicate</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::R5DragonCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::R5DragonMidpoint</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::RationalsTree</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Rows</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SacksSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SierpinskiArrowhead</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SierpinskiArrowheadCentres</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SierpinskiCurve</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SierpinskiCurveStair</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SierpinskiTriangle</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SquareArms</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SquareReplicate</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::SquareSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::Staircase</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::StaircaseAlternating</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::TerdragonCurve</remote-id>
+		<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::TriangleSpiral</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::TriangleSpiralSkewed</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::TriangularHypot</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::UlamWarburton</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::UlamWarburtonQuarter</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::VogelFloret</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::WunderlichMeander</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::WunderlichSerpentine</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::WythoffArray</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::WythoffPreliminaryTriangle</remote-id>
+		<remote-id type="cpan-module">Math::PlanePath::ZOrderCurve</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2016-06-04 10:31 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-06-04 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ece3062f5356ff7b2211194ca9a6e9138cb9391e
Author:     Marshall Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Sat Jun  4 02:45:56 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 10:03:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece3062f

dev-perl/Math-PlanePath: update license (GPL-3 -> GPL-3+)

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1599

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
index c518925..9f58023 100644
--- a/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Mathematical paths through the 2-D plane"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gmp test examples"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2016-06-04 10:31 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-06-04 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5161f1dccfa1dfcf59014da53ae52f989ae336c9
Author:     Marshall Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Jun  3 17:32:03 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 10:03:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5161f1dc

dev-perl/Math-PlanePath: version bump 123

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1599

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Math-PlanePath/Manifest                   |  1 +
 .../Math-PlanePath/Math-PlanePath-123.0.0.ebuild   | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index be52956..28c005d 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1 +1,2 @@
 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

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 0000000..75928a4
--- /dev/null
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2017-03-20 17:48 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-03-20 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fdd3ff5b8b1dcc0552e78268423653773dd1ea36
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 17:46:04 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 17:48:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd3ff5b

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

 dev-perl/Math-PlanePath/Manifest                   |  1 +
 .../Math-PlanePath/Math-PlanePath-124.0.0.ebuild   | 32 ++++++++++++++++++++++
 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 28c005d0906..f06151de92e 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 00000000000..a8174d48e39
--- /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 0a245fbdd71..484d4748152 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>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2017-04-30 21:12 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-04-30 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     397f05dcecd3aa3f5fdb8a5142ea940cb76dfeea
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 21:05:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 21:09:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397f05dc

dev-perl/Math-PlanePath: Remove old

Remove versions that are now failing on 5.26 with newer bigint stuff

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Math-PlanePath/Manifest                   |  1 -
 .../Math-PlanePath/Math-PlanePath-122.0.0.ebuild   | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index f06151de92e..d0e4b0cfdd7 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1,3 +1,2 @@
-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-122.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild
deleted file mode 100644
index 42748cee38e..00000000000
--- a/dev-perl/Math-PlanePath/Math-PlanePath-122.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="122"
-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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2017-10-26 20:18 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1f08489099fe9af06afe8efb68cc315a78b99277
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:14:49 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:18:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f084890

dev-perl/Math-PlanePath: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild
index a8174d48e39..ed1619a58c0 100644
--- a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Mathematical paths through the 2-D plane"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gmp test"
 
 RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP )


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2018-04-03 15:28 Jonas Stein
  0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     95b78cbbac275dbf2ab4cc9d1827d147dcd57f7f
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:07:38 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 15:27:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b78cbb

dev-perl/Math-PlanePath: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-PlanePath/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-PlanePath/metadata.xml b/dev-perl/Math-PlanePath/metadata.xml
index 484d4748152..b55d0013d79 100644
--- a/dev-perl/Math-PlanePath/metadata.xml
+++ b/dev-perl/Math-PlanePath/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tomboy64@sina.cn</email>
-		<name>Proxy-Maintainer; please assign him to bugs.</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="cpan">Math-PlanePath</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath</remote-id>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2020-04-15  9:53 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-04-15  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     62e9ec8bdb7429ed9f796320eee08129034e0c01
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 15:06:37 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:51:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e9ec8b

dev-perl/Math-PlanePath: Remove old 123.0.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Math-PlanePath/Manifest                   |  1 -
 .../Math-PlanePath/Math-PlanePath-123.0.0.ebuild   | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index 94df01aa34d..157201a086e 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1,2 +1 @@
-DIST Math-PlanePath-123.tar.gz 1284214 BLAKE2B 64f0f7bfe5c02ee7d3f379d1fcb496db91b7e3131399ac5ba83efb127b675b2cb2524ff90d63f0b54da8d769b422ae398645a28c432adcb851dd8db8829b5bac SHA512 5289f674dd62f668e667d69baf52d2f6d8b8fcf4ce6bed1429ef1fb412f2415b474103ca9b6d9c5b876b6926d860f70834e26c68a30b53d2211cbc4c457e2b43
 DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009

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 2ad2ecb9e31..00000000000
--- a/dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-RESTRICT="!test? ( 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/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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2021-07-02 20:44 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-07-02 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f83d65b3fdb91822df051dbc9942aa2e1d669899
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  2 20:37:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 20:43:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83d65b3

dev-perl/Math-PlanePath: Version bump 129

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Math-PlanePath/Manifest                   |  1 +
 .../Math-PlanePath/Math-PlanePath-129.0.0.ebuild   | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index 157201a086e..7056c5f27f1 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1 +1,2 @@
 DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009
+DIST Math-PlanePath-129.tar.gz 1506859 BLAKE2B 21300bd5036b35f569f6ece8e331e79abca9ce3d1abb8cccad97e79888e858ceb7659edec70b1df99ce27e3b70f750c71e6644608926cd097964c3cf61291c9d SHA512 c5dc58fc9b4fcd6e82ab936b03acfcc65c980672b956cd4232db3d417aff359ef6e7e51859a2e2d548dcc161b8e01920afd9e5e006bd0f803cef8ddb8f780bee

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
new file mode 100644
index 00000000000..0e44b738d0a
--- /dev/null
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=129
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Mathematical paths through the 2-D plane"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gmp"
+
+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"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test
+		dev-perl/Data-Float
+		dev-perl/Math-BigInt-Lite
+		dev-perl/Number-Fraction
+	)
+"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2021-08-05 14:08 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-08-05 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     824e280c17d9c0c496d959a510471f9038bf91fb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 14:06:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 14:06:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824e280c

dev-perl/Math-PlanePath: Stabilize 129.0.0 x86, #806109

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
index 0e44b738d0a..f9495143f0d 100644
--- a/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Mathematical paths through the 2-D plane"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gmp"
 
 RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP )


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/
@ 2021-11-13  0:09 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a8cfc69da6dafb580f3b29a8a39d14dd9d58365e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:01:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cfc69d

dev-perl/Math-PlanePath: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Math-PlanePath/Manifest                   |  1 -
 .../Math-PlanePath/Math-PlanePath-124.0.0.ebuild   | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index 7056c5f27f1..7d444b6fbdb 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1,2 +1 @@
-DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7 SHA512 24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009
 DIST Math-PlanePath-129.tar.gz 1506859 BLAKE2B 21300bd5036b35f569f6ece8e331e79abca9ce3d1abb8cccad97e79888e858ceb7659edec70b1df99ce27e3b70f750c71e6644608926cd097964c3cf61291c9d SHA512 c5dc58fc9b4fcd6e82ab936b03acfcc65c980672b956cd4232db3d417aff359ef6e7e51859a2e2d548dcc161b8e01920afd9e5e006bd0f803cef8ddb8f780bee

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 81004e5a301..00000000000
--- a/dev-perl/Math-PlanePath/Math-PlanePath-124.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-RESTRICT="!test? ( 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
-	)
-"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-11-13  0:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 21:24 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-06-04 10:31 Patrice Clement
2016-06-04 10:31 Patrice Clement
2017-03-20 17:48 Kent Fredric
2017-04-30 21:12 Kent Fredric
2017-10-26 20:18 Thomas Deutschmann
2018-04-03 15:28 Jonas Stein
2020-04-15  9:53 Kent Fredric
2021-07-02 20:44 Andreas K. Hüttel
2021-08-05 14:08 Sam James
2021-11-13  0:09 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox