From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Compress-Raw-Zlib/
Date: Sun, 26 Jun 2022 05:28:05 +0000 (UTC) [thread overview]
Message-ID: <1656221107.23a1ebc4b2c0fe1837fc66b271d7b4a5826a158d.sam@gentoo> (raw)
commit: 23a1ebc4b2c0fe1837fc66b271d7b4a5826a158d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 05:17:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 05:25:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a1ebc4
perl-core/Compress-Raw-Zlib: new package, add 2.201.0
Fixes test failures on musl.
Restored based on 6b1b54851d9b8525f5981592138dc35ca6d2380a.
Bug: https://github.com/pmqs/Compress-Raw-Zlib/issues/12
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Compress-Raw-Zlib-2.201.0.ebuild | 31 ++++++++++++++++++++++
perl-core/Compress-Raw-Zlib/Manifest | 1 +
perl-core/Compress-Raw-Zlib/metadata.xml | 12 +++++++++
3 files changed, 44 insertions(+)
diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.201.0.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.201.0.ebuild
new file mode 100644
index 000000000000..cb39422f2c42
--- /dev/null
+++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.201.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PMQS
+DIST_TEST=parallel
+DIST_VERSION=2.201
+inherit perl-module
+
+DESCRIPTION="Low-Level Interface to zlib compression library"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# We use the bundled version of zlib as the minimum version for the system copy
+# Check on bumps! Look in https://github.com/pmqs/Compress-Raw-Zlib/commits/master/zlib-src.
+RDEPEND=">=sys-libs/zlib-1.2.12"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+src_prepare() {
+ rm -rf "${S}"/zlib-src/ || die
+ sed -i '/^zlib-src/d' "${S}"/MANIFEST || die
+ perl-module_src_prepare
+}
+
+src_configure() {
+ BUILD_ZLIB=False ZLIB_INCLUDE="${ESYSROOT}"/usr/include \
+ ZLIB_LIB="${ESYSROOT}"/usr/$(get_libdir) perl-module_src_configure
+}
diff --git a/perl-core/Compress-Raw-Zlib/Manifest b/perl-core/Compress-Raw-Zlib/Manifest
new file mode 100644
index 000000000000..65da62873b24
--- /dev/null
+++ b/perl-core/Compress-Raw-Zlib/Manifest
@@ -0,0 +1 @@
+DIST Compress-Raw-Zlib-2.201.tar.gz 480467 BLAKE2B e2c706447cdd82c712b0613da69903adb3e9f51dd3e791bea51c836a767ca1df03f18870d377fea20af5f5ffb074925b0a70c80ef507622264d21b657bda4ea2 SHA512 1262f5be347e1efe71f0308385a5b8b927854b1e061d69d9a38c74e6dfacf2ffbec0891bdeb76092de28a5049e1fd1eb3e784e0570b34612a8256d955d7f1ab7
diff --git a/perl-core/Compress-Raw-Zlib/metadata.xml b/perl-core/Compress-Raw-Zlib/metadata.xml
new file mode 100644
index 000000000000..7154c6b2e8d4
--- /dev/null
+++ b/perl-core/Compress-Raw-Zlib/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Compress-Raw-Zlib</remote-id>
+ <remote-id type="cpan-module">Compress::Raw::Zlib</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-06-26 5:28 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-26 5:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-28 12:42 [gentoo-commits] repo/gentoo:master commit in: perl-core/Compress-Raw-Zlib/ Sam James
2022-07-15 6:47 Arthur Zamarin
2022-07-15 6:50 Arthur Zamarin
2022-07-15 6:53 Arthur Zamarin
2022-07-15 6:53 Arthur Zamarin
2022-07-15 7:07 Arthur Zamarin
2022-07-15 7:07 Arthur Zamarin
2022-07-17 9:10 Agostino Sarubbo
2022-07-23 4:13 Sam James
2022-07-29 10:52 Arthur Zamarin
2022-10-28 12:54 Sam James
2023-07-20 2:44 Sam James
2023-07-26 3:33 Sam James
2024-05-02 2:59 Sam James
2024-09-23 12:38 Sam James
2024-09-23 12:50 Sam James
2024-09-23 17:30 Arthur Zamarin
2024-09-23 17:30 Arthur Zamarin
2024-09-24 17:51 Sam James
2024-10-24 13:35 Sam James
2024-12-28 14:52 Sam James
2025-01-21 6:17 Arthur Zamarin
2025-01-21 6:17 Arthur Zamarin
2025-01-24 12:32 Sam James
2025-01-24 12:32 Sam James
2025-01-24 12:32 Sam James
2025-01-24 12:32 Sam James
2025-01-24 12:32 Sam James
2025-03-12 23:07 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1656221107.23a1ebc4b2c0fe1837fc66b271d7b4a5826a158d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox