diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 11:43:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 15:52:37 +0100 |
commit | 5e800df57c406a58d3ae3396b0c9462079ee243a (patch) | |
tree | 58e9baaa949b241bf3171a008dcd1be90fe4e42f /sys-auth | |
parent | net-im/choqok: Drop 1.7.0 (r0) (diff) | |
download | gentoo-5e800df57c406a58d3ae3396b0c9462079ee243a.tar.gz gentoo-5e800df57c406a58d3ae3396b0c9462079ee243a.tar.bz2 gentoo-5e800df57c406a58d3ae3396b0c9462079ee243a.zip |
sys-auth/polkit-qt: Drop 0.114.0 (r0)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild deleted file mode 100644 index a90ac4af7d5a..000000000000 --- a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 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/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 ~ppc ~ppc64 ~riscv x86" -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}" -BDEPEND="virtual/pkgconfig" - -DOCS=( AUTHORS README README.porting TODO ) - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - ) - cmake_src_configure -} |