summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-22 21:03:40 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-27 21:39:56 +1300
commitcff309ca1223224535ded3356cbab9d15bdbdae5 (patch)
tree81eeff4cfd3a3e29d6dae56b4f83a447cb8743a2
parentdev-perl/Math-ModInt: Bump to version 0.11.0 (diff)
downloadgentoo-cff309ca.tar.gz
gentoo-cff309ca.tar.bz2
gentoo-cff309ca.zip
dev-perl/Math-Round: Bump to version 0.70.0
- use EAPI6 Package-Manager: portage-2.2.27
-rw-r--r--dev-perl/Math-Round/Manifest1
-rw-r--r--dev-perl/Math-Round/Math-Round-0.70.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Math-Round/Manifest b/dev-perl/Math-Round/Manifest
index 38d0a1c88926..009439e9df11 100644
--- a/dev-perl/Math-Round/Manifest
+++ b/dev-perl/Math-Round/Manifest
@@ -1 +1,2 @@
DIST Math-Round-0.06.tar.gz 5002 SHA256 a5086f7693ac49a9bdcdc9cccff9159be527d150951319c061bfb2e0dedb8da4 SHA512 f12c9bc8a3f8d8fee43fd1ab13fc832b46a595625fde42d69d05f221f742330b93bf7fd7999efb154da709663f340cf87767fac2573599282f62678cb12b7fd4 WHIRLPOOL 13b906a790d935f28d1d346b15207942a155d47967909219beb37ff78f67c3592811b2b6303f8b8e99e98a3806b2978f2f296ca174c957094acaf0470d2c7164
+DIST Math-Round-0.07.tar.gz 5221 SHA256 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327 SHA512 7b25c907b4d2c7d8f9d9318991739ea6dfd104d75f9d7f88057739a21072a003306669a9affafed752a20ec97d6341560216492a80ac49f7b456ea54121211b7 WHIRLPOOL eb530f78006c60029ce6dbed8bbbfc6340f48bc7adf5f0e36670277ebf78f176d75a8f1fc4f07f869c54d31dbf70c3f90382ea32749308a9d6bc09df21f01b4b
diff --git a/dev-perl/Math-Round/Math-Round-0.70.0.ebuild b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
new file mode 100644
index 000000000000..fd88081ce5e7
--- /dev/null
+++ b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=GROMMEL
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Perl extension for rounding numbers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"