From dcba0ee654dfef8f2dc651a4dba2d11bde4a539d Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Fri, 29 Mar 2024 10:25:56 -0500 Subject: [PATCH] media-gfx/fotocx: EAPI=8, QA fixes Signed-off-by: Ben Kohler --- .../fotocx/{fotocx-24.11.ebuild => fotocx-24.11-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename media-gfx/fotocx/{fotocx-24.11.ebuild => fotocx-24.11-r1.ebuild} (99%) 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 c3e565c1342fd..973a6788289e1 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=()