diff options
author | 2018-01-02 23:18:21 +0100 | |
---|---|---|
committer | 2018-01-02 23:28:52 +0100 | |
commit | 8bc47990177ccd70d44fb8daf7458d50cd80ecd7 (patch) | |
tree | 3fd42dfe69c80be3cbf85fb3db9adc4d6fe03902 /kde-plasma/kscreenlocker | |
parent | app-text/xindy: Drop old (diff) | |
download | gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.gz gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.bz2 gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.zip |
kde-plasma: Drop KDE Plasma 5.11.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.11.4.ebuild | 92 |
2 files changed, 0 insertions, 93 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index c96cf8e5337c..adae4577eca6 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,3 +1,2 @@ DIST kscreenlocker-5.10.5.1.tar.xz 118440 BLAKE2B 5fb9dde17a5cff1bfb4b1de855cf51a0d8c47b2a0ec345f51c87ad3fbb4a154a73f7a56525fc9433f8879b287f7e2ff71feeaa46893f997331145e7ab14ca96d SHA512 cef3a7f48f9cdd0b3967a403848a5c8a37d1253d6d7fc73cdb12feddfe088e7a8a9128f2ae8d53e1847c75d64b369cf92facce725f17654ea085f9d03024a70d -DIST kscreenlocker-5.11.4.tar.xz 118440 BLAKE2B daa3f68a999ac458231145ff0a6f7807318bfaa8dc9808fbfbabed76b3ae11e5137424c91a386c805eb02e4d34566059a801eaf644f6982e93c07f5814cfa073 SHA512 11d2127aeb94afb0006b78b3220a4f62295b87ba41ae410918d2b6c3e9def74427f17f4348600abb9986fc096f967a810d510f3f3db130aa7ac85c6ec3c77a94 DIST kscreenlocker-5.11.5.tar.xz 125528 BLAKE2B 32bad30682da09245cc567f3cb79c0e0fd4ffdba26b47ef0c49c3094374503640cab7718033cb9c366ef7acddb6180995f4121b61ed1d04bbd867e1361e9d7ea SHA512 20eefbb4f970b2476d3df2e36bf74021d854f0ba61cba4946b3fc7190cff9edc9fef753d3bdde24ab135cc0dc5ad826cb22063db7b12ce817007355a98a3011a diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.11.4.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.11.4.ebuild deleted file mode 100644 index 221164a5e488..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.11.4.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2017 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 -} |