Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Round/
Date: Sun, 28 Feb 2016 10:01:53
Message-Id: 1456562396.cff309ca1223224535ded3356cbab9d15bdbdae5.monsieurp@gentoo
1 commit: cff309ca1223224535ded3356cbab9d15bdbdae5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 22 08:03:40 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 08:39:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff309ca
7
8 dev-perl/Math-Round: Bump to version 0.70.0
9
10 - use EAPI6
11
12 Package-Manager: portage-2.2.27
13
14 dev-perl/Math-Round/Manifest | 1 +
15 dev-perl/Math-Round/Math-Round-0.70.0.ebuild | 19 +++++++++++++++++++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/dev-perl/Math-Round/Manifest b/dev-perl/Math-Round/Manifest
19 index 38d0a1c..009439e 100644
20 --- a/dev-perl/Math-Round/Manifest
21 +++ b/dev-perl/Math-Round/Manifest
22 @@ -1 +1,2 @@
23 DIST Math-Round-0.06.tar.gz 5002 SHA256 a5086f7693ac49a9bdcdc9cccff9159be527d150951319c061bfb2e0dedb8da4 SHA512 f12c9bc8a3f8d8fee43fd1ab13fc832b46a595625fde42d69d05f221f742330b93bf7fd7999efb154da709663f340cf87767fac2573599282f62678cb12b7fd4 WHIRLPOOL 13b906a790d935f28d1d346b15207942a155d47967909219beb37ff78f67c3592811b2b6303f8b8e99e98a3806b2978f2f296ca174c957094acaf0470d2c7164
24 +DIST Math-Round-0.07.tar.gz 5221 SHA256 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327 SHA512 7b25c907b4d2c7d8f9d9318991739ea6dfd104d75f9d7f88057739a21072a003306669a9affafed752a20ec97d6341560216492a80ac49f7b456ea54121211b7 WHIRLPOOL eb530f78006c60029ce6dbed8bbbfc6340f48bc7adf5f0e36670277ebf78f176d75a8f1fc4f07f869c54d31dbf70c3f90382ea32749308a9d6bc09df21f01b4b
25
26 diff --git a/dev-perl/Math-Round/Math-Round-0.70.0.ebuild b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
27 new file mode 100644
28 index 0000000..fd88081
29 --- /dev/null
30 +++ b/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +DIST_AUTHOR=GROMMEL
39 +DIST_VERSION=0.07
40 +inherit perl-module
41 +
42 +DESCRIPTION="Perl extension for rounding numbers"
43 +
44 +SLOT="0"
45 +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"
46 +IUSE=""
47 +RDEPEND=""
48 +DEPEND="${RDEPEND}
49 + virtual/perl-ExtUtils-MakeMaker
50 +"