diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-31 14:09:52 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-31 14:32:35 +0100 |
commit | 3d1f056d2df041d50353d9dfe95c47bf228466ab (patch) | |
tree | 612fb5ca10aa1a95ad9b55cfec6e9d524d9bbb4e /kde-plasma/kscreenlocker | |
parent | www-misc/shellinabox: turn openssl into a hard dependency and remove ssl USE ... (diff) | |
download | gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.tar.gz gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.tar.bz2 gentoo-3d1f056d2df041d50353d9dfe95c47bf228466ab.zip |
kde-plasma: Remove KDE Plasma 5.8.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.8.3.ebuild | 89 |
2 files changed, 0 insertions, 90 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index a7c2c8462fca..fbf04248ec26 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,2 +1 @@ -DIST kscreenlocker-5.8.3.tar.xz 108092 SHA256 fb11eca8c68ee60342433d0f8e2ca564d3afd4abbfd86daacb6f3c445800310d SHA512 91bcdef2b71a94ae6591d55ead9456a001a291d30f83978544aaff83e148fd446d8c2d5165e628056d8459711861a48d1234fa7689fb7d84a7e7ebdf6e0ea0b2 WHIRLPOOL f1e24732a7e67ae6fbf73bd2fe6ae8d6d9d5ba2cf997e6f8bc2ed8fdb790011676f803a7d3c2c16693db761b7be4d087ca69340ffe482359c386bc3ead1895d0 DIST kscreenlocker-5.8.5.tar.xz 108100 SHA256 72d64837393dd5c237d2985574b85a0f6507152ec3d5256751354c08d9d86285 SHA512 63d25d3e8c1477a7d1a52d49c32265fe344d7c7c1d5f9cb642d6e9ab524fc0a24c1de30e7134d3d92d3bf47a1d93d2a4713742aacb1405d35f8d5a04e66e0685 WHIRLPOOL 131cb22cf4830abc21bb1a1116ac11c6817fdd1e99441938e938a5bd44ba470b0f63bea073122bc093d016c3c72d733ca678688b1a311cc33d8c9b3127e65960 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.3.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.3.ebuild deleted file mode 100644 index 5d85bd0ff5cc..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.3.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 pam - -DESCRIPTION="Library and components for secure lock screen architecture" -KEYWORDS="amd64 ~arm x86" -IUSE="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 ) -" -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 - !<kde-plasma/plasma-workspace-5.4.50 -" - -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=( - $(cmake-utils_use_find_package pam PAM) - ) - 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 -} |