From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9895A59CAF for ; Sun, 3 Apr 2016 21:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF1721C07C; Sun, 3 Apr 2016 21:24:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12E6EE088C for ; Sun, 3 Apr 2016 21:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FE85340CE2 for ; Sun, 3 Apr 2016 21:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A4D784E for ; Sun, 3 Apr 2016 21:24:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1459718623.bbd68fa9798dcb8a0da83b79ae1006bc838e4811.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-PlanePath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-PlanePath/Manifest dev-perl/Math-PlanePath/Math-PlanePath-122.0.0.ebuild dev-perl/Math-PlanePath/metadata.xml X-VCS-Directories: dev-perl/Math-PlanePath/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: bbd68fa9798dcb8a0da83b79ae1006bc838e4811 X-VCS-Branch: master Date: Sun, 3 Apr 2016 21:24:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 454dfddb-96eb-44b2-8654-c19605b46aec X-Archives-Hash: 6de1b250f7041d4e8613b59a13a9b84e commit: bbd68fa9798dcb8a0da83b79ae1006bc838e4811 Author: Matthew Brewer sina cn> AuthorDate: Wed Mar 30 23:05:45 2016 +0000 Commit: Andreas Hüttel gentoo 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 @@ + + + + + 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::AlternatePaper + Math::PlanePath::AlternatePaperMidpoint + Math::PlanePath::AnvilSpiral + Math::PlanePath::AR2W2Curve + 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::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::HeptSpiralSkewed + Math::PlanePath::HexArms + Math::PlanePath::HexSpiral + Math::PlanePath::HexSpiralSkewed + Math::PlanePath::HilbertCurve + Math::PlanePath::HilbertSides + Math::PlanePath::HilbertSpiral + Math::PlanePath::HIndexing + Math::PlanePath::Hypot + Math::PlanePath::HypotOctant + Math::PlanePath::ImaginaryBase + Math::PlanePath::ImaginaryHalf + Math::PlanePath::KnightSpiral + Math::PlanePath::KochCurve + Math::PlanePath::KochelCurve + Math::PlanePath::KochPeaks + Math::PlanePath::KochSnowflakes + Math::PlanePath::KochSquareflakes + Math::PlanePath::LTiling + Math::PlanePath::MPeaks + Math::PlanePath::MultipleRings + Math::PlanePath::OctagramSpiral + 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::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 + +