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 AF3C21580FD for ; Tue, 24 Dec 2024 11:55:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55CFE082D; Tue, 24 Dec 2024 11:55:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 968B5E082D for ; Tue, 24 Dec 2024 11:55:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A71C2340BDE for ; Tue, 24 Dec 2024 11:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C7818F1 for ; Tue, 24 Dec 2024 11:55:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1735041046.2cedd69a4830b0b00aa04d2e0b65772cda48f113.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/nativefiledialog-extended/files/, dev-libs/nativefiledialog-extended/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/nativefiledialog-extended/Manifest dev-libs/nativefiledialog-extended/files/nativefiledialog-extended-0_pre20210430-no-static.patch dev-libs/nativefiledialog-extended/metadata.xml dev-libs/nativefiledialog-extended/nativefiledialog-extended-1.2.0.ebuild X-VCS-Directories: dev-libs/nativefiledialog-extended/files/ dev-libs/nativefiledialog-extended/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2cedd69a4830b0b00aa04d2e0b65772cda48f113 X-VCS-Branch: master Date: Tue, 24 Dec 2024 11:55:10 +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: 3f3efcae-9aae-42db-b5a0-239410483695 X-Archives-Hash: 81d0652c7081dfeb7f1ffa38d1273e3f Message-ID: <20241224115510.ZFvBTstk2M19q4x41F3fXSGxPv1mFSuPrsLqSpbS8eU@z> commit: 2cedd69a4830b0b00aa04d2e0b65772cda48f113 Author: David Roman gmail com> AuthorDate: Tue Dec 24 11:50:18 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 24 11:50:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cedd69a dev-libs/nativefiledialog-extended: treeclean, moved to ::gentoo Signed-off-by: David Roman gmail.com> dev-libs/nativefiledialog-extended/Manifest | 1 - ...ledialog-extended-0_pre20210430-no-static.patch | 12 ----- dev-libs/nativefiledialog-extended/metadata.xml | 52 ---------------------- .../nativefiledialog-extended-1.2.0.ebuild | 37 --------------- 4 files changed, 102 deletions(-) diff --git a/dev-libs/nativefiledialog-extended/Manifest b/dev-libs/nativefiledialog-extended/Manifest deleted file mode 100644 index 4ea2bbe32..000000000 --- a/dev-libs/nativefiledialog-extended/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nativefiledialog-extended-1.2.0.tar.gz 426259 BLAKE2B 107680121cb1c016f1e3af61f9bd0dffc7bf12661b445107110a5c910c9778f8f9a135123d4c5eb6ffce9ebd9bba2f5e0e0e7efbf57dd070ffbcbd8a59aeeff3 SHA512 b07231484c805ac1f96f49070e2a92b624b4fdb10c534482af7484e23222acab5b2f1461b776ca892573d6930372518816155f604ca5dd12cffea5605d107758 diff --git a/dev-libs/nativefiledialog-extended/files/nativefiledialog-extended-0_pre20210430-no-static.patch b/dev-libs/nativefiledialog-extended/files/nativefiledialog-extended-0_pre20210430-no-static.patch deleted file mode 100644 index 61914ccc1..000000000 --- a/dev-libs/nativefiledialog-extended/files/nativefiledialog-extended-0_pre20210430-no-static.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -23,8 +23,7 @@ - endif() - - # Define the library --add_library(${TARGET_NAME} STATIC -- ${SOURCE_FILES}) -+add_library(${TARGET_NAME} ${SOURCE_FILES}) - - # Allow includes from include/ - target_include_directories(${TARGET_NAME} diff --git a/dev-libs/nativefiledialog-extended/metadata.xml b/dev-libs/nativefiledialog-extended/metadata.xml deleted file mode 100644 index 887558e59..000000000 --- a/dev-libs/nativefiledialog-extended/metadata.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - -benoit.dufour@mail.com -BenoƮt Dufour - - -A small C library with that portably invokes native file open, folder select and save dialogs. Write dialog code once and have it pop up native dialogs on all supported platforms. Avoid linking large dependencies like wxWidgets and Qt. - -This library is based on Michael Labbe's Native File Dialog (mlabbe/nativefiledialog). - -Features: - -Lean C API, static library -- no C++/ObjC runtime needed -Supports Windows (MSVC, MinGW), MacOS (Clang), and Linux (GCC, Clang) -Zlib licensed -Friendly names for filters (e.g. C/C++ Source files (*.c;*.cpp) instead of (*.c;*.cpp)) on platforms that support it -Automatically append file extension on platforms where users expect it -Support for setting a default folder path -Support for setting a default file name (e.g. Untitled.c) -Consistent UTF-8 support on all platforms -Native character set (UTF-16 wchar_t) support on Windows -Initialization and de-initialization of platform library (e.g. COM (Windows) / GTK (Linux)) decoupled from dialog functions, so applications can choose when to initialize/de-initialize -Multiple file selection support (for file open dialog) -Support for Vista's modern IFileDialog on Windows -No third party dependencies -Modern CMake build system -Works alongside SDL2 on all platforms -Optional C++ wrapper with unique_ptr auto-freeing semantics and optional parameters, for those using this library from C++ - -Comparison with original Native File Dialog: - -The friendly names feature is the primary reason for breaking API compatibility with Michael Labbe's library (and hence this library probably will never be merged with it). There are also a number of tweaks that cause observable differences in this library. - -Features added in Native File Dialog Extended: - -Friendly names for filters -Automatically appending file extensions -Support for setting a default file name -Native character set (UTF-16 wchar_t) support on Windows -Initialization and de-initialization of platform library decoupled from file dialog functions -Modern CMake build system -Optional C++ wrapper with unique_ptr auto-freeing semantics and optional parameters - -There is also significant code refractoring, especially for the Windows implementation - - -https://github.com/btzy/nativefiledialog-extended/issues -btzy/nativefiledialog-extended - - diff --git a/dev-libs/nativefiledialog-extended/nativefiledialog-extended-1.2.0.ebuild b/dev-libs/nativefiledialog-extended/nativefiledialog-extended-1.2.0.ebuild deleted file mode 100644 index 77cbc18fa..000000000 --- a/dev-libs/nativefiledialog-extended/nativefiledialog-extended-1.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="File dialog library with C and C++ bindings, based on nativefiledialog" -HOMEPAGE="https://github.com/btzy/nativefiledialog-extended" -SRC_URI="https://github.com/btzy/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0/${PV}" -KEYWORDS="~amd64" - -RDEPEND=" - x11-libs/gtk+:3 - dev-libs/glib:2 -" -DEPEND="${RDEPEND}" -IUSE="test" - -RESTRICT="!test? ( test )" -#PATCHES=( "${FILESDIR}/${P}-no-static.patch" ) - -src_prepare() { - eapply_user - sed -e "s|DESTINATION lib|DESTINATION $(get_libdir)|g" -i src/CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DNFD_BUILD_TESTS=$(usex test) - ) - cmake_src_configure -}