diff options
author | Sam James <sam@gentoo.org> | 2023-10-11 10:00:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-11 10:00:10 +0100 |
commit | b74339cf7c95adb402a263a5c7696ffa66493b09 (patch) | |
tree | 7642886cc5fb9704c411a46ce97546ef07574c7b /dev-perl/Math-Round | |
parent | dev-perl/Business-ISBN-Data: add 20231010.1.0 (diff) | |
download | gentoo-b74339cf7c95adb402a263a5c7696ffa66493b09.tar.gz gentoo-b74339cf7c95adb402a263a5c7696ffa66493b09.tar.bz2 gentoo-b74339cf7c95adb402a263a5c7696ffa66493b09.zip |
dev-perl/Math-Round: add 0.80.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Round')
-rw-r--r-- | dev-perl/Math-Round/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-Round/Math-Round-0.80.0.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Math-Round/Manifest b/dev-perl/Math-Round/Manifest index bcf8397a3834..26255a8d4008 100644 --- a/dev-perl/Math-Round/Manifest +++ b/dev-perl/Math-Round/Manifest @@ -1 +1,2 @@ DIST Math-Round-0.07.tar.gz 5221 BLAKE2B a878c07ab5a97fc1357500f6563a8ea7607aa2bbefb0fd642d204befdea8bf574c862ebd5884d5d1ef7819bdb256507aa1c3bc7b79199c8c7f5216d35b87ca9c SHA512 7b25c907b4d2c7d8f9d9318991739ea6dfd104d75f9d7f88057739a21072a003306669a9affafed752a20ec97d6341560216492a80ac49f7b456ea54121211b7 +DIST Math-Round-0.08.tar.gz 12039 BLAKE2B a644568fffaf821691dea15f442dd3ec27a7285d2b15b9156e60a0c0b1e1524b559ceb69ccc961e4a181049f2f35a0a56964b12d8a0e89f5921312debbd84d68 SHA512 00ef34f541acef09b80588492a3502ac13d1c6c806709b5403a59dc757540b8a9094f2b304f4242a2a8f67d90c06ed7c52626b56e9309fd01b07229ff538f15a diff --git a/dev-perl/Math-Round/Math-Round-0.80.0.ebuild b/dev-perl/Math-Round/Math-Round-0.80.0.ebuild new file mode 100644 index 000000000000..5582aa27b9de --- /dev/null +++ b/dev-perl/Math-Round/Math-Round-0.80.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NEILB +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Perl extension for rounding numbers" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |