summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 15:27:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 15:29:35 +0200
commitde484af447803eca6c9e186b06457dd3b012f962 (patch)
treed9a0c93050fc2564c92860dfb11c86e63a8d2a60 /kde-frameworks/kauth
parentsci-visualization/labplot: Drop 2.4.0 (diff)
downloadgentoo-de484af447803eca6c9e186b06457dd3b012f962.tar.gz
gentoo-de484af447803eca6c9e186b06457dd3b012f962.tar.bz2
gentoo-de484af447803eca6c9e186b06457dd3b012f962.zip
kde-frameworks: Drop KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.49.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 245691fb1021..4f5a76b53be2 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.46.0.tar.xz 84932 BLAKE2B 10a3e1f612f2569894236da4fd7bd8f02259dd9258364dcdde7685691e49789805d3ba8fffd662779cc64a74881bc2ef5907173416d876fb8a321eb903a7139b SHA512 dd94d8923ea7caa1f420d4a906876e1082c1afc97130731f579e6c3e9b377ec9c1abfa1d489ed60c11fff248da455d87a8cde8a581156d61bf6410b8c19d3401
-DIST kauth-5.49.0.tar.xz 84944 BLAKE2B bfd1ff03ff0477b4b8284c8240d2a64ae682cfe4db61309532363c5da20b08a54d4b95cc47964ea5fff6a2def30df5becbb84570a7f2e2e4b89a1c9ee7478d20 SHA512 123648925dbc6fec8068e3ba9f7703437e3662929d26ba244d0a9f856dd7c991f0c5701aca6644f129ab33a41df8c0ea231fee62967be4afbf76c64f4414acd6
DIST kauth-5.50.0.tar.xz 84956 BLAKE2B 7be872586d98d3ec2fe5a1954a96c8b4e6ba9110314081114ec013fe574e96c1466ee8dce85b9005e1619a800623cb89584df926634aefa5a54fb9d7816a9295 SHA512 c31614178529262188ae83815b88cbe4553480e81b9d98ddab0bd6dd1656504930b8df211ab12c3b1510dd616cc0b681697eaf214b426b347b4377311f6d0c00
diff --git a/kde-frameworks/kauth/kauth-5.49.0.ebuild b/kde-frameworks/kauth/kauth-5.49.0.ebuild
deleted file mode 100644
index ee6570cb1d6b..000000000000
--- a/kde-frameworks/kauth/kauth-5.49.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 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
-}