summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-02 21:56:27 +0000
committerSam James <sam@gentoo.org>2023-01-02 22:03:40 +0000
commit2b81012c88d23e51ab058ae26886eee7b14d112b (patch)
tree91c5ebee7584893fea0481919832d2ed10a488a8
parentpackage.mask: Last rite dev-cpp/pngpp (diff)
downloadgentoo-2b81012c88d23e51ab058ae26886eee7b14d112b.tar.gz
gentoo-2b81012c88d23e51ab058ae26886eee7b14d112b.tar.bz2
gentoo-2b81012c88d23e51ab058ae26886eee7b14d112b.zip
sys-auth/polkit-qt: drop 0.114.0-r1
Bug: https://bugs.gentoo.org/879357 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
deleted file mode 100644
index efecd86154c1..000000000000
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 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
-
-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=""
-
-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 )
-
-PATCHES=(
- "${FILESDIR}/${P}-cmake.patch"
- "${FILESDIR}/${P}-glib-2.36.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_EXAMPLES=OFF
- )
- cmake_src_configure
-}