summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-27 14:18:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-27 14:18:41 +0000
commit58a5e9915d40099ca87b77f5c5abd75ce98bbac6 (patch)
tree1e7d676a0823768d5b9b5b475f47fefe176e75cf /sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild
parentdfae82e717eb7b52c4913b5fc1d32e6548516726 (diff)
app-admin/calamares && sys-auth/polkit-qt5 : EAPI bump
Diffstat (limited to 'sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild')
-rw-r--r--sys-auth/polkit-qt5/polkit-qt5-0.113.0-r10.ebuild40
1 files changed, 0 insertions, 40 deletions
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
-}