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 C597215ACFB for ; Thu, 27 Apr 2023 21:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5D0E0949; Thu, 27 Apr 2023 21:57:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4DFBE0949 for ; Thu, 27 Apr 2023 21:57:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2113C340E13 for ; Thu, 27 Apr 2023 21:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B2AA57 for ; Thu, 27 Apr 2023 21:57:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1682632047.9bdbf1d9662cdc0f1970d6983034efb258450d9e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/apng2gif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/apng2gif/apng2gif-1.8.ebuild X-VCS-Directories: media-gfx/apng2gif/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9bdbf1d9662cdc0f1970d6983034efb258450d9e X-VCS-Branch: master Date: Thu, 27 Apr 2023 21:57:05 +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: 9db6fccc-02d3-4acb-a974-8a4a1cadbfd5 X-Archives-Hash: 789e248423565755fe5e4757a2cd0c42 commit: 9bdbf1d9662cdc0f1970d6983034efb258450d9e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Apr 23 20:28:22 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 27 21:47:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdbf1d9 media-gfx/apng2gif: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30725 Signed-off-by: Conrad Kostecki gentoo.org> media-gfx/apng2gif/apng2gif-1.8.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/media-gfx/apng2gif/apng2gif-1.8.ebuild b/media-gfx/apng2gif/apng2gif-1.8.ebuild index 83fb20c4a942..fdd53201bacd 100644 --- a/media-gfx/apng2gif/apng2gif-1.8.ebuild +++ b/media-gfx/apng2gif/apng2gif-1.8.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="create a GIF from an APNG" +DESCRIPTION="Create a GIF from an APNG" HOMEPAGE="https://sourceforge.net/projects/apng2gif/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip" +S="${WORKDIR}" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="media-libs/libpng:0=" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} +DEPEND="${RDEPEND}" +BDEPEND="app-arch/unzip" PATCHES=( "${FILESDIR}"/${P}-makefile.patch