diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:44:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:45:24 +0100 |
commit | fc33b46c74913b9c791b1b37811e64f658891a10 (patch) | |
tree | bdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/kauth | |
parent | sys-auth/elogind: Drop 235.1 (diff) | |
download | gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2 gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip |
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kauth/kauth-5.41.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest index a13f87fe0d77..0cd09f209ba3 100644 --- a/kde-frameworks/kauth/Manifest +++ b/kde-frameworks/kauth/Manifest @@ -1,3 +1,2 @@ DIST kauth-5.40.0.tar.xz 84900 BLAKE2B f0445740ec66abdde52839f84f7eb709f926ff1e678de8a0f0a5ee7e0c88f8c724255fe46a5281d1c9b3f4591eef6d210881147e3b81b5f64fe82ccd958b427f SHA512 912e45a18f98086a35caf7b65316e4fe0defbbcc80f334bcdfd146a398cfb40abe2aa6b358d2057d457a51ba9fb61b05b1319ca3ff00edea82014919f632116a -DIST kauth-5.41.0.tar.xz 84928 BLAKE2B ee049d0bb7243381efe68204511d5e78dd7fc3938ff9c877df82fdbb3a8954bccf6a1d567b717227d3f59aae1d9561ad84d5220f7c37a93e677a1d3b205f9a5f SHA512 cbdd40ccd9c0cf067cb08b0db252f4cef1ea58a810246e232038caabadd92111e6b8cd3947f1591cd5e69e5ee00f8b9d93fce6ef0c063cb7991e0d88948d6bd6 DIST kauth-5.42.0.tar.xz 84892 BLAKE2B b39a6e3942633f481785b4893269348a0e1933b56592fe357fc11bb37b96d1933d9fb4ace64a1bdbbd9c0254810e0eb479f238401c55ec9f9d19b064bcefd42a SHA512 68d9f5ccc14e368ebff6e7081eaeb6d1511fe2cf99146b87876fb94d9c4151764204b023c3c0d2915bee11e02a99d2d1a2ef332589bb027d9b0dd8bb5bbc0be5 diff --git a/kde-frameworks/kauth/kauth-5.41.0.ebuild b/kde-frameworks/kauth/kauth-5.41.0.ebuild deleted file mode 100644 index 4852c2fb783a..000000000000 --- a/kde-frameworks/kauth/kauth-5.41.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework to let applications perform actions as a privileged user" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="nls +policykit" - -RDEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - policykit? ( sys-auth/polkit-qt[qt5(+)] ) -" -DEPEND="${RDEPEND} - nls? ( $(add_qt_dep linguist-tools) ) -" -PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package policykit PolkitQt5-1) - ) - - kde5_src_configure -} |