From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/
Date: Mon, 22 Mar 2021 08:59:11 +0000 (UTC) [thread overview]
Message-ID: <1616403464.d3669bc09318c3108d9a5d4581ce84f0aa32bd2b.polynomial-c@gentoo> (raw)
commit: d3669bc09318c3108d9a5d4581ce84f0aa32bd2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 23:27:11 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 08:57:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3669bc0
sys-libs/zlib-ng: revbump for forthcoming changes, cosmetic bits
We're about to make several fixes including a blocker. Revbumping ensures
that everybody has these fixes but also makes subsequent commits
have easier-to-review diffs.
Also:
* Adjust ebuild layout
* Update DESCRIPTION to indicate fork
* Add bug reference to libdir workaround
* Adjust metadata indentation
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-libs/zlib-ng/metadata.xml | 20 ++++++++++----------
...{zlib-ng-2.0.1.ebuild => zlib-ng-2.0.1-r1.ebuild} | 7 ++++---
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/sys-libs/zlib-ng/metadata.xml b/sys-libs/zlib-ng/metadata.xml
index 44db40fcc5e..af26df0fdf9 100644
--- a/sys-libs/zlib-ng/metadata.xml
+++ b/sys-libs/zlib-ng/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
-<use>
- <flag name="compat">Enable compatibility to <pkg>sys-libs/zlib</pkg></flag>
-</use>
-<upstream>
- <remote-id type="github">zlib-ng/zlib-ng</remote-id>
-</upstream>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <use>
+ <flag name="compat">Enable compatibility to <pkg>sys-libs/zlib</pkg></flag>
+ </use>
+ <upstream>
+ <remote-id type="github">zlib-ng/zlib-ng</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.1.ebuild b/sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild
similarity index 85%
rename from sys-libs/zlib-ng/zlib-ng-2.0.1.ebuild
rename to sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild
index 6c9d4fdc34f..bb16ca91c10 100644
--- a/sys-libs/zlib-ng/zlib-ng-2.0.1.ebuild
+++ b/sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id: 688f948c5f3067e775bfab5057e8047f467a9ca9 $
EAPI=7
inherit cmake
-DESCRIPTION="zlib data compression library"
+DESCRIPTION="Fork of the zlib data compression library"
HOMEPAGE="https://github.com/zlib-ng/zlib-ng"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="ZLIB"
SLOT="0"
-
#KEYWORDS="~amd64 ~x86"
IUSE="compat test"
@@ -19,6 +18,8 @@ RESTRICT="!test? ( test )"
src_prepare() {
cmake_src_prepare
+
+ # https://github.com/zlib-ng/zlib-ng/issues/881
sed "/LIB_INSTALL_DIR/s@/lib\"@/$(get_libdir)\"@" \
-i CMakeLists.txt || die
}
next reply other threads:[~2021-03-22 8:59 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 8:59 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-23 15:52 [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/ Sam James
2025-04-07 15:43 Arthur Zamarin
2025-04-07 8:49 Sam James
2025-04-07 6:56 Sam James
2025-04-07 6:56 Sam James
2025-03-07 18:48 Sam James
2025-02-23 12:22 Jakov Smolić
2025-02-12 5:48 Sam James
2025-01-01 19:33 Sam James
2025-01-01 19:33 Sam James
2024-08-29 3:15 Sam James
2024-07-15 2:23 Sam James
2024-05-28 12:35 Sam James
2024-03-04 10:24 Sam James
2024-02-19 7:50 Sam James
2024-01-23 5:07 Ionen Wolkens
2024-01-14 2:30 Sam James
2024-01-14 2:30 Sam James
2023-11-30 3:07 Sam James
2023-10-20 0:51 Sam James
2023-06-29 8:39 Sam James
2023-06-17 3:15 Sam James
2023-06-16 1:42 Sam James
2023-06-16 1:27 Sam James
2023-03-17 22:00 Sam James
2023-03-17 21:54 Sam James
2023-02-28 12:12 Yixun Lan
2023-02-26 19:28 Arthur Zamarin
2023-02-26 17:33 Arthur Zamarin
2023-02-26 17:08 Arthur Zamarin
2022-10-07 19:58 Sam James
2022-10-02 0:14 Sam James
2022-10-02 0:14 Sam James
2022-01-01 4:29 Sam James
2021-06-26 21:32 Lars Wendler
2021-06-12 10:35 Lars Wendler
2021-05-14 7:48 Lars Wendler
2021-03-24 7:51 Lars Wendler
2021-03-22 8:59 Lars Wendler
2021-03-22 8:59 Lars Wendler
2021-03-22 8:59 Lars Wendler
2021-03-17 10:08 Lars Wendler
2021-03-17 8:23 Lars Wendler
2021-03-17 7:37 Lars Wendler
2021-03-17 7:37 Lars Wendler
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=1616403464.d3669bc09318c3108d9a5d4581ce84f0aa32bd2b.polynomial-c@gentoo \
--to=polynomial-c@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