summaryrefslogtreecommitdiff
path: root/kde-base/kcheckpass
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-19 20:23:42 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-19 20:23:42 +0200
commitb709e5e3cd66c303e55dbabc3f36ea83ecc7056e (patch)
tree4eff5cb43d69f2f08dcc8de9a7c68da5e19c2e63 /kde-base/kcheckpass
parent409b54b8248cce92dacb00c26cfb3cf638c2db41 (diff)
downloadkde-b709e5e3cd66c303e55dbabc3f36ea83ecc7056e.tar.gz
kde-b709e5e3cd66c303e55dbabc3f36ea83ecc7056e.tar.bz2
kde-b709e5e3cd66c303e55dbabc3f36ea83ecc7056e.zip
kde-base: Remove KDE Workspace 4.11 stable branch
No more LTS releases. 4.11.22 was the last one. See https://www.kde.org/announcements/announce-applications-15.08.0.php Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/files/kcheckpass-4.4.2-no-SUID-no-GUID.patch15
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.11.49.9999.ebuild33
-rw-r--r--kde-base/kcheckpass/metadata.xml5
3 files changed, 0 insertions, 53 deletions
diff --git a/kde-base/kcheckpass/files/kcheckpass-4.4.2-no-SUID-no-GUID.patch b/kde-base/kcheckpass/files/kcheckpass-4.4.2-no-SUID-no-GUID.patch
deleted file mode 100644
index 78520d4acc4..00000000000
--- a/kde-base/kcheckpass/files/kcheckpass-4.4.2-no-SUID-no-GUID.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: kcheckpass/CMakeLists.txt
-===================================================================
---- kcheckpass/CMakeLists.txt (revision 1112521)
-+++ kcheckpass/CMakeLists.txt (working copy)
-@@ -23,10 +23,6 @@
- macro_add_compile_flags(kcheckpass -U_REENTRANT)
- target_link_libraries(kcheckpass ${KDE4_KDEFAKES_LIBS} ${UNIXAUTH_LIBRARIES} ${SOCKET_LIBRARIES})
- install(TARGETS kcheckpass DESTINATION ${LIBEXEC_INSTALL_DIR})
--install(CODE "
-- set(KCP_PATH \"\$ENV{DESTDIR}${LIBEXEC_INSTALL_DIR}/kcheckpass\")
-- EXECUTE_PROCESS(COMMAND sh -c \"chown root '\${KCP_PATH}' && chmod +s '\${KCP_PATH}'\")
--")
-
- install_pam_service(kcheckpass)
-
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.49.9999.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.49.9999.ebuild
deleted file mode 100644
index c4bf0e1a641..00000000000
--- a/kde-base/kcheckpass/kcheckpass-4.11.49.9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-workspace"
-inherit kde4-meta
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication"
-KEYWORDS=""
-IUSE="debug pam"
-
-RDEPEND="
- pam? (
- >=kde-base/kdebase-pam-7
- virtual/pam
- )
-"
-
-src_prepare() {
- kde4-meta_src_prepare
-
- use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with pam)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kcheckpass/metadata.xml b/kde-base/kcheckpass/metadata.xml
deleted file mode 100644
index a23f444b67d..00000000000
--- a/kde-base/kcheckpass/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
-</pkgmetadata>