commit:     23c224b54e7b70537aaaf7a7e59c6ec677459c0e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 00:22:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:01:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c224b5

dev-perl/Math-Int64: Add w/ version=0.540.0

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 <kentnl <AT> gentoo.org>

 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(+)

diff --git a/dev-perl/Math-Int64/Manifest b/dev-perl/Math-Int64/Manifest
new file mode 100644
index 00000000000..e8d9dd12f94
--- /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 00000000000..f823edafd09
--- /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 00000000000..1906443cfc4
--- /dev/null
+++ b/dev-perl/Math-Int64/metadata.xml
@@ -0,0 +1,19 @@
+<?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-Int64</remote-id>
+    <remote-id type="cpan-module">Math::Int64</remote-id>
+    <remote-id type="cpan-module">Math::Int64::die_on_overflow</remote-id>
+    <remote-id type="cpan-module">Math::Int64::native_if_available</remote-id>
+    <remote-id type="cpan-module">Math::UInt64</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to