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 C48CE158041 for ; Fri, 29 Mar 2024 15:38:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00518E2A86; Fri, 29 Mar 2024 15:38:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D5AB2E2A86 for ; Fri, 29 Mar 2024 15:38:09 +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 2BEF83430DF for ; Fri, 29 Mar 2024 15:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33B171608 for ; Fri, 29 Mar 2024 15:38:06 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1711726679.dcba0ee654dfef8f2dc651a4dba2d11bde4a539d.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotocx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotocx/fotocx-24.11-r1.ebuild media-gfx/fotocx/fotocx-24.11.ebuild X-VCS-Directories: media-gfx/fotocx/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: dcba0ee654dfef8f2dc651a4dba2d11bde4a539d X-VCS-Branch: master Date: Fri, 29 Mar 2024 15:38:06 +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: 2b2c20e7-58b8-453b-94d8-6e545ee32f4d X-Archives-Hash: 76cc7da3ef7752aa619e1db48abb6b84 commit: dcba0ee654dfef8f2dc651a4dba2d11bde4a539d Author: Ben Kohler gentoo org> AuthorDate: Fri Mar 29 15:25:56 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 29 15:37:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcba0ee6 media-gfx/fotocx: EAPI=8, QA fixes Signed-off-by: Ben Kohler gentoo.org> media-gfx/fotocx/{fotocx-24.11.ebuild => fotocx-24.11-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-gfx/fotocx/fotocx-24.11.ebuild b/media-gfx/fotocx/fotocx-24.11-r1.ebuild similarity index 99% rename from media-gfx/fotocx/fotocx-24.11.ebuild rename to media-gfx/fotocx/fotocx-24.11-r1.ebuild index c3e565c1342f..973a6788289e 100644 --- a/media-gfx/fotocx/fotocx-24.11.ebuild +++ b/media-gfx/fotocx/fotocx-24.11-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit optfeature xdg-utils DESCRIPTION="Program for improving image files made with a digital camera" HOMEPAGE="https://kornelix.net/fotocx/fotocx.html" SRC_URI="https://kornelix.net/downloads/downloads/${P}-source.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" # For required dependencies read doc/README, for required tools read # data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an @@ -35,8 +35,6 @@ RDEPEND=" x11-misc/xdg-utils " -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}/${PN}-24.11-documentation.patch" ) DOCS=()