summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-15 23:04:40 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-15 23:04:56 +0200
commit20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17 (patch)
tree464debf0675119d5162daa3ac587dbbc9f6780eb /kde-frameworks/kauth
parentwww-servers/apache: Stable for PPC64 (bug #557198). (diff)
downloadgentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.tar.gz
gentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.tar.bz2
gentoo-20e7cce0413b37b10ddc9a27e8f6a6919c3bfc17.zip
kde-frameworks: Remove 5.12.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.12.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 8dfac7e52f61..071ae8b13b4b 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,2 +1 @@
-DIST kauth-5.12.0.tar.xz 82020 SHA256 5ed420bb2be94239953698a1704b8e8c83a231d9c3baf6fd491770f24d70c3cf SHA512 8bde35c0855e0a1b90650597e4d3aedaf949977f981d9e263288dc548d236adeed7d7cf2ab541eb4bb55ab62767b61bbc4f39b737f9cc23f0476ce51fe7d015a WHIRLPOOL 0c891c757539c589d245f0cc9cd720f1a078b6cb86f4fa0656d47362726571e93d6592fbc028f9347eae80b456d28e112e3f0815ad6ab056cec705662c815ea1
DIST kauth-5.13.0.tar.xz 82096 SHA256 73d67cbabaa89fe877ed60f5b95a46152bcca96fa8331403e137c7eb5bea33c8 SHA512 b4b122472c0afa6cb1ee6e4be273b2c874bf6fb2e2472d3aee645b71138b8d92306b614aea458f9de4bebf3fe08b696bc95eede59337e0b79414d8966c2981af WHIRLPOOL 6b7ba0846246bc59e4e5702dafcd70569268369b6aa81a4b9169a6f46b855e1163683e99a3671ae38cd9de495493f951dff669f09995712145a7e160d1411e08
diff --git a/kde-frameworks/kauth/kauth-5.12.0.ebuild b/kde-frameworks/kauth/kauth-5.12.0.ebuild
deleted file mode 100644
index f05c37d92b53..000000000000
--- a/kde-frameworks/kauth/kauth-5.12.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls +policykit"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
- nls? ( dev-qt/linguist-tools:5 )
-"
-# Not keyworded on x86
-#PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}