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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB6BA158091 for ; Sun, 12 Jun 2022 09:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF54E08FC; Sun, 12 Jun 2022 09:40:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 286A5E08FC for ; Sun, 12 Jun 2022 09:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCA5E3418EC for ; Sun, 12 Jun 2022 09:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A1AE44B for ; Sun, 12 Jun 2022 09:40:56 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655026847.1e928e4c4b1a0b44a5e062afda78dbc0defff127.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-arch/libdeflate/ X-VCS-Repository: proj/sci X-VCS-Files: app-arch/libdeflate/libdeflate-1.11.ebuild app-arch/libdeflate/libdeflate-1.9.ebuild app-arch/libdeflate/libdeflate-9999.ebuild X-VCS-Directories: app-arch/libdeflate/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e928e4c4b1a0b44a5e062afda78dbc0defff127 X-VCS-Branch: master Date: Sun, 12 Jun 2022 09:40:56 +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: cc64d685-7167-44d0-a9b3-ebb0b5879d00 X-Archives-Hash: e38bfecd1cbcb7d405ebd9be6c1a9433 commit: 1e928e4c4b1a0b44a5e062afda78dbc0defff127 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jun 12 08:45:47 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jun 12 09:40:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e928e4c app-arch/libdeflate: add version 1.11 Closes: https://bugs.gentoo.org/851192 Signed-off-by: Andrew Ammerlaan gentoo.org> app-arch/libdeflate/{libdeflate-1.9.ebuild => libdeflate-1.11.ebuild} | 4 ++-- app-arch/libdeflate/libdeflate-1.9.ebuild | 2 +- app-arch/libdeflate/libdeflate-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-arch/libdeflate/libdeflate-1.9.ebuild b/app-arch/libdeflate/libdeflate-1.11.ebuild similarity index 95% copy from app-arch/libdeflate/libdeflate-1.9.ebuild copy to app-arch/libdeflate/libdeflate-1.11.ebuild index 9f66534f1..9e7344b22 100644 --- a/app-arch/libdeflate/libdeflate-1.9.ebuild +++ b/app-arch/libdeflate/libdeflate-1.11.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression" HOMEPAGE="https://github.com/ebiggers/libdeflate" @@ -24,5 +24,5 @@ src_install() { if ! use static-libs; then find "${ED}" -name '*.a' -delete || die fi - dodoc NEWS README.md + dodoc NEWS.md README.md } diff --git a/app-arch/libdeflate/libdeflate-1.9.ebuild b/app-arch/libdeflate/libdeflate-1.9.ebuild index 9f66534f1..ef7ead774 100644 --- a/app-arch/libdeflate/libdeflate-1.9.ebuild +++ b/app-arch/libdeflate/libdeflate-1.9.ebuild @@ -24,5 +24,5 @@ src_install() { if ! use static-libs; then find "${ED}" -name '*.a' -delete || die fi - dodoc NEWS README.md + dodoc NEWS,d README.md } diff --git a/app-arch/libdeflate/libdeflate-9999.ebuild b/app-arch/libdeflate/libdeflate-9999.ebuild index bfafcfecd..35aff28c3 100644 --- a/app-arch/libdeflate/libdeflate-9999.ebuild +++ b/app-arch/libdeflate/libdeflate-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression" HOMEPAGE="https://github.com/ebiggers/libdeflate" @@ -24,5 +24,5 @@ src_install() { if ! use static-libs; then find "${ED}" -name '*.a' -delete || die fi - dodoc NEWS README.md + dodoc NEWS.md README.md }