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 068C1158010 for ; Thu, 5 Jan 2023 13:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08CCE07E2; Thu, 5 Jan 2023 13:04:49 +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 B3501E07E2 for ; Thu, 5 Jan 2023 13:04:49 +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 71C7433C6B6 for ; Thu, 5 Jan 2023 13:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCCFA7FF for ; Thu, 5 Jan 2023 13:04:46 +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: <1672923858.decafa49f93adc10f9eb986802926e56c34353c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwindowsystem/kwindowsystem-5.101.0.ebuild X-VCS-Directories: kde-frameworks/kwindowsystem/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: decafa49f93adc10f9eb986802926e56c34353c9 X-VCS-Branch: master Date: Thu, 5 Jan 2023 13:04:46 +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: fb0b899b-39c0-477e-bd7a-894b1851e016 X-Archives-Hash: 62582583dc4377b8df88926c1477c20a commit: decafa49f93adc10f9eb986802926e56c34353c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 5 13:04:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 5 13:04:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decafa49 kde-frameworks/kwindowsystem: drop 5.101.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kwindowsystem/kwindowsystem-5.101.0.ebuild | 44 ---------------------- 1 file changed, 44 deletions(-) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.101.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.101.0.ebuild deleted file mode 100644 index 0006cc7dcf06..000000000000 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.101.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing access to properties and features of the window manager" - -LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="wayland X" - -RESTRICT="test" - -RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libxcb - x11-libs/xcb-util-keysyms - ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) - test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) -" -BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" -PDEPEND="wayland? ( >=kde-plasma/kwayland-integration-5.25.5-r1:5 )" - -DOCS=( docs/README.kstartupinfo ) - -src_configure() { - local mycmakeargs=( - -DKWINDOWSYSTEM_NO_WIDGETS=ON - $(cmake_use_find_package X X11) - ) - - ecm_src_configure -}