diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-08 10:49:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-08 10:49:57 +0100 |
commit | 3f64fd76393782f1e3c1c1537389dd106a1fb659 (patch) | |
tree | 1cc902c968b32c116e344af72c42b498b83cabb5 /kde-plasma/kscreenlocker | |
parent | dev-vcs/bzr: added dep on || ( cython pyrex ) (diff) | |
download | gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.gz gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.tar.bz2 gentoo-3f64fd76393782f1e3c1c1537389dd106a1fb659.zip |
kde-plasma: Drop KDE Plasma 5.11.2
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.11.2.ebuild | 92 |
2 files changed, 0 insertions, 93 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index 0cbd5948d7f8..3fedcb941532 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,3 +1,2 @@ DIST kscreenlocker-5.10.5.1.tar.xz 118440 SHA256 777f7a67539f9e32e687525e5b119774ce1c9dd6ebd64339205b52e97d03300e SHA512 cef3a7f48f9cdd0b3967a403848a5c8a37d1253d6d7fc73cdb12feddfe088e7a8a9128f2ae8d53e1847c75d64b369cf92facce725f17654ea085f9d03024a70d WHIRLPOOL 662d46064feda302fe4897c942a87affbd3ebadd31aa8b269df7b6034ca45d6a9f5f24321a552505c0b81a2480b98480666ca1a39d075f129bcafdfe6d3df34b -DIST kscreenlocker-5.11.2.tar.xz 118452 SHA256 bc573c3752ef102e3b0998c79c9d102fc872a11074a13e652c8fb4b4e1b762cc SHA512 ed51ff7ddad6ba84e1d5e685c30263a5209d96c6a9b6d979999c4222c32e822c567c9727cfec4de64ae2b910ed72fe9e1776d900ad7e8cffc147449b3ce287bc WHIRLPOOL 9305f7eb04ad7e9df788b059e9bd665d771a2cea430ce8f61f874728697051ab7ed38ca105c06d981d9164abaf8d78e74db78f9e541dd68c5bb576a8b3a9cfac DIST kscreenlocker-5.11.3.tar.xz 118476 SHA256 5ba019d5d002511ec09deb941af1c38b1373b7eac418853f98badbffa7621d44 SHA512 c48d854215b2dc82eea5d582b9f979b80f62ce17d24dfec264e248633c4917f1c1459b1e503375254be251ddb668ac3e1923fc63f8c14c7265c750e1cd2b0564 WHIRLPOOL 3d4331e3535a99f1c60b8bc9ddb6ba4e6eb562c88ce6e43efd7cb27c2989865be767fd07f7a908860a2303af3606675d9512c3ef4623985139d530542afb6d60 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.11.2.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.11.2.ebuild deleted file mode 100644 index 221164a5e488..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.11.2.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 -} |