* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/zlib-google/
@ 2022-01-23 8:17 Florian Schmaus
0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-01-23 8:17 UTC (permalink / raw
To: gentoo-commits
commit: ad8c7f0ac5d278bc4cfce80ac32ad091069ceda8
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Nov 11 22:31:47 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 23:58:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad8c7f0a
dev-libs/zlib-google: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-libs/zlib-google/Manifest | 1 +
dev-libs/zlib-google/metadata.xml | 8 ++++
.../zlib-google/zlib-google-97.0.4692.13.ebuild | 43 ++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-libs/zlib-google/Manifest b/dev-libs/zlib-google/Manifest
new file mode 100644
index 000000000..22c73f7b2
--- /dev/null
+++ b/dev-libs/zlib-google/Manifest
@@ -0,0 +1 @@
+DIST zlib-google-97.0.4692.13.tar.gz 313211 BLAKE2B 2bf86ea9c3ffa84d3af1da212bc678695e3a7183adf6f1250d9b90d638ba2d1742551d00e0bc45e3739fca75afe2320df21d7ed93d173b2cf66afd7a3721f22f SHA512 2e71d60b1af38525559f1207b629d035221143e5e53edb73413683457a28b2db195afdd0c9c8b7a54eadeb04594478239cd8b7a2fa97f4cb7f690697704e1529
diff --git a/dev-libs/zlib-google/metadata.xml b/dev-libs/zlib-google/metadata.xml
new file mode 100644
index 000000000..f31aef408
--- /dev/null
+++ b/dev-libs/zlib-google/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-libs/zlib-google/zlib-google-97.0.4692.13.ebuild b/dev-libs/zlib-google/zlib-google-97.0.4692.13.ebuild
new file mode 100644
index 000000000..4e0ccc2cb
--- /dev/null
+++ b/dev-libs/zlib-google/zlib-google-97.0.4692.13.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="google zlib extras"
+HOMEPAGE="https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib/google"
+SRC_URI="https://chromium.googlesource.com/chromium/src/+archive/refs/tags/${PV}/third_party/zlib.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ cd google || die
+
+ tc-export CXX
+
+ ${CXX} \
+ ${CXXFLAGS} \
+ ${LDFLAGS} \
+ -DUSE_SYSTEM_ZLIB \
+ -fPIC \
+ -shared \
+ -I. \
+ -Wl,-soname,libzlib_compression_utils_portable.so \
+ compression_utils_portable.cc \
+ -o libzlib_compression_utils_portable.so \
+ -lz \
+ || die
+}
+
+src_install() {
+ cd google || die
+ dolib.so libzlib_compression_utils_portable.so
+ doheader compression_utils_portable.h
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/zlib-google/
@ 2022-04-23 17:49 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2022-04-23 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 709403a0fc30f1b9d8784af0a1ecf87a6e26dcb4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 13:33:25 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Apr 23 13:33:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=709403a0
dev-libs/zlib-google: update Manifest
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-libs/zlib-google/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/zlib-google/Manifest b/dev-libs/zlib-google/Manifest
index 153d29aad..ca2b1c00f 100644
--- a/dev-libs/zlib-google/Manifest
+++ b/dev-libs/zlib-google/Manifest
@@ -1 +1 @@
-DIST zlib-google-97.0.4692.13.tar.gz 313210 BLAKE2B b3120397fda5b4a7ae516db9b18ef3691c048c2f36ddc908a89c6d86a1b32e2ff7da0b7a453958242ce6d40e0d8ce4ae79f43900cae8f8fe5a39e8617795d335 SHA512 accc923ce6f7635fa116da9a8d57616fe8d193dfb8b4f90499012b3679bc62efb51f5921877ec7789d8dc76535c16fad1ac568ecb91bfee56048c523479ec31f
+DIST zlib-google-97.0.4692.13.tar.gz 313198 BLAKE2B a40fab92981d7bae1341aceaa63d751b7400af639b0f9f9b8a806085a3b61149a87795f27c0913daf605deb3c67484541923890876f5f36e6594044f9a1cdeef SHA512 3e5a3e0a304f547d9bc3a7713d071cba2cbfadddfa9e76f35ad5a459451ca71034f4b6b70d0a09aa8335e1430377cb250ee77a2c79b99742de6104ea180d04f7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-23 17:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-23 17:49 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/zlib-google/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2022-01-23 8:17 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox