commit:     7debaf9cc0000ad1bea75125fdc70a5550fac8f1
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sun Jan 26 16:50:20 2025 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sun Jan 26 17:12:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7debaf9c

media-gfx/nsxiv: update 9999, add v33

Signed-off-by: NRK <nrk <AT> disroot.org>

 media-gfx/nsxiv/Manifest                               | 2 ++
 media-gfx/nsxiv/{nsxiv-9999.ebuild => nsxiv-33.ebuild} | 9 ++++-----
 media-gfx/nsxiv/nsxiv-9999.ebuild                      | 9 ++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/media-gfx/nsxiv/Manifest b/media-gfx/nsxiv/Manifest
index db5131c4d..5df7c2a36 100644
--- a/media-gfx/nsxiv/Manifest
+++ b/media-gfx/nsxiv/Manifest
@@ -1,2 +1,4 @@
+DIST nsxiv-24384847326ad44ac98b7ee7e6fbfa02548ca9c0.comp.zsh 2626 BLAKE2B 
3e91ec9c0f55792d8d5fc54d2accfdbe39d2742fc99fd639cd83bb5c8a27102cdc8bd05cd81f1f3563da54ec362f5ab537d08c2888a20c2a03db9f4e9ee7bffc
 SHA512 
ca99be07fd2cd6f5ca36ddf44a054807c55c5cf91d702ca5b5ff5f53597cafc6c0cb9c9086c59dfe6b091e9d4fb3053bf9fbc58d8c68ba64a76c4800569b18a3
 DIST nsxiv-32.tar.gz 74345 BLAKE2B 
92257a95095291068c982d91ed32a0ae358f89048057fa6f1cb356caccbba9cb1f9fdb6ca0e16faf4e6e411af942858182cf2bea3b5d19904f3ca686f7b372ed
 SHA512 
e53de494f104440c87eb55606c322cb7ac9989176547131f59e02eb091d04a3a2de6c11c1c775cb25302ff1da5997bc499d753a822c1de4652aa77bf2858fa9a
+DIST nsxiv-33.tar.gz 77639 BLAKE2B 
076355172313bb3f1498802b3344e91b53c43c84e271a7baf25f30d4a72f12df5daea14d0d64739802c0c98043321daeb8ceb49fc987df7d244ca60a776693c2
 SHA512 
005192a942582e81e811e4bc8739720b16ff2fd9214399e4796db76d99e1cb0cf52f338481459a40d156e5eb9d63246bda8ba2702aa2297b331aa12ff05fed45
 DIST nsxiv-f7d1efe3495949e2e88fdfef37aed5a40400acea.comp.zsh 2413 BLAKE2B 
0749b55bd9f7d48922d6ac673c1d65e7625bb53c4df524123c9a579edf8aa8c3fba15f4382b5102e812acddaf99d3ec24797703340edd013758ae51a0944758f
 SHA512 
e26af7bdfce2bd1aa1b3d31fee88370b58fbc624c8855d70133ba96a94713e7bdfbfbe6ead650822dbba0f04a5c2ab6cd9dd35a94d46a2455f3a5051554c43f2

diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-33.ebuild
similarity index 90%
copy from media-gfx/nsxiv/nsxiv-9999.ebuild
copy to media-gfx/nsxiv/nsxiv-33.ebuild
index 53294e214..7751a661f 100644
--- a/media-gfx/nsxiv/nsxiv-9999.ebuild
+++ b/media-gfx/nsxiv/nsxiv-33.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit desktop xdg-utils savedconfig toolchain-funcs linux-info 
shell-completion
 
-ZSH_COMP_COMMIT="f7d1efe3495949e2e88fdfef37aed5a40400acea"
+ZSH_COMP_COMMIT="24384847326ad44ac98b7ee7e6fbfa02548ca9c0"
 
ZSH_COMP_URI="https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/${ZSH_COMP_COMMIT}/completion/zsh/_nsxiv";
 ZSH_COMP="${PN}-${ZSH_COMP_COMMIT}.comp.zsh"
 if [[ ${PV} == "9999" ]] ; then
@@ -55,9 +55,8 @@ src_configure() {
 }
 
 src_compile() {
-       local dbg=""
-       use debug && dbg="-UNDEBUG -DDEBUG"
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${dbg}" \
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+               CPPFLAGS="${CPPFLAGS} $(usev debug "-UNDEBUG -DDEBUG")" \
                OPT_DEP_DEFAULT=0 \
                HAVE_INOTIFY="$(usex inotify 1 0)" \
                HAVE_LIBFONTS="$(usex statusbar 1 0)" \

diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild 
b/media-gfx/nsxiv/nsxiv-9999.ebuild
index 53294e214..7751a661f 100644
--- a/media-gfx/nsxiv/nsxiv-9999.ebuild
+++ b/media-gfx/nsxiv/nsxiv-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit desktop xdg-utils savedconfig toolchain-funcs linux-info 
shell-completion
 
-ZSH_COMP_COMMIT="f7d1efe3495949e2e88fdfef37aed5a40400acea"
+ZSH_COMP_COMMIT="24384847326ad44ac98b7ee7e6fbfa02548ca9c0"
 
ZSH_COMP_URI="https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/${ZSH_COMP_COMMIT}/completion/zsh/_nsxiv";
 ZSH_COMP="${PN}-${ZSH_COMP_COMMIT}.comp.zsh"
 if [[ ${PV} == "9999" ]] ; then
@@ -55,9 +55,8 @@ src_configure() {
 }
 
 src_compile() {
-       local dbg=""
-       use debug && dbg="-UNDEBUG -DDEBUG"
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${dbg}" \
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+               CPPFLAGS="${CPPFLAGS} $(usev debug "-UNDEBUG -DDEBUG")" \
                OPT_DEP_DEFAULT=0 \
                HAVE_INOTIFY="$(usex inotify 1 0)" \
                HAVE_LIBFONTS="$(usex statusbar 1 0)" \

Reply via email to