From 23c224b54e7b70537aaaf7a7e59c6ec677459c0e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 4 Feb 2020 13:22:50 +1300 Subject: [PATCH] dev-perl/Math-Int64: Add w/ version=0.540.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes Bug: https://github.com/gentoo/gentoo/pull/13973 Bug: https://bugs.gentoo.org/67549 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Kent Fredric --- dev-perl/Math-Int64/Manifest | 1 + dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild | 34 +++++++++++++++++++ dev-perl/Math-Int64/metadata.xml | 19 +++++++++++ 3 files changed, 54 insertions(+) create mode 100644 dev-perl/Math-Int64/Manifest create mode 100644 dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild create mode 100644 dev-perl/Math-Int64/metadata.xml diff --git a/dev-perl/Math-Int64/Manifest b/dev-perl/Math-Int64/Manifest new file mode 100644 index 000000000000..e8d9dd12f94e --- /dev/null +++ b/dev-perl/Math-Int64/Manifest @@ -0,0 +1 @@ +DIST Math-Int64-0.54.tar.gz 119664 BLAKE2B cf12dd1f156c92cbbd2f87913737cd1a4b48ef3d879e340506241bea6debcdc2313f8c1503597f54a0d80e6e50f16cbdba5be112e4e6df71e1f2c38575c423c3 SHA512 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995 diff --git a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild new file mode 100644 index 000000000000..f823edafd09e --- /dev/null +++ b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SALVA +DIST_VERSION=0.54 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="Manipulate 64 bits integers in Perl" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Exporter + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + virtual/perl-Storable + >=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/author-pod-syntax.t" "t/release-cpan-changes.t" "t/release-pod-coverage.t" + "t/release-portability.t" "t/release-synopsis.t" +) diff --git a/dev-perl/Math-Int64/metadata.xml b/dev-perl/Math-Int64/metadata.xml new file mode 100644 index 000000000000..1906443cfc40 --- /dev/null +++ b/dev-perl/Math-Int64/metadata.xml @@ -0,0 +1,19 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + hydrapolic@gmail.com + Tomáš Mózes + + + Math-Int64 + Math::Int64 + Math::Int64::die_on_overflow + Math::Int64::native_if_available + Math::UInt64 + + -- 2.26.2