commit:     2f17ee03f4f070515233e35ab917e58eb3af9568
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 17:11:01 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 13:52:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f17ee03

media-gfx/fotocx: rename media-gfx/fotoxx

Bug: https://bugs.gentoo.org/924294

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 media-gfx/{fotoxx => fotocx}/Manifest                          |  0
 .../{fotoxx => fotocx}/files/fotoxx-22.18-documentation.patch  |  0
 .../{fotoxx => fotocx}/files/fotoxx-22.82-documentation.patch  |  0
 .../{fotoxx/fotoxx-23.70.ebuild => fotocx/fotocx-23.70.ebuild} | 10 +++++-----
 .../{fotoxx/fotoxx-23.82.ebuild => fotocx/fotocx-23.82.ebuild} | 10 +++++-----
 media-gfx/{fotoxx => fotocx}/metadata.xml                      |  0
 profiles/updates/1Q-2024                                       |  1 +
 7 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotocx/Manifest
similarity index 100%
rename from media-gfx/fotoxx/Manifest
rename to media-gfx/fotocx/Manifest

diff --git a/media-gfx/fotoxx/files/fotoxx-22.18-documentation.patch 
b/media-gfx/fotocx/files/fotoxx-22.18-documentation.patch
similarity index 100%
rename from media-gfx/fotoxx/files/fotoxx-22.18-documentation.patch
rename to media-gfx/fotocx/files/fotoxx-22.18-documentation.patch

diff --git a/media-gfx/fotoxx/files/fotoxx-22.82-documentation.patch 
b/media-gfx/fotocx/files/fotoxx-22.82-documentation.patch
similarity index 100%
rename from media-gfx/fotoxx/files/fotoxx-22.82-documentation.patch
rename to media-gfx/fotocx/files/fotoxx-22.82-documentation.patch

diff --git a/media-gfx/fotoxx/fotoxx-23.70.ebuild 
b/media-gfx/fotocx/fotocx-23.70.ebuild
similarity index 89%
rename from media-gfx/fotoxx/fotoxx-23.70.ebuild
rename to media-gfx/fotocx/fotocx-23.70.ebuild
index f3a0d0447279..5ca640ae39ae 100644
--- a/media-gfx/fotoxx/fotoxx-23.70.ebuild
+++ b/media-gfx/fotocx/fotocx-23.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature xdg-utils
 
 DESCRIPTION="Program for improving image files made with a digital camera"
 HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html";
-SRC_URI="https://kornelix.net/downloads/downloads/${P}-source.tar.gz";
+SRC_URI="https://kornelix.net/downloads/downloads/fotoxx-${PV}-source.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -35,15 +35,15 @@ RDEPEND="
        x11-misc/xdg-utils
 "
 
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/fotoxx"
 
-PATCHES=( "${FILESDIR}/${PN}-22.18-documentation.patch" )
+PATCHES=( "${FILESDIR}/fotoxx-22.18-documentation.patch" )
 
 DOCS=()
 HTML_DOCS=()
 
 src_prepare() {
-       sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
+       sed -i -e "/^DOCDIR/ s/fotoxx$/${PF}/" Makefile || die
        sed -i -e "/^Icon/ s/\.png$//" fotoxx.desktop || die
        default
 }

diff --git a/media-gfx/fotoxx/fotoxx-23.82.ebuild 
b/media-gfx/fotocx/fotocx-23.82.ebuild
similarity index 89%
rename from media-gfx/fotoxx/fotoxx-23.82.ebuild
rename to media-gfx/fotocx/fotocx-23.82.ebuild
index ee441e146e18..cd89c8d333dc 100644
--- a/media-gfx/fotoxx/fotoxx-23.82.ebuild
+++ b/media-gfx/fotocx/fotocx-23.82.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature xdg-utils
 
 DESCRIPTION="Program for improving image files made with a digital camera"
 HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html";
-SRC_URI="https://kornelix.net/downloads/downloads/${P}-source.tar.gz";
+SRC_URI="https://kornelix.net/downloads/downloads/fotoxx-${PV}-source.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -35,15 +35,15 @@ RDEPEND="
        x11-misc/xdg-utils
 "
 
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/fotoxx"
 
-PATCHES=( "${FILESDIR}/${PN}-22.82-documentation.patch" )
+PATCHES=( "${FILESDIR}/fotoxx-22.82-documentation.patch" )
 
 DOCS=()
 HTML_DOCS=()
 
 src_prepare() {
-       sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
+       sed -i -e "/^DOCDIR/ s/fotoxx$/${PF}/" Makefile || die
        sed -i -e "/^Icon/ s/\.png$//" fotoxx.desktop || die
        default
 }

diff --git a/media-gfx/fotoxx/metadata.xml b/media-gfx/fotocx/metadata.xml
similarity index 100%
rename from media-gfx/fotoxx/metadata.xml
rename to media-gfx/fotocx/metadata.xml

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 5a7de4a3f07d..864761546aba 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -73,3 +73,4 @@ move sci-libs/scikit-image dev-python/scikit-image
 move dev-python/confusable_homoglyphs dev-python/confusable-homoglyphs
 move dev-python/ml_dtypes dev-python/ml-dtypes
 slotmove =dev-java/commons-imaging-1.0_alpha3-r1 0 1
+move media-video/fotoxx media-video/fotocx

Reply via email to