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 6D849158089 for ; Tue, 26 Sep 2023 19:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD942BC034; Tue, 26 Sep 2023 19:09:30 +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 DA1D12BC032 for ; Tue, 26 Sep 2023 19:09:29 +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 00C5F335CD2 for ; Tue, 26 Sep 2023 19:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39548126C for ; Tue, 26 Sep 2023 19:09:26 +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: <1695755215.ef0b5a2eea08b4ea1fb1cf67f9021e99c09f0f2e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kinit/Manifest kde-frameworks/kinit/kinit-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ef0b5a2eea08b4ea1fb1cf67f9021e99c09f0f2e X-VCS-Branch: master Date: Tue, 26 Sep 2023 19:09:26 +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: 7eb99339-5861-41fb-8360-0422f5477445 X-Archives-Hash: 66af0e0a618a0d945c8af9a12cc7d2ae commit: ef0b5a2eea08b4ea1fb1cf67f9021e99c09f0f2e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 26 18:40:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 26 19:06:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0b5a2e kde-frameworks/kinit: drop 5.108.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kinit/Manifest | 1 - kde-frameworks/kinit/kinit-5.108.0.ebuild | 48 ------------------------------- 2 files changed, 49 deletions(-) diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest index bb2fa0e580a3..ad98da4ecffe 100644 --- a/kde-frameworks/kinit/Manifest +++ b/kde-frameworks/kinit/Manifest @@ -1,2 +1 @@ -DIST kinit-5.108.0.tar.xz 2405024 BLAKE2B c8c489f0c0938334862eed2d8c67879bfba1a71e27e8a230e5517f2ea48ef2b9cf4170f28c8a99abefa0c8e4856594d129091c74c3ab6a2c21fe54d5761d46a4 SHA512 fffd13ffc90eb022597f457cd4d738ec9fe864ab4453fb27473190b903082d9f67746feb529acc1299e7e342bbfd1265b14dcbfab70c3be621d264f878d20dad DIST kinit-5.110.0.tar.xz 2404984 BLAKE2B 585d8dfc90d49e3ad23933bb375741654a0a0eed2cb216d2f7165b32d489c6e8ba09becf7790d963c4bbd503adc30f5cd6bd553d325c6805a3a954c1d2749ef7 SHA512 8089bec68baf49c2a758f9f8f2d2e5fd130c0e49025428f112d412ad012e3688d848d444bf5d9c6699d360defbb489a8d500c89feef7d4b67b151be6fae7bd9c diff --git a/kde-frameworks/kinit/kinit-5.108.0.ebuild b/kde-frameworks/kinit/kinit-5.108.0.ebuild deleted file mode 100644 index 277f433452a9..000000000000 --- a/kde-frameworks/kinit/kinit-5.108.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Helper library to speed up start of applications on KDE workspaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="+caps +man X" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kcrash-${PVCUT}*:5 - =kde-frameworks/kdbusaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?] - caps? ( sys-libs/libcap ) - X? ( - x11-libs/libX11 - x11-libs/libxcb - ) -" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto ) -" -BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package caps Libcap) - $(cmake_use_find_package man KF5DocTools) - -DWITH_X11=$(usex X) - ) - - ecm_src_configure -}