* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2016-12-08 19:09 Kent Fredric
0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2016-12-08 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 7c75777746fbebe3d8034a3659a0e981154b74ed
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 13:50:39 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 19:06:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c757777
dev-perl/Sereal-Encoder: Add w/ version 3.15.0
Required by dev-perl/Sereal, and in turn, dev-perl/Event-RPC
Package-Manager: portage-2.3.3
dev-perl/Sereal-Encoder/Manifest | 1 +
.../Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild | 33 ++++++++++++++++++++++
dev-perl/Sereal-Encoder/metadata.xml | 13 +++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
new file mode 100644
index 00000000..e6f3e05
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -0,0 +1 @@
+DIST Sereal-Encoder-3.015.tar.gz 383347 SHA256 b7b2eb1dac6489308aa2c4dfa3ac31d3d9139bc1a126e4741d11991531440855 SHA512 82dc43be1f1ec87fb4a582a4cac8bfe5b4e6e8f25645930e2f84c4b253904cf3390e36efdf744781d9211d0e73034da82f5cff131213be6ea20fdfa11a0b397c WHIRLPOOL 2a9538ce0b8e245fd13ddae60f1ce10d8d09d0e887b703b11c9a5821f9ea7d19bbc4e00989307dc572d65e0a852bc45423b43e7db49df2c7a09df27b6db3047d
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
new file mode 100644
index 00000000..392678d
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=YVES
+DIST_VERSION=3.015
+inherit perl-module
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+# Tester note: ideally you want dev-perl/Sereal-Decoder
+# as well, but we can't depend on it because it forms
+# a tight cycle if we do
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
diff --git a/dev-perl/Sereal-Encoder/metadata.xml b/dev-perl/Sereal-Encoder/metadata.xml
new file mode 100644
index 00000000..f5a744f
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ <upstream>
+ <remote-id type="cpan">Sereal-Encoder</remote-id>
+ <remote-id type="cpan-module">Sereal::Encoder</remote-id>
+ <remote-id type="cpan-module">Sereal::Encoder::Constants</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2017-06-30 2:20 Kent Fredric
0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2017-06-30 2:20 UTC (permalink / raw
To: gentoo-commits
commit: 15ef3c3d93d4cc134e5e14c68b8dd0db3e1676e7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 02:19:52 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 02:19:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ef3c3d
dev-perl/Sereal-Encoder: Fix missing Test-LongString and Test-Deep deps
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
index 33ccbd55fbe..5985eb6b568 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-LongString
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Warn
)
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-01-08 23:36 Kent Fredric
0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2018-01-08 23:36 UTC (permalink / raw
To: gentoo-commits
commit: df7629f7546d67de86dec38f5f09ac88835b3194
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 23:25:12 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 23:35:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7629f7
dev-perl/Sereal-Encoder: Bump to version 4.4.0
Upstream:
- Add zstd support
- Don't compress with snappy w/ buffers over 2**32 bits
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Sereal-Encoder/Manifest | 1 +
.../Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index d1d32897015..c974c0057fc 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1 +1,2 @@
DIST Sereal-Encoder-3.015.tar.gz 383347 BLAKE2B 8f03a9a3cf088762656aa657ceece506b0664a1ff6cccc60a1b5fa4c5b9961e9dc12c550fa66222338e3e199dfef0a35df27096558ccfc099d39732879b8589e SHA512 82dc43be1f1ec87fb4a582a4cac8bfe5b4e6e8f25645930e2f84c4b253904cf3390e36efdf744781d9211d0e73034da82f5cff131213be6ea20fdfa11a0b397c
+DIST Sereal-Encoder-4.004.tar.gz 500922 BLAKE2B da2b6c5961a9b05381957fabb9e02b6ac6cbaa9d44f7da3a4ba7bc07d4b8f38518557e1dbd5c3a85a535ca30a0f6ef96f5ccb32e64c73fad6bd7d3e62ec3bcc1 SHA512 5658348128409cec08c01ed216a22edc1c3cbf8a3eab0574378960211fd38a210dc06160c6fc2836a6d53ae4953b14040c579290cbf43de6d3f68bca13e5c7e2
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
new file mode 100644
index 00000000000..3ef7d21679e
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=YVES
+DIST_VERSION=4.004
+inherit perl-module
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+# Note: bundled zstd fails compile
+RDEPEND="
+ virtual/perl-XSLoader
+ app-arch/zstd:=
+"
+# Tester note: ideally you want dev-perl/Sereal-Decoder
+# as well, but we can't depend on it because it forms
+# a tight cycle if we do
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-06-09 10:06 Sergei Trofimovich
0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-06-09 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 23d67ed04e0bf2a13a7cf35854d348b5b8383711
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Jun 9 08:38:20 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 10:05:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d67ed0
dev-perl/Sereal-Encoder: stable 4.4.0 for sparc
Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
index 3ef7d21679e..dc18992455a 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="test"
# Note: bundled zstd fails compile
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-06-10 15:38 Aaron Bauman
0 siblings, 0 replies; 36+ messages in thread
From: Aaron Bauman @ 2018-06-10 15:38 UTC (permalink / raw
To: gentoo-commits
commit: a83d78961ab8dbb9a96e840317691d84f6bbb434
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:29:59 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:37:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83d7896
dev-perl/Sereal-Encoder: amd64 stable wrt bug #657574
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
index dc18992455a..3b8216e33ec 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="test"
# Note: bundled zstd fails compile
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-06-10 16:55 Thomas Deutschmann
0 siblings, 0 replies; 36+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 16:55 UTC (permalink / raw
To: gentoo-commits
commit: fe0cce1098fadc417c14a3dbe5c079b90d02fcea
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:51:04 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:51:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0cce10
dev-perl/Sereal-Encoder: x86 stable (bug #657574)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
index 3b8216e33ec..af9d2ce6248 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE="test"
# Note: bundled zstd fails compile
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-06-10 18:14 Sergei Trofimovich
0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 181568c740a609acec9569618438ac39f6ea6a9f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:13:46 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 18:14:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181568c7
dev-perl/Sereal-Encoder: stable 4.4.0 for ia64, bug #657574
Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
index af9d2ce6248..d8f7bb62d82 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE="test"
# Note: bundled zstd fails compile
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-06-24 20:25 Sergei Trofimovich
0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 0dcb62d7c360988a867f63d4a82f4b4a278bf781
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 20:08:03 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 20:21:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcb62d7
dev-perl/Sereal-Encoder: stable 4.4.0 for ppc64, bug #657574
Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
index d35b0770b77..6a0f20b205e 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE="test"
# Note: bundled zstd fails compile
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2018-07-21 12:27 Kent Fredric
0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2018-07-21 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 90a525901750ba0e3d9ecc6f05b75b7bfeb8017b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 11:59:33 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 12:26:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a52590
dev-perl/Sereal-Encoder: Cleanup old version 3.15.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Sereal-Encoder/Manifest | 1 -
.../Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index c974c0057fc..beb8c01cedd 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1,2 +1 @@
-DIST Sereal-Encoder-3.015.tar.gz 383347 BLAKE2B 8f03a9a3cf088762656aa657ceece506b0664a1ff6cccc60a1b5fa4c5b9961e9dc12c550fa66222338e3e199dfef0a35df27096558ccfc099d39732879b8589e SHA512 82dc43be1f1ec87fb4a582a4cac8bfe5b4e6e8f25645930e2f84c4b253904cf3390e36efdf744781d9211d0e73034da82f5cff131213be6ea20fdfa11a0b397c
DIST Sereal-Encoder-4.004.tar.gz 500922 BLAKE2B da2b6c5961a9b05381957fabb9e02b6ac6cbaa9d44f7da3a4ba7bc07d4b8f38518557e1dbd5c3a85a535ca30a0f6ef96f5ccb32e64c73fad6bd7d3e62ec3bcc1 SHA512 5658348128409cec08c01ed216a22edc1c3cbf8a3eab0574378960211fd38a210dc06160c6fc2836a6d53ae4953b14040c579290cbf43de6d3f68bca13e5c7e2
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
deleted file mode 100644
index 5985eb6b568..00000000000
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-3.15.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=YVES
-DIST_VERSION=3.015
-inherit perl-module
-
-DESCRIPTION="Fast, compact, powerful binary serialization"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-XSLoader
-"
-# Tester note: ideally you want dev-perl/Sereal-Decoder
-# as well, but we can't depend on it because it forms
-# a tight cycle if we do
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-7.0.0
- >=virtual/perl-ExtUtils-ParseXS-2.210.0
- virtual/perl-File-Path
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-Scalar-List-Utils
- dev-perl/Test-Deep
- dev-perl/Test-LongString
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Warn
- )
-"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-08-06 19:33 Andreas K. Hüttel
0 siblings, 0 replies; 36+ messages in thread
From: Andreas K. Hüttel @ 2021-08-06 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 7e0eb1cebb7951b0613ed0ffc385e154c8ee8fd9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 6 19:24:22 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 6 19:32:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0eb1ce
dev-perl/Sereal-Encoder: Version bump 4.018
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Sereal-Encoder/Manifest | 1 +
.../Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index beb8c01cedd..416c0b43a4a 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1 +1,2 @@
DIST Sereal-Encoder-4.004.tar.gz 500922 BLAKE2B da2b6c5961a9b05381957fabb9e02b6ac6cbaa9d44f7da3a4ba7bc07d4b8f38518557e1dbd5c3a85a535ca30a0f6ef96f5ccb32e64c73fad6bd7d3e62ec3bcc1 SHA512 5658348128409cec08c01ed216a22edc1c3cbf8a3eab0574378960211fd38a210dc06160c6fc2836a6d53ae4953b14040c579290cbf43de6d3f68bca13e5c7e2
+DIST Sereal-Encoder-4.018.tar.gz 700306 BLAKE2B 92e2d005b48c9714761dd6abb390de14f31642b05850664ff396e3d92958cb715599e922d7bc5da9912047ebbcae3f7631e585ccb35ff16b15e1e28a15d1fb9a SHA512 021586f02560906fa315cf7eefc877ff029c123550dd2889a90d8e36e2d480bc4c53fa7437728cb73bda6da886af52f1b58661796f78859c7b41f62a2000a070
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
new file mode 100644
index 00000000000..507c4621c16
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YVES
+DIST_VERSION=4.018
+inherit perl-module
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note: bundled zstd fails compile
+RDEPEND="
+ virtual/perl-XSLoader
+ app-arch/zstd:=
+"
+
+# Tester note: ideally you want dev-perl/Sereal-Decoder
+# as well, but we can't depend on it because it forms
+# a tight cycle if we do
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-10-11 3:10 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-10-11 3:10 UTC (permalink / raw
To: gentoo-commits
commit: 84a0d9e5610baa5b6297c6f28b48215f8a09bd94
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:08:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:08:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a0d9e5
dev-perl/Sereal-Encoder: Stabilize 4.18.0 ppc64, #817527
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
index 507c4621c16..6eb5eafa96e 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-10-11 4:18 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-10-11 4:18 UTC (permalink / raw
To: gentoo-commits
commit: bd2aca270137d100d0898c5cd61dbf1147733e64
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:16:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:16:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2aca27
dev-perl/Sereal-Encoder: Stabilize 4.18.0 x86, #817527
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
index 2c3b6e3ac47..804c6d04ed1 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-10-11 5:15 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-10-11 5:15 UTC (permalink / raw
To: gentoo-commits
commit: b2eb44633ce468b15a77cbe31d775377af9e3e03
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:13:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:13:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eb4463
dev-perl/Sereal-Encoder: Stabilize 4.18.0 ppc, #817527
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
index 804c6d04ed1..b5119e16cb9 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-10-11 6:32 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2021-10-11 6:32 UTC (permalink / raw
To: gentoo-commits
commit: c1f0f7040ea36b789b89acda1df942c6bc28d0d5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:32:29 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:32:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f0f704
dev-perl/Sereal-Encoder: sparc stable wrt bug #817527
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
index b5119e16cb9..88a607948d9 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2021-12-05 22:15 Andreas K. Hüttel
0 siblings, 0 replies; 36+ messages in thread
From: Andreas K. Hüttel @ 2021-12-05 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 3e9c49ddb364fd9bcdd88319660b04ef5335d8ae
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 21:09:06 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 22:14:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9c49dd
dev-perl/Sereal-Encoder: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Sereal-Encoder/Manifest | 1 -
.../Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild | 38 ----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index 416c0b43a4ab..55f3bd36833c 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1,2 +1 @@
-DIST Sereal-Encoder-4.004.tar.gz 500922 BLAKE2B da2b6c5961a9b05381957fabb9e02b6ac6cbaa9d44f7da3a4ba7bc07d4b8f38518557e1dbd5c3a85a535ca30a0f6ef96f5ccb32e64c73fad6bd7d3e62ec3bcc1 SHA512 5658348128409cec08c01ed216a22edc1c3cbf8a3eab0574378960211fd38a210dc06160c6fc2836a6d53ae4953b14040c579290cbf43de6d3f68bca13e5c7e2
DIST Sereal-Encoder-4.018.tar.gz 700306 BLAKE2B 92e2d005b48c9714761dd6abb390de14f31642b05850664ff396e3d92958cb715599e922d7bc5da9912047ebbcae3f7631e585ccb35ff16b15e1e28a15d1fb9a SHA512 021586f02560906fa315cf7eefc877ff029c123550dd2889a90d8e36e2d480bc4c53fa7437728cb73bda6da886af52f1b58661796f78859c7b41f62a2000a070
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
deleted file mode 100644
index 7a02a0acd801..000000000000
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=YVES
-DIST_VERSION=4.004
-inherit perl-module
-
-DESCRIPTION="Fast, compact, powerful binary serialization"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Note: bundled zstd fails compile
-RDEPEND="
- virtual/perl-XSLoader
- app-arch/zstd:=
-"
-# Tester note: ideally you want dev-perl/Sereal-Decoder
-# as well, but we can't depend on it because it forms
-# a tight cycle if we do
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-7.0.0
- >=virtual/perl-ExtUtils-ParseXS-2.210.0
- virtual/perl-File-Path
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-Scalar-List-Utils
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- dev-perl/Test-LongString
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Warn
- )
-"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-04 0:06 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-06-04 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 0c306efa9df43d300c267fc93aaa89558c11cbea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 23:49:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 00:05:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c306efa
dev-perl/Sereal-Encoder: add 4.23.0
Unbundles csnappy, miniz.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Manifest | 1 +
.../Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild | 81 ++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index 55f3bd36833c..7194b621589a 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1 +1,2 @@
DIST Sereal-Encoder-4.018.tar.gz 700306 BLAKE2B 92e2d005b48c9714761dd6abb390de14f31642b05850664ff396e3d92958cb715599e922d7bc5da9912047ebbcae3f7631e585ccb35ff16b15e1e28a15d1fb9a SHA512 021586f02560906fa315cf7eefc877ff029c123550dd2889a90d8e36e2d480bc4c53fa7437728cb73bda6da886af52f1b58661796f78859c7b41f62a2000a070
+DIST Sereal-Encoder-4.023.tar.gz 723637 BLAKE2B 59abae93a719e13163b028c734d7fc9551d79b12c7a7e0db5dee92babce8567fa999cd44f26f79bbfb1299cc513ccc6bd4e3581aa3e168b119de1f6303c3bc38 SHA512 dc4b1b4e1d7977c1f7c8f00c7c0d1a475b785ccda29aee22a6cd09593000b176027d535f2820dd33de8820ec63cb2522d2eee4b6bd5cbbf432d5cf45437b9a67
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
new file mode 100644
index 000000000000..3590bcf78e08
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YVES
+DIST_VERSION=4.023
+inherit edo perl-module flag-o-matic toolchain-funcs
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Note: bundled zstd fails compile
+RDEPEND="
+ virtual/perl-XSLoader
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ dev-libs/miniz:=
+"
+DEPEND="
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ dev-libs/miniz:=
+"
+# Tester note: ideally you want dev-perl/Sereal-Decoder
+# as well, but we can't depend on it because it forms
+# a tight cycle if we do
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
+
+src_prepare() {
+ local bundled_lib
+ for bundled_lib in inc/Devel snappy miniz{.c,.h} zstd ; do
+ edo rm -r ${bundled_lib}
+ done
+
+ sed -i -e "/miniz.*OBJ_EXT/d" inc/Sereal/BuildTools.pm || die
+
+ perl-module_src_prepare
+}
+
+src_configure() {
+ append-cflags "-I${ESYSROOT}/usr/include/miniz -DHAVE_MINIZ"
+ append-ldflags "-L${ESYSROOT}/usr/$(get_libdir)/miniz"
+
+ local myconf=(
+ OPTIMIZE="${CFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ )
+
+ perl-module_src_configure
+}
+
+src_compile() {
+ # TODO: switch to pkg-config when bug #849578 is fixed
+ DIST_MAKE=(
+ "INC=-I${ESYSROOT}/usr/include/miniz"
+ "OTHERLDFLAGS=-lminiz"
+ )
+
+ #DIST_MAKE=(
+ # "INC=$($(tc-getPKG_CONFIG) --cflags miniz)"
+ # "OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs miniz)"
+ #)
+
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-04 1:17 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-06-04 1:17 UTC (permalink / raw
To: gentoo-commits
commit: c9d116308ff020c25880a389d3172a261bce96b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 00:06:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 01:16:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d11630
dev-perl/Sereal-Encoder: drop toolchain-funcs for now
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
index 3590bcf78e08..4c15e88f8310 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DIST_AUTHOR=YVES
DIST_VERSION=4.023
-inherit edo perl-module flag-o-matic toolchain-funcs
+inherit edo perl-module flag-o-matic
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-04 19:49 Matthew Smith
0 siblings, 0 replies; 36+ messages in thread
From: Matthew Smith @ 2022-06-04 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 71278d7a119fdc4d27678801ec110c0fbeebf17b
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 09:00:20 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 19:49:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71278d7a
dev-perl/Sereal-Encoder: Use miniz pkg-config file
Bug: https://bugs.gentoo.org/849578
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
.../Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 63 ++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
new file mode 100644
index 000000000000..4000313c09b4
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YVES
+DIST_VERSION=4.023
+inherit edo perl-module toolchain-funcs
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Note: bundled zstd fails compile
+RDEPEND="
+ virtual/perl-XSLoader
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ >=dev-libs/miniz-2.2.0-r1:=
+"
+DEPEND="
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ >=dev-libs/miniz-2.2.0-r1:=
+"
+# Tester note: ideally you want dev-perl/Sereal-Decoder
+# as well, but we can't depend on it because it forms
+# a tight cycle if we do
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
+
+src_prepare() {
+ local bundled_lib
+ for bundled_lib in inc/Devel snappy miniz{.c,.h} zstd ; do
+ edo rm -r ${bundled_lib}
+ done
+
+ sed -i -e "/miniz.*OBJ_EXT/d" inc/Sereal/BuildTools.pm || die
+
+ perl-module_src_prepare
+}
+
+src_compile() {
+ DIST_MAKE=(
+ "INC=$($(tc-getPKG_CONFIG) --cflags miniz)"
+ "OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs miniz)"
+ )
+
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-04 20:00 Jakov Smolić
0 siblings, 0 replies; 36+ messages in thread
From: Jakov Smolić @ 2022-06-04 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 39605588ec867b39e94868ef18bc82df5d1e2c4d
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 20:01:00 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 20:01:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39605588
dev-perl/Sereal-Encoder: Keyword 4.23.0-r1 x86, #849581
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index 4000313c09b4..e85fb7384907 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-04 21:03 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-06-04 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 5c380a13fb8352275de4d7b94c22076837e815c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 20:03:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 21:03:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c380a13
dev-perl/Sereal-Encoder: add pkgconfig BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index e85fb7384907..003984f46e58 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -30,6 +30,7 @@ BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-7.0.0
>=virtual/perl-ExtUtils-ParseXS-2.210.0
virtual/perl-File-Path
+ virtual/pkgconfig
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-05 12:47 Jakov Smolić
0 siblings, 0 replies; 36+ messages in thread
From: Jakov Smolić @ 2022-06-05 12:47 UTC (permalink / raw
To: gentoo-commits
commit: d5e60c78cc3f2c21b5b1e3ab0574cc911e27ff8e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 12:47:24 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 12:47:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e60c78
dev-perl/Sereal-Encoder: Keyword 4.23.0-r1 ppc64, #849581
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index 003984f46e58..4a5b671c8948 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-06 0:54 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-06-06 0:54 UTC (permalink / raw
To: gentoo-commits
commit: 928e6187672c09da63ec262bf75e27ac5fee0410
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 00:53:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 00:53:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928e6187
dev-perl/Sereal-Encoder: add missing dev-perl/Devel-CheckLib BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 1 +
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index 4a5b671c8948..f9ee816bb6c1 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -27,6 +27,7 @@ DEPEND="
# as well, but we can't depend on it because it forms
# a tight cycle if we do
BDEPEND="${RDEPEND}
+ dev-perl/Devel-CheckLib
>=virtual/perl-ExtUtils-MakeMaker-7.0.0
>=virtual/perl-ExtUtils-ParseXS-2.210.0
virtual/perl-File-Path
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
index 4c15e88f8310..432b581d0a98 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0.ebuild
@@ -27,6 +27,7 @@ DEPEND="
# as well, but we can't depend on it because it forms
# a tight cycle if we do
BDEPEND="${RDEPEND}
+ dev-perl/Devel-CheckLib
>=virtual/perl-ExtUtils-MakeMaker-7.0.0
>=virtual/perl-ExtUtils-ParseXS-2.210.0
virtual/perl-File-Path
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-09 19:39 Arthur Zamarin
0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2022-06-09 19:39 UTC (permalink / raw
To: gentoo-commits
commit: f84e41f59bfe0cfbe0e88ba514e22b6e8e95b27b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 19:38:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 19:38:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84e41f5
dev-perl/Sereal-Encoder: Keyword 4.23.0-r1 ppc, #849581
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index f9ee816bb6c1..bc5f8709120d 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-20 17:57 Arthur Zamarin
0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2022-06-20 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 2058930c38b6e0ea7f97176521a20b589f9c6d91
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 17:56:53 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 17:56:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2058930c
dev-perl/Sereal-Encoder: Keyword 4.23.0-r1 sparc, #849581
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index bc5f8709120d..b0ac60707047 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2022-06-28 15:44 Arthur Zamarin
0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2022-06-28 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 0731b7921237c077666206b8925a53987d8c01de
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jun 28 02:17:56 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 15:42:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0731b792
dev-perl/Sereal-Encoder: Keyword 4.23.0-r1 ia64, #849581
Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/26106
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index b0ac60707047..6329db3cb1bb 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 1fc574e2dce75b1927f18bc0324181f92b1525e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc574e2
dev-perl/Sereal-Encoder: Stabilize 4.23.0-r1 ppc64, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index 6329db3cb1bb..d9f8e277ed40 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 29cca43994df39605f1c20f3411e72ca4bd90049
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cca439
dev-perl/Sereal-Encoder: Stabilize 4.23.0-r1 x86, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index 2a88603333f3..e284ce510196 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 10a5456a722670406af9e106462f0fb50e3c15f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a5456a
dev-perl/Sereal-Encoder: Stabilize 4.23.0-r1 amd64, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index c8a2fcc43f84..2a88603333f3 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: ad20bf13025a18a0165215227dac460acfec0ba3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad20bf13
dev-perl/Sereal-Encoder: Stabilize 4.23.0-r1 ppc, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index d9f8e277ed40..c8a2fcc43f84 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ppc64 ~sparc ~x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-01-13 14:09 Arthur Zamarin
0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2023-01-13 14:09 UTC (permalink / raw
To: gentoo-commits
commit: d35bc305f5448bf3066c13805e5e7b9766a38a74
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:09:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:09:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35bc305
dev-perl/Sereal-Encoder: Stabilize 4.23.0-r1 sparc, #886877
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
index e284ce510196..118cab4fdfc6 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.23.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
# Note: bundled zstd fails compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-06-18 23:46 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-06-18 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 4ff6f966dc47a58776cd03d563f587eb6ea7811d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 23:30:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 23:39:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff6f966
dev-perl/Sereal-Encoder: add 5.4.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Manifest | 1 +
.../Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 66 ++++++++++++++++++++++
2 files changed, 67 insertions(+)
diff --git a/dev-perl/Sereal-Encoder/Manifest b/dev-perl/Sereal-Encoder/Manifest
index 7194b621589a..5f148e12b30c 100644
--- a/dev-perl/Sereal-Encoder/Manifest
+++ b/dev-perl/Sereal-Encoder/Manifest
@@ -1,2 +1,3 @@
DIST Sereal-Encoder-4.018.tar.gz 700306 BLAKE2B 92e2d005b48c9714761dd6abb390de14f31642b05850664ff396e3d92958cb715599e922d7bc5da9912047ebbcae3f7631e585ccb35ff16b15e1e28a15d1fb9a SHA512 021586f02560906fa315cf7eefc877ff029c123550dd2889a90d8e36e2d480bc4c53fa7437728cb73bda6da886af52f1b58661796f78859c7b41f62a2000a070
DIST Sereal-Encoder-4.023.tar.gz 723637 BLAKE2B 59abae93a719e13163b028c734d7fc9551d79b12c7a7e0db5dee92babce8567fa999cd44f26f79bbfb1299cc513ccc6bd4e3581aa3e168b119de1f6303c3bc38 SHA512 dc4b1b4e1d7977c1f7c8f00c7c0d1a475b785ccda29aee22a6cd09593000b176027d535f2820dd33de8820ec63cb2522d2eee4b6bd5cbbf432d5cf45437b9a67
+DIST Sereal-Encoder-5.004.tar.gz 836822 BLAKE2B 7e0fa107c3bb7f1d4dc766f3b197e2bc1e2535827471faeb0510b8c5aedd31bde2d21eba7074f4b8a9769db4dc9a4565996ee158afcaf692f529c0b8d05c015e SHA512 6ad25a4a3cdc3e7de7b7f47b7511154b5e6eca90a54b305a8d50f59dd1352000f054255912c4eeb6d37991813844068b1a0e2f544be27ac9bcea08fb6c0fc6d5
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
new file mode 100644
index 000000000000..8f7ccfab26a5
--- /dev/null
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YVES
+DIST_VERSION=5.004
+inherit edo perl-module toolchain-funcs
+
+DESCRIPTION="Fast, compact, powerful binary serialization"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note: bundled zstd fails to compile
+RDEPEND="
+ virtual/perl-XSLoader
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ >=dev-libs/miniz-2.2.0-r1:=
+"
+DEPEND="
+ app-arch/csnappy:=
+ app-arch/zstd:=
+ >=dev-libs/miniz-2.2.0-r1:=
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Devel-CheckLib-1.160.0
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ virtual/pkgconfig
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ >=dev-perl/Sereal-Decoder-${PV}
+ )
+"
+
+src_prepare() {
+ local bundled_lib
+ for bundled_lib in inc/Devel snappy miniz{.c,.h} zstd ; do
+ edo rm -r ${bundled_lib}
+ done
+
+ sed -i -e "/miniz.*OBJ_EXT/d" inc/Sereal/BuildTools.pm || die
+
+ perl-module_src_prepare
+}
+
+src_compile() {
+ # UB
+ export USE_UNALIGNED=no
+
+ DIST_MAKE=(
+ "INC=$($(tc-getPKG_CONFIG) --cflags miniz)"
+ "OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs miniz)"
+ )
+
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-08-02 13:35 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-08-02 13:35 UTC (permalink / raw
To: gentoo-commits
commit: a8bf759227cd0cc1450673e75da48c1023db8731
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 13:34:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 13:34:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bf7592
dev-perl/Sereal-Encoder: Stabilize 5.4.0 ppc64, #910853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
index 8f7ccfab26a5..6df187709ce7 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
# Note: bundled zstd fails to compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-08-02 15:11 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-08-02 15:11 UTC (permalink / raw
To: gentoo-commits
commit: e785fe736c621d6ce93dbd2c9447dc7b701c2114
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 15:10:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 15:10:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785fe73
dev-perl/Sereal-Encoder: Stabilize 5.4.0 sparc, #910853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
index 6df187709ce7..c4ab5c45aa80 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc ~x86"
# Note: bundled zstd fails to compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-08-03 15:10 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-08-03 15:10 UTC (permalink / raw
To: gentoo-commits
commit: cdc4c7ba86ad420d5fd7f7857fae335a702bf145
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 15:07:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 15:07:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc4c7ba
dev-perl/Sereal-Encoder: Stabilize 5.4.0 amd64, #910853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
index c4ab5c45aa80..b91a6cc6ec78 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc ~x86"
# Note: bundled zstd fails to compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-08-03 15:10 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-08-03 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 94ab921b150e9f441d57e648c9e57960686ffacc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 15:07:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 15:07:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ab921b
dev-perl/Sereal-Encoder: Stabilize 5.4.0 x86, #910853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
index b91a6cc6ec78..291aaa40e632 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
# Note: bundled zstd fails to compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/
@ 2023-08-15 7:34 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-08-15 7:34 UTC (permalink / raw
To: gentoo-commits
commit: 9f94bf466405c27f3870b785de5df1f2328bd412
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 07:33:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 07:33:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f94bf46
dev-perl/Sereal-Encoder: Stabilize 5.4.0 ppc, #910853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
index 291aaa40e632..33c31192f0db 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-5.4.0.ebuild
@@ -9,7 +9,7 @@ inherit edo perl-module toolchain-funcs
DESCRIPTION="Fast, compact, powerful binary serialization"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
# Note: bundled zstd fails to compile
RDEPEND="
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2023-08-15 7:34 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-11 4:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-08-15 7:34 Sam James
2023-08-03 15:10 Sam James
2023-08-03 15:10 Sam James
2023-08-02 15:11 Sam James
2023-08-02 13:35 Sam James
2023-06-18 23:46 Sam James
2023-01-13 14:09 Arthur Zamarin
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2022-06-28 15:44 Arthur Zamarin
2022-06-20 17:57 Arthur Zamarin
2022-06-09 19:39 Arthur Zamarin
2022-06-06 0:54 Sam James
2022-06-05 12:47 Jakov Smolić
2022-06-04 21:03 Sam James
2022-06-04 20:00 Jakov Smolić
2022-06-04 19:49 Matthew Smith
2022-06-04 1:17 Sam James
2022-06-04 0:06 Sam James
2021-12-05 22:15 Andreas K. Hüttel
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 3:10 Sam James
2021-08-06 19:33 Andreas K. Hüttel
2018-07-21 12:27 Kent Fredric
2018-06-24 20:25 Sergei Trofimovich
2018-06-10 18:14 Sergei Trofimovich
2018-06-10 16:55 Thomas Deutschmann
2018-06-10 15:38 Aaron Bauman
2018-06-09 10:06 Sergei Trofimovich
2018-01-08 23:36 Kent Fredric
2017-06-30 2:20 Kent Fredric
2016-12-08 19:09 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox