summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-06-27 20:14:34 +0200
committerJohannes Huber <johu@gentoo.org>2016-06-27 20:14:48 +0200
commitfcc9d8ba47ee865b0c80eea5a35d051c59cb0396 (patch)
treec6cd7108d26ad15bc3d27198e02b23dd76c9e76c /kde-frameworks/kinit
parentnet-ftp/filezilla: version bump to 3.19.0 (diff)
downloadgentoo-fcc9d8ba47ee865b0c80eea5a35d051c59cb0396.tar.gz
gentoo-fcc9d8ba47ee865b0c80eea5a35d051c59cb0396.tar.bz2
gentoo-fcc9d8ba47ee865b0c80eea5a35d051c59cb0396.zip
kde-frameworks/kinit: Remove vulnerable version 5.21.0 (r0)
Gentoo-bug: 586700 Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/kinit')
-rw-r--r--kde-frameworks/kinit/kinit-5.21.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kinit/kinit-5.21.0.ebuild b/kde-frameworks/kinit/kinit-5.21.0.ebuild
deleted file mode 100644
index 93b672a465dc..000000000000
--- a/kde-frameworks/kinit/kinit-5.21.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Helper library to speed up start of applications on KDE work spaces"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+caps +man"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- x11-libs/libX11
- x11-libs/libxcb
- caps? ( sys-libs/libcap )
-"
-DEPEND="${RDEPEND}
- man? ( $(add_frameworks_dep kdoctools) )
- x11-proto/xproto
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package caps Libcap)
- $(cmake-utils_use_find_package man KF5DocTools)
- )
-
- kde5_src_configure
-}