From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03B0F13835A for ; Wed, 24 Mar 2021 07:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF146E0831; Wed, 24 Mar 2021 07:51:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D61CFE0831 for ; Wed, 24 Mar 2021 07:51:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBCB0335D8A for ; Wed, 24 Mar 2021 07:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DA1F5B9 for ; Wed, 24 Mar 2021 07:51:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1616572298.f63aa6a956b613e8dca2c05cf77eb490adf73b9e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib-ng/Manifest sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild sys-libs/zlib-ng/zlib-ng-2.0.2.ebuild X-VCS-Directories: sys-libs/zlib-ng/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f63aa6a956b613e8dca2c05cf77eb490adf73b9e X-VCS-Branch: master Date: Wed, 24 Mar 2021 07:51:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b277f6d-3fe8-42dc-9d2c-6100c3045b87 X-Archives-Hash: 3f65d275c7badb30ece8505c0cf3858f commit: f63aa6a956b613e8dca2c05cf77eb490adf73b9e Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 24 07:51:38 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 24 07:51:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63aa6a9 sys-libs/zlib-ng: Bump to version 2.0.2. Removed old Signed-off-by: Lars Wendler gentoo.org> sys-libs/zlib-ng/Manifest | 2 +- .../zlib-ng/{zlib-ng-2.0.1-r1.ebuild => zlib-ng-2.0.2.ebuild} | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/sys-libs/zlib-ng/Manifest b/sys-libs/zlib-ng/Manifest index 3685de6eb1c..7876fd3545a 100644 --- a/sys-libs/zlib-ng/Manifest +++ b/sys-libs/zlib-ng/Manifest @@ -1 +1 @@ -DIST zlib-ng-2.0.1.tar.gz 697121 BLAKE2B c4e8c9602f9cf33746c842b2f100adad2fca2b3808691f73ca5b679bbac186a70bf575df731cf60797755275835a5839f4602e08e15faf16b216d4d6d99d4aeb SHA512 c3be0a29e07989353a41a07a4eb037efbc0de5a87f1a4fe338c97c0dc7145225bd1f1039cde4a440be3b54130e297153c5180d69a491b92bc8a69839a8c1a9e3 +DIST zlib-ng-2.0.2.tar.gz 698033 BLAKE2B 97645b054daddfe77aa23ec90e0beccc631c33f9ea841b8305ee7d2fb82dc61b2d60e924187d0012f7e99760669dd9d3c5f4e19dc64a0d2b253d333e21c898fe SHA512 d40a4fe036783fbc46225a49ff026cc12cd335103aa6f24e14e724c23d034019ed392337072879bc014223fe7b74a68f8d1d7dc1dfdbda95af864020e14272a8 diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild b/sys-libs/zlib-ng/zlib-ng-2.0.2.ebuild similarity index 92% rename from sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild rename to sys-libs/zlib-ng/zlib-ng-2.0.2.ebuild index 29181862229..35316b26509 100644 --- a/sys-libs/zlib-ng/zlib-ng-2.0.1-r1.ebuild +++ b/sys-libs/zlib-ng/zlib-ng-2.0.2.ebuild @@ -20,14 +20,6 @@ RESTRICT="!test? ( test )" RDEPEND="compat? ( !sys-libs/zlib )" -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 -} - src_configure() { local mycmakeargs=( -DZLIB_COMPAT="$(usex compat)"