From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C105F1396D9 for ; Wed, 1 Nov 2017 18:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D9112BC01D; Wed, 1 Nov 2017 18:29:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E18C22BC01D for ; Wed, 1 Nov 2017 18:29: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A1833E4AD for ; Wed, 1 Nov 2017 18:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862D39165 for ; Wed, 1 Nov 2017 18:29:07 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1509560754.9b36f4ad1dc5b40e1a0a5515df92d35a1bcdd16a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Utils/Manifest dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild dev-perl/Math-Utils/metadata.xml X-VCS-Directories: dev-perl/Math-Utils/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9b36f4ad1dc5b40e1a0a5515df92d35a1bcdd16a X-VCS-Branch: master Date: Wed, 1 Nov 2017 18:29:07 +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: 981dc347-37d8-4ab4-81a4-5b7edaa52067 X-Archives-Hash: 6e462965cfd36c8645638159507e4604 commit: 9b36f4ad1dc5b40e1a0a5515df92d35a1bcdd16a Author: Kent Fredric gentoo org> AuthorDate: Wed Nov 1 15:06:51 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Nov 1 18:25:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b36f4ad dev-perl/Math-Utils: Add w/ version 1.10.0 Required by newer dev-perl/Math-Derivative Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Math-Utils/Manifest | 1 + dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 25 +++++++++++++++++++++++++ dev-perl/Math-Utils/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest new file mode 100644 index 00000000000..e1be5ba3b0c --- /dev/null +++ b/dev-perl/Math-Utils/Manifest @@ -0,0 +1 @@ +DIST Math-Utils-1.11.tar.gz 24077 SHA256 50aebae583d58eec5fec23acf1734088dab6c9646758bf3f560edc21c612a371 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f WHIRLPOOL 47273dad1f755c686e4285ba83179a8d94ae29e91d8a97b10a244b80c80de8f32c38553145b3e2fad02059da28b89a1044735c8ec29108431d6c506d12c534ac diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild new file mode 100644 index 00000000000..fb0ebea542d --- /dev/null +++ b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=JGAMBLE +DIST_VERSION=1.11 +inherit perl-module + +DESCRIPTION="Useful mathematical functions not in Perl" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + virtual/perl-Test-Simple + ) +" +src_test() { + perl_rm_files t/pod.t t/manifest.t + perl-module_src_test +} diff --git a/dev-perl/Math-Utils/metadata.xml b/dev-perl/Math-Utils/metadata.xml new file mode 100644 index 00000000000..6640717bd17 --- /dev/null +++ b/dev-perl/Math-Utils/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Math-Utils + Math::Utils + +