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 300E4158030 for ; Wed, 1 Mar 2023 14:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53581E07E0; Wed, 1 Mar 2023 14:33:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 40952E07E0 for ; Wed, 1 Mar 2023 14:33:25 +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 73E6433C4EE for ; Wed, 1 Mar 2023 14:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 966E6865 for ; Wed, 1 Mar 2023 14:33:22 +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: <1677681088.46b3c73859291a2c14d777bcfac8ac857faad019.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kidletime/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kidletime/kidletime-5.102.0.ebuild X-VCS-Directories: kde-frameworks/kidletime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46b3c73859291a2c14d777bcfac8ac857faad019 X-VCS-Branch: master Date: Wed, 1 Mar 2023 14:33:22 +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: 0536e31e-bafd-4be8-b638-50ff09eef058 X-Archives-Hash: e05859423a15d537d68ee845fb505624 commit: 46b3c73859291a2c14d777bcfac8ac857faad019 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 1 09:13:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 1 14:31:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b3c738 kde-frameworks/kidletime: drop 5.102.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kidletime/kidletime-5.102.0.ebuild | 59 ----------------------- 1 file changed, 59 deletions(-) diff --git a/kde-frameworks/kidletime/kidletime-5.102.0.ebuild b/kde-frameworks/kidletime/kidletime-5.102.0.ebuild deleted file mode 100644 index abe35a8f772c..000000000000 --- a/kde-frameworks/kidletime/kidletime-5.102.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for detection and notification of device idle time" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="wayland X xscreensaver" - -REQUIRED_USE="xscreensaver? ( X )" - -RDEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - wayland? ( - dev-libs/wayland - >=dev-qt/qtgui-${QTMIN}:5=[wayland] - >=dev-qt/qtwayland-${QTMIN}:5 - ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXext - ) - xscreensaver? ( - >=dev-qt/qtdbus-${QTMIN}:5 - x11-libs/libXScrnSaver - ) -" -DEPEND="${RDEPEND} - wayland? ( - >=dev-libs/plasma-wayland-protocols-1.7.0 - >=dev-libs/wayland-protocols-1.27:0 - ) -" -BDEPEND="wayland? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )" - -src_prepare() { - ecm_src_prepare - if ! use xscreensaver; then - sed -i -e "s/\${X11_Xscreensaver_FOUND}/0/" CMakeLists.txt || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package wayland Qt5WaylandClient) - $(cmake_use_find_package X X11) - $(cmake_use_find_package X XCB) - ) - - ecm_src_configure -}