public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-IEEE754/
@ 2020-02-05  1:02 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-02-05  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     be0c5b024d859856d2f47be545195c08b2183b90
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 11:50:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:01:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0c5b02

dev-perl/Data-IEEE754: Add w/ version=0.20.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/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild | 27 ++++++++++++++++++++++++
 dev-perl/Data-IEEE754/Manifest                   |  1 +
 dev-perl/Data-IEEE754/metadata.xml               | 16 ++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
new file mode 100644
index 00000000000..ef030fb8801
--- /dev/null
+++ b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAXMIND
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Pack and unpack big-endian IEEE754 floats and doubles"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Bits
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Data-IEEE754/Manifest b/dev-perl/Data-IEEE754/Manifest
new file mode 100644
index 00000000000..16b43c24b08
--- /dev/null
+++ b/dev-perl/Data-IEEE754/Manifest
@@ -0,0 +1 @@
+DIST Data-IEEE754-0.02.tar.gz 22181 BLAKE2B 1732e8503a2c879fca0486b2c635afbc6d7a4e2c50cdbce5917fffdb0c4611a6b07986b7f6043bd4d84d62f8231f026c63dd6798614692406f6fc2b237b56a79 SHA512 b343489beb45c5540adaf8da3edee39e3cbbe99098212df83b4b341af600990d0568f1455d768cbc234c09ae18afd087218fecdfa64bf2830561bb538b42ab1e

diff --git a/dev-perl/Data-IEEE754/metadata.xml b/dev-perl/Data-IEEE754/metadata.xml
new file mode 100644
index 00000000000..847285dd30a
--- /dev/null
+++ b/dev-perl/Data-IEEE754/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Data-IEEE754</remote-id>
+    <remote-id type="cpan-module">Data::IEEE754</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-IEEE754/
@ 2023-09-05 14:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dfc9d23f07ea40c701965f883a1ac3b87e415a1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc9d23f

dev-perl/Data-IEEE754: Stabilize 0.20.0 amd64, #913627

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
index 1c8c01565348..f1e4b1d81a15 100644
--- a/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
+++ b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pack and unpack big-endian IEEE754 floats and doubles"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-IEEE754/
@ 2023-09-05 14:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4365990e538cdcc70370126221e05183c851b67a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4365990e

dev-perl/Data-IEEE754: Stabilize 0.20.0 x86, #913627

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
index 006ebca434e7..1c8c01565348 100644
--- a/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
+++ b/dev-perl/Data-IEEE754/Data-IEEE754-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pack and unpack big-endian IEEE754 floats and doubles"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-05 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 14:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-IEEE754/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 14:22 Sam James
2020-02-05  1:02 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox