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 0EC74158089 for ; Mon, 4 Sep 2023 21:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2A62BC019; Mon, 4 Sep 2023 21:24:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AA832BC019 for ; Mon, 4 Sep 2023 21:24:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 200D2335C56 for ; Mon, 4 Sep 2023 21:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A761120 for ; Mon, 4 Sep 2023 21:24:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693862666.99ea091d215a0a943c680b0c11c163e00498620b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zopfli/zopfli-1.0.3.ebuild X-VCS-Directories: app-arch/zopfli/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99ea091d215a0a943c680b0c11c163e00498620b X-VCS-Branch: master Date: Mon, 4 Sep 2023 21:24: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: 4d230648-7e2d-4621-a27c-125a617de257 X-Archives-Hash: 80972bcf91d87d989066ec3cb4f327ea commit: 99ea091d215a0a943c680b0c11c163e00498620b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 4 18:36:09 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 4 21:24:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ea091d app-arch/zopfli: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> app-arch/zopfli/zopfli-1.0.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-arch/zopfli/zopfli-1.0.3.ebuild b/app-arch/zopfli/zopfli-1.0.3.ebuild index e54b88db2013..d1c897089087 100644 --- a/app-arch/zopfli/zopfli-1.0.3.ebuild +++ b/app-arch/zopfli/zopfli-1.0.3.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake DESCRIPTION="Very good, but slow, deflate or zlib compression" HOMEPAGE="https://github.com/google/zopfli/" SRC_URI="https://github.com/google/zopfli/archive/${P}.tar.gz" - S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0"