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 2658B1580FD for ; Mon, 23 Dec 2024 17:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569FAE069C; Mon, 23 Dec 2024 17:33:32 +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 26FF7E069C for ; Mon, 23 Dec 2024 17:33:31 +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 86B6233BEE8 for ; Mon, 23 Dec 2024 17:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E944317C2 for ; Mon, 23 Dec 2024 17:33:02 +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: <1734975165.062d02489d12649cf3780e09372af9383b540311.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/solid/solid-6.9.1.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 062d02489d12649cf3780e09372af9383b540311 X-VCS-Branch: master Date: Mon, 23 Dec 2024 17:33:02 +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: f019bcc1-bb85-4bf8-abcd-15d9a7960b31 X-Archives-Hash: 7a2b08f472b63b8ae580924deb777940 commit: 062d02489d12649cf3780e09372af9383b540311 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 23 17:30:35 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 23 17:32:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=062d0248 kde-frameworks/solid: drop 6.9.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/solid/solid-6.9.1.ebuild | 48 --------------------------------- 1 file changed, 48 deletions(-) diff --git a/kde-frameworks/solid/solid-6.9.1.ebuild b/kde-frameworks/solid/solid-6.9.1.ebuild deleted file mode 100644 index 90649873bd..0000000000 --- a/kde-frameworks/solid/solid-6.9.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=6.7.2 -inherit ecm frameworks.kde.org optfeature - -DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management" - -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="ios" - -RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,xml] - >=dev-qt/qtdeclarative-${QTMIN}:6 - sys-apps/util-linux - sys-fs/udisks:2 - virtual/libudev:= - ios? ( - app-pda/libimobiledevice:= - app-pda/libplist:= - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[concurrent] ) -" -BDEPEND=" - app-alternatives/lex - app-alternatives/yacc - >=dev-qt/qttools-${QTMIN}:6[linguist] -" - -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 -}