From 58a5e9915d40099ca87b77f5c5abd75ce98bbac6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 27 Dec 2022 14:18:41 +0000 Subject: app-admin/calamares && sys-auth/polkit-qt5 : EAPI bump --- sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild | 40 ----------------------- sys-auth/polkit-qt5/polkit-qt5-0.113.0-r5.ebuild | 40 +++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild create mode 100644 sys-auth/polkit-qt5/polkit-qt5-0.113.0-r5.ebuild (limited to 'sys-auth') diff --git a/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild b/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild deleted file mode 100644 index 7e85ce61..00000000 --- a/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_ORG_NAME="polkit-qt-1" -inherit cmake kde.org - -DESCRIPTION="Qt wrapper around polkit-1 client libraries" -HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" - S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" -fi - -LICENSE="LGPL-2" -SLOT="0" -IUSE="debug" - -RDEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=sys-auth/polkit-0.103 -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS README README.porting TODO ) - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - ) - - cmake_src_configure -} diff --git a/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r5.ebuild b/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r5.ebuild new file mode 100644 index 00000000..3e1c0fd1 --- /dev/null +++ b/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="polkit-qt-1" +inherit cmake kde.org + +DESCRIPTION="Qt wrapper around polkit-1 client libraries" +HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" + S="${WORKDIR}/${KDE_ORG_NAME}-${PV}" +fi + +LICENSE="LGPL-2" +SLOT="0" +IUSE="debug" + +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + >=sys-auth/polkit-0.103 +" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS README README.porting TODO ) + +src_configure() { + local mycmakeargs=( + -DBUILD_EXAMPLES=OFF + ) + + cmake_src_configure +} -- cgit v1.2.3