Skip to content

Commit

Permalink
dev-perl/Math-Int128: Add w/ version=0.220.0
Browse files Browse the repository at this point in the history
Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes

Bug: gentoo#13973
Bug: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Feb 5, 2020
1 parent 23c224b commit e0cdfbe
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Math-Int128/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Math-Int128-0.22.tar.gz 103698 BLAKE2B 1b23468c07c95681f7d94496edb7d0c26e7e4003b3ba74675bc0da0df1efd327e30ee88071242ffa6fa677de942c61c496eb346d00d59b27c461659a34231b46 SHA512 8384891e6a8e6e1696a7fe1d5da8c27c229e7926c6a16ac1114e812dce3a8a75f64d9d1128d2c63f17753c91c54c72dadbd3837e140624f9f1e47d462dccb74f
38 changes: 38 additions & 0 deletions dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=SALVA
DIST_VERSION=0.22
DIST_EXAMPLES=("benchmarks/*")
inherit perl-module

DESCRIPTION="Manipulate 128 bits integers in Perl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Exporter
>=dev-perl/Math-Int64-0.510.0
virtual/perl-XSLoader
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
virtual/perl-IO
virtual/perl-Math-BigInt
>=virtual/perl-Test-Simple-0.960.0
)
"
PERL_RM_FILES=(
"t/author-eol.t"
"t/author-no-tabs.t"
"t/author-pod-spell.t"
"t/release-cpan-changes.t"
"t/release-pod-syntax.t"
"t/release-portability.t"
"t/release-synopsis.t"
)
18 changes: 18 additions & 0 deletions dev-perl/Math-Int128/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Tomáš Mózes</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-Int128</remote-id>
<remote-id type="cpan-module">Math::Int128</remote-id>
<remote-id type="cpan-module">Math::Int128::die_on_overflow</remote-id>
<remote-id type="cpan-module">Math::UInt128</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit e0cdfbe

Please sign in to comment.