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 A223F158095 for ; Sat, 6 Aug 2022 07:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9811FE0C62; Sat, 6 Aug 2022 07:45:04 +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 76421E0C62 for ; Sat, 6 Aug 2022 07:45:04 +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 BE3BE341225 for ; Sat, 6 Aug 2022 07:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 599A257A for ; Sat, 6 Aug 2022 07:45:00 +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: <1659770484.e58917fe5edb142f6f6ef4231573040281299c81.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kjobwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kjobwidgets/kjobwidgets-5.96.0.ebuild X-VCS-Directories: kde-frameworks/kjobwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e58917fe5edb142f6f6ef4231573040281299c81 X-VCS-Branch: master Date: Sat, 6 Aug 2022 07:45:00 +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: fc9cdb99-f5a0-45bc-97d0-52487fe0eb97 X-Archives-Hash: 9dc7ebce9ed2b6c42d2002a235d9d008 commit: e58917fe5edb142f6f6ef4231573040281299c81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 6 07:20:09 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 6 07:21:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58917fe kde-frameworks/kjobwidgets: drop 5.96.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kjobwidgets/kjobwidgets-5.96.0.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/kde-frameworks/kjobwidgets/kjobwidgets-5.96.0.ebuild b/kde-frameworks/kjobwidgets/kjobwidgets-5.96.0.ebuild deleted file mode 100644 index aa7144b90926..000000000000 --- a/kde-frameworks/kjobwidgets/kjobwidgets-5.96.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.4 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing assorted widgets for showing the progress of jobs" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls X" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) -" -DEPEND="${RDEPEND} - X? ( - x11-base/xorg-proto - x11-libs/libX11 - ) -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X X11) - ) - - ecm_src_configure -}