commit: 7daff6f0d4fa7ae556f6bbca5d98a43b374de866 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 21:34:13 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Feb 27 17:25:55 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daff6f0
sys-auth/polkit-qt: drop 0.200.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild | 60 ----------------------------- 1 file changed, 60 deletions(-) diff --git a/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild deleted file mode 100644 index 389ea3aad635..000000000000 --- a/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_CATEGORY="libraries" -KDE_ORG_NAME="polkit-qt-1" -inherit cmake kde.org multibuild - -DESCRIPTION="Qt wrapper around polkit-1 client libraries" -HOMEPAGE="https://api.kde.org/polkit-qt-1/html/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" -fi - -LICENSE="LGPL-2" -SLOT="0" -IUSE="qt5 +qt6" -REQUIRED_USE="|| ( qt5 qt6 )" - -RDEPEND=" - dev-libs/glib:2 - >=sys-auth/polkit-0.103 - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) - qt6? ( dev-qt/qtbase:6[dbus,gui,widgets] ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( AUTHORS README README.porting TODO ) - -pkg_setup() { - MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) ) -} - -src_configure() { - myconfigure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - -DQT_MAJOR_VERSION=${MULTIBUILD_VARIANT/qt/} - ) - cmake_src_configure - } - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant cmake_src_compile -} - -src_install() { - multibuild_foreach_variant cmake_src_install -}
