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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59CED158099 for ; Tue, 28 Nov 2023 09:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CD82BC043; Tue, 28 Nov 2023 09:46: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 839222BC047 for ; Tue, 28 Nov 2023 09:46: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 1B289342F87 for ; Tue, 28 Nov 2023 09:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8831913FF for ; Tue, 28 Nov 2023 09:46:10 +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: <1701164718.2ec7a866017d9289d66d06fad038eb6dbcfd03c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libplasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libplasma/Manifest kde-plasma/libplasma/libplasma-5.110.0.ebuild X-VCS-Directories: kde-plasma/libplasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2ec7a866017d9289d66d06fad038eb6dbcfd03c8 X-VCS-Branch: master Date: Tue, 28 Nov 2023 09:46: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: 80b1825a-0af6-441e-bc61-86f541d3be27 X-Archives-Hash: 72e7447a0f1062d24e18c1aa810a8039 commit: 2ec7a866017d9289d66d06fad038eb6dbcfd03c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 24 12:47:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 28 09:45:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec7a866 kde-plasma/libplasma: drop 5.110.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libplasma/Manifest | 1 - kde-plasma/libplasma/libplasma-5.110.0.ebuild | 73 --------------------------- 2 files changed, 74 deletions(-) diff --git a/kde-plasma/libplasma/Manifest b/kde-plasma/libplasma/Manifest index 77da13eed075..1572597d87a1 100644 --- a/kde-plasma/libplasma/Manifest +++ b/kde-plasma/libplasma/Manifest @@ -1,2 +1 @@ -DIST plasma-framework-5.110.0.tar.xz 3310724 BLAKE2B c98fb699f40d50ddcba0cabdd9cd13a06125e27b1ff6c2c922624ba45107f98e70ecc3cbc70634414685d5dff2bb2a198bd819e9f59f37ca9fcb3d5d7a991747 SHA512 dda20bee357c18405a56cb8cd0b73d1da3f8838921290e5890873b80d1b970a82f18194c26a598c670e85bb4db16477ef770d5e1d7d19d79b210dec574704039 DIST plasma-framework-5.112.0.tar.xz 3310804 BLAKE2B e6b6a407c282ac633b250a88587fa7131073b76b1cfeb49342858b77f41882d1d037a0d403ff7bcaf4dc86e721250b7a00693c729ddd38bf696c407bbce75608 SHA512 5bc931ab1d43897e73778b3d99b0422ac991e11568f2a136cd652d746171133de5bc80acc4904c187219134353682f4582d86b5f0ce80c4fb67ae4f51d40178b diff --git a/kde-plasma/libplasma/libplasma-5.110.0.ebuild b/kde-plasma/libplasma/libplasma-5.110.0.ebuild deleted file mode 100644 index 067a5362f7b9..000000000000 --- a/kde-plasma/libplasma/libplasma-5.110.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_NONGUI="true" -ECM_QTHELP="true" -ECM_TEST="true" -KDE_ORG_NAME="plasma-framework" -KFMIN=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="gles2-only man wayland" - -RESTRICT="test" - -# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X] - >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - =kde-frameworks/karchive-${KFMIN}*:5 - =kde-frameworks/kconfig-${KFMIN}*:5[qml] - =kde-frameworks/kconfigwidgets-${KFMIN}*:5 - =kde-frameworks/kcoreaddons-${KFMIN}*:5 - =kde-frameworks/kdeclarative-${KFMIN}*:5 - =kde-frameworks/kglobalaccel-${KFMIN}*:5 - =kde-frameworks/kguiaddons-${KFMIN}*:5 - =kde-frameworks/ki18n-${KFMIN}*:5 - =kde-frameworks/kiconthemes-${KFMIN}*:5 - =kde-frameworks/kio-${KFMIN}*:5 - =kde-frameworks/kirigami-${KFMIN}*:5 - =kde-frameworks/knotifications-${KFMIN}*:5 - =kde-frameworks/kpackage-${KFMIN}*:5 - =kde-frameworks/kservice-${KFMIN}*:5 - =kde-frameworks/kwidgetsaddons-${KFMIN}*:5 - =kde-frameworks/kwindowsystem-${KFMIN}*:5[X] - =kde-frameworks/kxmlgui-${KFMIN}*:5 - =kde-plasma/plasma-activities-${KFMIN}*:5 - x11-libs/libX11 - x11-libs/libxcb - !gles2-only? ( media-libs/libglvnd[X] ) - wayland? ( - =kde-plasma/kwayland-${KFMIN}*:5 - media-libs/libglvnd - ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" -BDEPEND="man? ( >=kde-frameworks/kdoctools-${KFMIN}:5 )" - -src_configure() { - local mycmakeargs=( - -DBUILD_DESKTOPTHEMES=ON # TODO: switch for KF6 compat - $(cmake_use_find_package !gles2-only OpenGL) - $(cmake_use_find_package man KF5DocTools) - $(cmake_use_find_package wayland EGL) - $(cmake_use_find_package wayland KF5Wayland) - ) - - ecm_src_configure -}