diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-23 23:11:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-26 22:16:34 +0200 |
commit | d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c (patch) | |
tree | 914b0035c2cf1ea66d964032aa3a8342f3e77887 /kde-plasma/kscreenlocker | |
parent | sys-block/storcli: Bump to v007.0504.0000.0000 (diff) | |
download | gentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.tar.gz gentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.tar.bz2 gentoo-d12e8af5c6a9e7a92fbf0872b847cf56e1d0969c.zip |
kde-plasma: Drop KDE Plasma 5.11.5
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.11.5.ebuild | 92 |
2 files changed, 0 insertions, 93 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index 769ede89f22d..98573004b533 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,2 +1 @@ -DIST kscreenlocker-5.11.5.tar.xz 125528 BLAKE2B 32bad30682da09245cc567f3cb79c0e0fd4ffdba26b47ef0c49c3094374503640cab7718033cb9c366ef7acddb6180995f4121b61ed1d04bbd867e1361e9d7ea SHA512 20eefbb4f970b2476d3df2e36bf74021d854f0ba61cba4946b3fc7190cff9edc9fef753d3bdde24ab135cc0dc5ad826cb22063db7b12ce817007355a98a3011a DIST kscreenlocker-5.12.5.tar.xz 118332 BLAKE2B 87705ff5aff4d73c8b7823f4aa505be282fa9a152352aacf1682d5d7f4dff06fdca1b39d30a43dddd6c0dbfd267586d2a74bbdbd8bdacf487a251cb496311dce SHA512 c07cae22cc4500aeb4d38388d2033a677171659a76d81ff55155a97aca439babcb912f47586697657c7944c80b0d250770ed3a080fad0ed9463058dc879f390a diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.11.5.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.11.5.ebuild deleted file mode 100644 index bbf213b8aa70..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.11.5.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 pam - -DESCRIPTION="Library and components for secure lock screen architecture" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="+pam seccomp" - -REQUIRED_USE="seccomp? ( pam )" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - dev-libs/wayland - x11-libs/libX11 - x11-libs/libXi - x11-libs/libxcb - x11-libs/xcb-util-keysyms - pam? ( virtual/pam ) - seccomp? ( sys-libs/libseccomp ) -" -DEPEND="${COMMON_DEPEND} - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !<kde-plasma/kcheckpass-4.11.22-r1:4 - !kde-plasma/kdebase-pam:0 -" - -RESTRICT+=" test" - -src_prepare() { - kde5_src_prepare - - use test || sed -i \ - -e "/add_subdirectory(autotests)/ s/^/#/" greeter/CMakeLists.txt || die -} - -src_test() { - # requires running environment - local myctestargs=( - -E x11LockerTest - ) - kde5_src_test -} - -src_configure() { - local mycmakeargs=( - -DPAM_REQUIRED=$(usex pam) - $(cmake-utils_use_find_package pam PAM) - $(cmake-utils_use_find_package seccomp Seccomp) - ) - kde5_src_configure -} - -src_install() { - kde5_src_install - - newpamd "${FILESDIR}/kde.pam" kde - newpamd "${FILESDIR}/kde-np.pam" kde-np - - if ! use pam; then - chown root "${ED}"usr/$(get_libdir)/libexec/kcheckpass || die - chmod +s "${ED}"usr/$(get_libdir)/libexec/kcheckpass || die - fi -} |