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 F0B93138350 for ; Fri, 3 Apr 2020 20:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F31BE0B0E; Fri, 3 Apr 2020 20:07:05 +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 52748E0B0E for ; Fri, 3 Apr 2020 20:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 44ED734F051 for ; Fri, 3 Apr 2020 20:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2381BF for ; Fri, 3 Apr 2020 20:07:01 +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: <1585944355.3684f3f3bdba017c6aecc6910c542c5e3626bacb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/plasma/metadata.xml kde-frameworks/plasma/plasma-5.67.0-r2.ebuild kde-frameworks/plasma/plasma-5.67.0-r3.ebuild kde-frameworks/plasma/plasma-5.68.0-r1.ebuild kde-frameworks/plasma/plasma-5.68.0.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3684f3f3bdba017c6aecc6910c542c5e3626bacb X-VCS-Branch: master Date: Fri, 3 Apr 2020 20:07:01 +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: b709dfe6-0a59-4b49-9bb8-915091f2e500 X-Archives-Hash: 9ebc6637befe56d32c83974beb870293 commit: 3684f3f3bdba017c6aecc6910c542c5e3626bacb Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 23 09:53:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 3 20:05:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3684f3f3 kde-frameworks/plasma: rename USE=gles2 to USE=gles2-only Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/plasma/metadata.xml | 3 --- .../plasma/{plasma-5.67.0-r2.ebuild => plasma-5.67.0-r3.ebuild} | 8 ++++---- .../plasma/{plasma-5.68.0.ebuild => plasma-5.68.0-r1.ebuild} | 8 ++++---- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/kde-frameworks/plasma/metadata.xml b/kde-frameworks/plasma/metadata.xml index 6b9e8700315..2fdbf33d963 100644 --- a/kde-frameworks/plasma/metadata.xml +++ b/kde-frameworks/plasma/metadata.xml @@ -5,7 +5,4 @@ kde@gentoo.org Gentoo KDE Project - - Use GLES 2.0 or later instead of full OpenGL - diff --git a/kde-frameworks/plasma/plasma-5.67.0-r2.ebuild b/kde-frameworks/plasma/plasma-5.67.0-r3.ebuild similarity index 92% rename from kde-frameworks/plasma/plasma-5.67.0-r2.ebuild rename to kde-frameworks/plasma/plasma-5.67.0-r3.ebuild index d790632f9e8..37b67199cb7 100644 --- a/kde-frameworks/plasma/plasma-5.67.0-r2.ebuild +++ b/kde-frameworks/plasma/plasma-5.67.0-r3.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Plasma framework" LICENSE="LGPL-2+" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="gles2 wayland X" +IUSE="gles2-only wayland X" # drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" @@ -22,7 +22,7 @@ BDEPEND=" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[gles2=] + >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=] >=dev-qt/qtquickcontrols-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5 @@ -45,7 +45,7 @@ RDEPEND=" =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 =kde-frameworks/kwindowsystem-${PVCUT}*:5 =kde-frameworks/kxmlgui-${PVCUT}*:5 - !gles2? ( virtual/opengl ) + !gles2-only? ( virtual/opengl ) wayland? ( =kde-frameworks/kwayland-${PVCUT}*:5 media-libs/mesa[egl] @@ -69,7 +69,7 @@ PATCHES=( src_configure() { local mycmakeargs=( - $(cmake_use_find_package !gles2 OpenGL) + $(cmake_use_find_package !gles2-only OpenGL) $(cmake_use_find_package wayland EGL) $(cmake_use_find_package wayland KF5Wayland) $(cmake_use_find_package X X11) diff --git a/kde-frameworks/plasma/plasma-5.68.0.ebuild b/kde-frameworks/plasma/plasma-5.68.0-r1.ebuild similarity index 92% rename from kde-frameworks/plasma/plasma-5.68.0.ebuild rename to kde-frameworks/plasma/plasma-5.68.0-r1.ebuild index 27066b6b7ad..5ec5f22228a 100644 --- a/kde-frameworks/plasma/plasma-5.68.0.ebuild +++ b/kde-frameworks/plasma/plasma-5.68.0-r1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Plasma framework" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="gles2 wayland X" +IUSE="gles2-only wayland X" # drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" @@ -22,7 +22,7 @@ BDEPEND=" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5=[gles2=] + >=dev-qt/qtgui-${QTMIN}:5=[gles2-only=] >=dev-qt/qtquickcontrols-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5 @@ -45,7 +45,7 @@ RDEPEND=" =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 =kde-frameworks/kwindowsystem-${PVCUT}*:5 =kde-frameworks/kxmlgui-${PVCUT}*:5 - !gles2? ( virtual/opengl ) + !gles2-only? ( virtual/opengl ) wayland? ( =kde-frameworks/kwayland-${PVCUT}*:5 media-libs/mesa[egl] @@ -64,7 +64,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( - $(cmake_use_find_package !gles2 OpenGL) + $(cmake_use_find_package !gles2-only OpenGL) $(cmake_use_find_package wayland EGL) $(cmake_use_find_package wayland KF5Wayland) $(cmake_use_find_package X X11)