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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA666138334 for ; Tue, 31 Dec 2019 14:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1D9E0996; Tue, 31 Dec 2019 14:38:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E00A5E0996 for ; Tue, 31 Dec 2019 14:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5094734DC7F for ; Tue, 31 Dec 2019 14:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 650911E for ; Tue, 31 Dec 2019 14:38:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577803045.0fce98f8426d4103340b14f22001be312a0a1b16.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/, app-editors/juffed/, x11-misc/qlipper/, x11-misc/qtfm/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/juffed/juffed-0.10_p20160323-r1.ebuild app-emulation/q4wine/q4wine-1.3.11.ebuild dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild media-gfx/nomacs/nomacs-3.12.ebuild x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild x11-libs/qtermwidget/qtermwidget-9999.ebuild x11-misc/qlipper/qlipper-5.1.2.ebuild x11-misc/qps/qps-1.10.20.ebuild x11-misc/qtfm/qtfm-99999.ebuild x11-misc/screengrab/screengrab-1.101.ebuild x11-terms/qterminal/qterminal-0.14.1.ebuild x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: dev-qt/qtwebkit/ app-emulation/q4wine/ x11-misc/screengrab/ media-gfx/nomacs/ x11-terms/qterminal/ app-editors/juffed/ x11-libs/qtermwidget/ x11-misc/qps/ x11-misc/qtfm/ x11-misc/qlipper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0fce98f8426d4103340b14f22001be312a0a1b16 X-VCS-Branch: master Date: Tue, 31 Dec 2019 14:38:16 +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: 93aa60d3-9e0a-40b3-bdf7-6d6017c5642d X-Archives-Hash: ecd5dcaf72696ae4cae8b180df44a2de commit: 0fce98f8426d4103340b14f22001be312a0a1b16 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 23 23:27:10 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 31 14:37:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fce98f8 */*: Switch qt proj packages to cmake.eclass Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 6 +++--- app-emulation/q4wine/q4wine-1.3.11.ebuild | 4 ++-- dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild | 8 ++++---- media-gfx/nomacs/nomacs-3.12.ebuild | 4 ++-- x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild | 2 +- x11-libs/qtermwidget/qtermwidget-9999.ebuild | 2 +- x11-misc/qlipper/qlipper-5.1.2.ebuild | 2 +- x11-misc/qps/qps-1.10.20.ebuild | 2 +- x11-misc/qtfm/qtfm-99999.ebuild | 4 ++-- x11-misc/screengrab/screengrab-1.101.ebuild | 2 +- x11-terms/qterminal/qterminal-0.14.1.ebuild | 2 +- x11-terms/qterminal/qterminal-9999.ebuild | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild index ef84d7ef461..955c950bbf9 100644 --- a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild +++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 COMMIT=5ba17f90ec173e773470bc80ea26bca9a3f093fd -inherit cmake-utils xdg +inherit cmake xdg DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting" HOMEPAGE="http://juffed.com/en/" @@ -41,7 +41,7 @@ src_prepare() { # Upstream version outdated/dysfunctional and CRLF terminated cp "${FILESDIR}"/FindQtSingleApplication.cmake cmake/ || die - cmake-utils_src_prepare + cmake_src_prepare sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die } @@ -54,5 +54,5 @@ src_configure() { -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON -DLIB_SUFFIX=${libdir/lib/} ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/app-emulation/q4wine/q4wine-1.3.11.ebuild b/app-emulation/q4wine/q4wine-1.3.11.ebuild index d7e68124ce8..4604dd003e7 100644 --- a/app-emulation/q4wine/q4wine-1.3.11.ebuild +++ b/app-emulation/q4wine/q4wine-1.3.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg cmake-utils +inherit xdg cmake # Upstream names the package PV-rX. We change that to # PV_pX so we can use portage revisions. @@ -54,5 +54,5 @@ src_configure() { -DUSE_GZIP=OFF -DWITH_DBUS=$(usex dbus ON OFF) ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild index 196ec44e934..fc9fd9ccaf8 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) USE_RUBY="ruby24 ruby25 ruby26" MY_P="${PN}-${PV/_pre20190629/-alpha3}" # present as upgrade over previous snapshot -inherit check-reqs cmake-utils flag-o-matic python-any-r1 qmake-utils ruby-single toolchain-funcs +inherit check-reqs cmake flag-o-matic python-any-r1 qmake-utils ruby-single toolchain-funcs DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)" HOMEPAGE="https://www.qt.io/" @@ -116,7 +116,7 @@ src_configure() { -DENABLE_PRINT_SUPPORT=$(usex printsupport) -DENABLE_DEVICE_ORIENTATION=$(usex orientation) -DENABLE_WEBKIT2=$(usex qml) - $(cmake-utils_use_find_package webp WebP) + $(cmake_use_find_package webp WebP) -DENABLE_X11_TARGET=$(usex X) ) @@ -128,11 +128,11 @@ src_configure() { mycmakeargs+=( -DRUBY_EXECUTABLE=$(type -P ruby24) ) fi - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # bug 572056 if [[ ! -f ${ED}$(qt5_get_libdir)/libQt5WebKit.so ]]; then diff --git a/media-gfx/nomacs/nomacs-3.12.ebuild b/media-gfx/nomacs/nomacs-3.12.ebuild index 17e8151bfcf..a527bc46b3e 100644 --- a/media-gfx/nomacs/nomacs-3.12.ebuild +++ b/media-gfx/nomacs/nomacs-3.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt-based image viewer" HOMEPAGE="https://nomacs.org/" @@ -57,7 +57,7 @@ src_configure() { -DENABLE_TIFF=$(usex tiff) -DENABLE_QUAZIP=$(usex zip) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild index a4f168095b5..b7ed36058ef 100644 --- a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Qt terminal emulator widget" HOMEPAGE="https://lxqt.org/" diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild index 9c367cc15cb..e9a17c8f55c 100644 --- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Qt terminal emulator widget" HOMEPAGE="https://lxqt.org/" diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild b/x11-misc/qlipper/qlipper-5.1.2.ebuild index 412e6dbec0e..d4b0e226ba3 100644 --- a/x11-misc/qlipper/qlipper-5.1.2.ebuild +++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Lightweight and cross-platform clipboard history applet" HOMEPAGE="https://github.com/pvanek/qlipper" diff --git a/x11-misc/qps/qps-1.10.20.ebuild b/x11-misc/qps/qps-1.10.20.ebuild index 707dc0fadb3..b585aaca7eb 100644 --- a/x11-misc/qps/qps-1.10.20.ebuild +++ b/x11-misc/qps/qps-1.10.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Visual process manager - Qt version of ps/top" HOMEPAGE="https://lxqt.org/" diff --git a/x11-misc/qtfm/qtfm-99999.ebuild b/x11-misc/qtfm/qtfm-99999.ebuild index 61cdeb65e86..5d0ee8acd42 100644 --- a/x11-misc/qtfm/qtfm-99999.ebuild +++ b/x11-misc/qtfm/qtfm-99999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 xdg-utils cmake-utils +inherit git-r3 xdg-utils cmake DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt" HOMEPAGE="https://qtfm.eu/" @@ -39,7 +39,7 @@ src_configure() { -DENABLE_FFMPEG="$(usex ffmpeg)" -DENABLE_MAGICK="$(usex imagemagick)" ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/x11-misc/screengrab/screengrab-1.101.ebuild b/x11-misc/screengrab/screengrab-1.101.ebuild index 250095281d0..a8de9640bb1 100644 --- a/x11-misc/screengrab/screengrab-1.101.ebuild +++ b/x11-misc/screengrab/screengrab-1.101.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt application for getting screenshots" HOMEPAGE="https://lxqt.org/" diff --git a/x11-terms/qterminal/qterminal-0.14.1.ebuild b/x11-terms/qterminal/qterminal-0.14.1.ebuild index 528f35e53d0..aef92c45a4a 100644 --- a/x11-terms/qterminal/qterminal-0.14.1.ebuild +++ b/x11-terms/qterminal/qterminal-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt-based multitab terminal emulator" HOMEPAGE="https://lxqt.org/" diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index f7797f36015..d95e1018d60 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt-based multitab terminal emulator" HOMEPAGE="https://lxqt.org/"