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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48BD01581FB for ; Tue, 26 Nov 2024 19:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E521E0824; Tue, 26 Nov 2024 19:25:22 +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 46A08E077F for ; Tue, 26 Nov 2024 19:25:20 +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 25F00340906 for ; Tue, 26 Nov 2024 19:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65FA21898 for ; Tue, 26 Nov 2024 19:25:17 +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: <1732649031.b4e5b2396f02ab57323696986a610363e45131ef.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/solid/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/solid/solid-5.116.0.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b4e5b2396f02ab57323696986a610363e45131ef X-VCS-Branch: master Date: Tue, 26 Nov 2024 19:25:17 +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: 929458c6-9b03-4050-bd06-cf48fccd0037 X-Archives-Hash: 969348ba36c6e6a0d77079a2e68a7397 commit: b4e5b2396f02ab57323696986a610363e45131ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 26 18:55:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 26 19:23:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e5b239 kde-frameworks/solid: drop 5.116.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/solid/solid-5.116.0.ebuild | 50 ------------------------------- 1 file changed, 50 deletions(-) diff --git a/kde-frameworks/solid/solid-5.116.0.ebuild b/kde-frameworks/solid/solid-5.116.0.ebuild deleted file mode 100644 index f3d77112cc05..000000000000 --- a/kde-frameworks/solid/solid-5.116.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.9 -inherit ecm frameworks.kde.org optfeature - -DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management" - -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" -IUSE="ios" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - sys-apps/util-linux - sys-fs/udisks:2 - virtual/libudev:= - ios? ( - app-pda/libimobiledevice:= - app-pda/libplist:= - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - >=dev-qt/linguist-tools-${QTMIN}:5 -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package ios IMobileDevice) - $(cmake_use_find_package ios PList) - ) - ecm_src_configure -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "media player devices support" app-misc/media-player-info - fi - ecm_pkg_postinst -}