commit: dcba0ee654dfef8f2dc651a4dba2d11bde4a539d
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 15:25:56 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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=()