Skip to content

Commit

Permalink
dev-perl/Math-PlanePath: version bump 123
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
Closes: gentoo#1599

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
Marshall Brewer authored and monsieurp committed Jun 4, 2016
1 parent 15a9e03 commit 5161f1d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Math-PlanePath/Manifest
Original file line number Diff line number Diff line change
@@ -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
36 changes: 36 additions & 0 deletions dev-perl/Math-PlanePath/Math-PlanePath-123.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 5161f1d

Please sign in to comment.