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 A47831581F0 for ; Sat, 14 Dec 2024 22:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C033E0978; Sat, 14 Dec 2024 22:37:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76F6EE0978 for ; Sat, 14 Dec 2024 22:37:30 +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 9CF2A342F9F for ; Sat, 14 Dec 2024 22:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A2ADE96 for ; Sat, 14 Dec 2024 22:37:28 +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: <1734215809.4d996c9c544e41b5ef3b28a536a7a19100df2270.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-6.8.0.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d996c9c544e41b5ef3b28a536a7a19100df2270 X-VCS-Branch: master Date: Sat, 14 Dec 2024 22:37:28 +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: 1a657597-3f59-49d4-b802-d33bea25a66b X-Archives-Hash: 0244d8f8f3bd6d0015fcb57cedb87bc9 commit: 4d996c9c544e41b5ef3b28a536a7a19100df2270 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 14 22:35:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 14 22:36:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d996c9c kde-frameworks/solid: drop 6.8.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/solid/solid-6.8.0.ebuild | 48 --------------------------------- 1 file changed, 48 deletions(-) diff --git a/kde-frameworks/solid/solid-6.8.0.ebuild b/kde-frameworks/solid/solid-6.8.0.ebuild deleted file mode 100644 index 90649873bd76..000000000000 --- a/kde-frameworks/solid/solid-6.8.0.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 -}