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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FA4415813A for ; Tue, 07 Jan 2025 05:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FF8E0636; Tue, 07 Jan 2025 05:20:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7AE06E0636 for ; Tue, 07 Jan 2025 05:20:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4813340C53 for ; Tue, 07 Jan 2025 05:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1EDA1D5D for ; Tue, 07 Jan 2025 05:20:33 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1736227131.3baff999862c0fb54bd916143648d69708c69671.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/files/, app-cdr/isomaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isomaster/files/isomaster-1.3.14-include-path.patch app-cdr/isomaster/isomaster-1.3.17-r1.ebuild app-cdr/isomaster/isomaster-1.3.17.ebuild X-VCS-Directories: app-cdr/isomaster/files/ app-cdr/isomaster/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3baff999862c0fb54bd916143648d69708c69671 X-VCS-Branch: master Date: Tue, 07 Jan 2025 05:20:33 +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: 9b361032-4526-4ada-8334-708cd68f142d X-Archives-Hash: 1c12617f79d989d978d24356157520eb commit: 3baff999862c0fb54bd916143648d69708c69671 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 7 02:02:44 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jan 7 05:18:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baff999 app-cdr/isomaster: update for unslotted iniparser Have not really revised this ebuild, but fwiw also move the configs into src_compile (no reason to do this in pkg_setup). Signed-off-by: Ionen Wolkens gentoo.org> .../files/isomaster-1.3.14-include-path.patch | 25 ---------------- ...er-1.3.17.ebuild => isomaster-1.3.17-r1.ebuild} | 34 ++++++++++------------ 2 files changed, 16 insertions(+), 43 deletions(-) diff --git a/app-cdr/isomaster/files/isomaster-1.3.14-include-path.patch b/app-cdr/isomaster/files/isomaster-1.3.14-include-path.patch deleted file mode 100644 index 520a355e595f..000000000000 --- a/app-cdr/isomaster/files/isomaster-1.3.14-include-path.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 50113aa660d2a867f3f8bfd67e1ba601c8b5294a Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping -Date: Mon, 27 Jan 2020 23:33:49 +0100 -Subject: [PATCH] Add missing (Gentoo specific) include path for iniparser 4 - ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 8f4f23b..124a035 100644 ---- a/Makefile -+++ b/Makefile -@@ -65,7 +65,7 @@ CPPFLAGS += -DICONPATH=\"$(ICONPATH)\" -DLOCALEDIR=\"$(LOCALEDIR)\" -DDEFAULT_E - CPPFLAGS += -D_FILE_OFFSET_BITS=64 - - ifdef USE_SYSTEM_INIPARSER --CPPFLAGS += -DUSE_SYSTEM_INIPARSER=$(USE_SYSTEM_INIPARSER) -+CPPFLAGS += -DUSE_SYSTEM_INIPARSER=$(USE_SYSTEM_INIPARSER) -I/usr/include/iniparser4 - endif - - OBJECTS = isomaster.o window.o browser.o fsbrowser.o isobrowser.o error.o about.o settings.o boot.o editfile.o --- -2.24.1 - diff --git a/app-cdr/isomaster/isomaster-1.3.17.ebuild b/app-cdr/isomaster/isomaster-1.3.17-r1.ebuild similarity index 80% rename from app-cdr/isomaster/isomaster-1.3.17.ebuild rename to app-cdr/isomaster/isomaster-1.3.17-r1.ebuild index bfed4c776be9..547f5024b765 100644 --- a/app-cdr/isomaster/isomaster-1.3.17.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.17-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs xdg-utils +inherit flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -14,36 +14,34 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="nls" -RDEPEND=">=dev-libs/iniparser-4.1:4 +RDEPEND=">=dev-libs/iniparser-4.1-r2:= x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( >=sys-devel/gettext-0.19.1 )" # bug 512448 -PATCHES=( - "${FILESDIR}"/${PN}-1.3.14-include-path.patch -) +src_prepare() { + default + rm -f configure || die #274361 + rm -R iniparser-4.1 || die +} + +src_compile() { + tc-export AR CC + + # iniparser.pc only exists in >=4.2 and it changes headers location + has_version '>=dev-libs/iniparser-4.2' && + append-cflags $($(tc-getPKG_CONFIG) --cflags iniparser || die) -pkg_setup() { myisoconf=( DEFAULT_EDITOR=leafpad MYDOCPATH=/usr/share/doc/${PF}/bkisofs USE_SYSTEM_INIPARSER=1 - LIB_INIPARSER=iniparser4 PREFIX=/usr - ) + ) use nls || myisoconf+=( WITHOUT_NLS=1 ) -} -src_prepare() { - default - rm -f configure || die #274361 - rm -R iniparser-4.1 || die -} - -src_compile() { - tc-export AR CC emake "${myisoconf[@]}" }