forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Data-Float: Bump to version 0.13.0
Upstream: - Packaging and documentation cleanups Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
0fd287f
commit 92618f7
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ZEFRAM | ||
DIST_VERSION=0.013 | ||
inherit perl-module | ||
|
||
DESCRIPTION="details of the floating point data type" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND="virtual/perl-Carp | ||
virtual/perl-Exporter | ||
virtual/perl-parent" | ||
DEPEND="${RDEPEND} | ||
dev-perl/Module-Build | ||
test? ( virtual/perl-Test-Simple )" | ||
|
||
src_test() { | ||
perl_rm_files "t/pod_syn.t" "t/pod_cvg.t" | ||
perl-module_src_test | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Data-Float-0.012.tar.gz 26213 SHA256 698ecb092a3284e260cd3c3208408feb791d7d0f06a02673f9125ab2d51cc2d8 SHA512 2ea314a1ee94189200262dcd15e6786d27bb010b8ca6e56e3214b4c2f80932f92d4227b2209a981fc7d3e7a8927624ced49d703349933d24c0f66b2a48c3d7f4 WHIRLPOOL 3154c87b39e80415b078ae073d2dcf8c10f291e764bf80c21b946fe4b369768f46825125fb52e64eabcfcde5a3f1009d8a11cb4cd84326a72c070d608adaf802 | ||
DIST Data-Float-0.013.tar.gz 25939 SHA256 e2b1523d858930b8bbdbd196f08235f5e678b84919ba87712e26313b9c27518a SHA512 7e3be7843df30e581bd8937fde226ac6f24100206a376e1dbed2d4699c95d3f39a25cd1485f5871c46adba88d2fb1899efcd326f908797cdc985ec713cd9a90f WHIRLPOOL a1462aa498c727a339ca34d7bda5bf90d5bf862b740d4cb3194c7730fc93cf384a64506a21aca6cbd831911f8a1b1bbde36e8519bbb5cb6d873e244b97d19cff |