summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-15 18:34:30 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-15 18:38:53 +0200
commit53628d403448dae5fdcd2b053e57f25b89a0e88b (patch)
tree97e69d44a8af01997503bf21886585a8c818e5ff /kde-frameworks/kauth
parentdev-ros/rviz: bump to 1.12.0. Allow only qt5 as qt4 does not work, bug #580072 (diff)
downloadgentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.tar.gz
gentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.tar.bz2
gentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.zip
kde-frameworks: Remove KDE Frameworks 5.20.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.20.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 52587b5ab220..c5ceb3d7d516 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.18.0.tar.xz 82372 SHA256 96803c911621798ea1dc4df17c93691c762e4abc8d2ae010613a0cbed8f17b92 SHA512 694557ff533e90c031a89e15ce1205569b239f8286fc069a8ff2db7e09bcb9ea11b31c139fd424c887a9e2a5f4e55b0ed569a7ce055cced693011fb65db27166 WHIRLPOOL 8ade1b0efb28dd9aecbc76944dd5ba2b9529a9ea541709ec6c2b4f2b42801ad0cfd24a6c1f917ba27400478d17c42415252154d3f3fb22f696c75b21ae531f99
-DIST kauth-5.20.0.tar.xz 82676 SHA256 5d070ba231cf98aa1b5d09f8caec15fce510a37cc44cdda0e11095840c1f591f SHA512 c62b78f856c75b2d6377b22c954106ae3bf57f42248d103945271f45e438a15d3d8f794eb35d3c01d4a365df74535f45b61973f72f62dbf5962343aaf38aa95a WHIRLPOOL 11770cfb8b3ef57d7c10bffea9a068e2c7a06e89898d8fa0ad1831b494c97e0c3cde5ede36a367137fe1df44d940a18f7d63ea8d32c23232f43f53ed46b94b62
DIST kauth-5.21.0.tar.xz 82644 SHA256 7918255c64ec355b32b59793083c4935a44c25a8c00b3a461997009f9e19be0d SHA512 f9c30de5a3170054147c5e5fb6abb16924b0f9a4a5931d6a49ec34b4a292aa365817d28b00cf4f7ddc4f2c05a17f3763b98fce2b7084f2f8b039feaaba441e16 WHIRLPOOL a439218a104cae375a56a76911df3e2a8c2a93818ef04ba44817fdeebf599d6891df20003be570a3488b115fc7e8f54c9c8d44a1971979cefadeca9e63bc941e
diff --git a/kde-frameworks/kauth/kauth-5.20.0.ebuild b/kde-frameworks/kauth/kauth-5.20.0.ebuild
deleted file mode 100644
index 4450160d9922..000000000000
--- a/kde-frameworks/kauth/kauth-5.20.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~x86"
-IUSE="nls +policykit"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( || ( $(add_frameworks_dep polkit-qt) 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
-}