Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kcheckpass/files/, kde-base/kcheckpass/
Date: Fri, 03 Feb 2012 14:23:55
Message-Id: abd800444349b145cedd4ac0bb7dfe792288ff1f.johu@gentoo
1 commit: abd800444349b145cedd4ac0bb7dfe792288ff1f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 3 14:22:18 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 3 14:22:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=abd80044
7
8 [kde-base/kcheckpass] Remove patch for pam here, because it has no effect. Patched libkworkspace instead bug 398333.
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 .../files/kdebase-4.0.2-pam-optional.patch | 29 --------------------
14 kde-base/kcheckpass/kcheckpass-4.8.49.9999.ebuild | 4 ---
15 kde-base/kcheckpass/kcheckpass-9999.ebuild | 4 ---
16 3 files changed, 0 insertions(+), 37 deletions(-)
17
18 diff --git a/kde-base/kcheckpass/files/kdebase-4.0.2-pam-optional.patch b/kde-base/kcheckpass/files/kdebase-4.0.2-pam-optional.patch
19 deleted file mode 100644
20 index 6fb54f0..0000000
21 --- a/kde-base/kcheckpass/files/kdebase-4.0.2-pam-optional.patch
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -diff --git a/kdebase/workspace/cmake/modules/FindPAM.cmake b/kdebase/workspace/cmake/modules/FindPAM.cmake
25 -index 3499836..cd1c2bb 100644
26 ---- a/kdebase/workspace/cmake/modules/FindPAM.cmake
27 -+++ b/kdebase/workspace/cmake/modules/FindPAM.cmake
28 -@@ -5,6 +5,8 @@
29 - # PAM_INCLUDE_DIR - the pam include directory
30 - # PAM_LIBRARIES - libpam library
31 -
32 -+if (WITH_PAM)
33 -+
34 - if (PAM_INCLUDE_DIR AND PAM_LIBRARY)
35 - # Already in cache, be silent
36 - set(PAM_FIND_QUIETLY TRUE)
37 -@@ -72,3 +74,5 @@ else (PAM_FOUND)
38 - endif (PAM_FOUND)
39 -
40 - mark_as_advanced(PAM_INCLUDE_DIR PAM_LIBRARY DL_LIBRARY PAM_MESSAGE_CONST)
41 -+
42 -+endif (WITH_PAM)
43 -diff --git a/kdebase/workspace/cmake/modules/UnixAuth.cmake b/kdebase/workspace/cmake/modules/UnixAuth.cmake
44 -index ed8ab9e..ce3bcc2 100644
45 ---- a/kdebase/workspace/cmake/modules/UnixAuth.cmake
46 -+++ b/kdebase/workspace/cmake/modules/UnixAuth.cmake
47 -@@ -1,4 +1,4 @@
48 --find_package(PAM)
49 -+macro_optional_find_package(PAM)
50 -
51 - set(UNIXAUTH_LIBRARIES)
52 - set(UNIXAUTH_INCLUDE_DIRS)
53
54 diff --git a/kde-base/kcheckpass/kcheckpass-4.8.49.9999.ebuild b/kde-base/kcheckpass/kcheckpass-4.8.49.9999.ebuild
55 index 757541c..9ef7ef5 100644
56 --- a/kde-base/kcheckpass/kcheckpass-4.8.49.9999.ebuild
57 +++ b/kde-base/kcheckpass/kcheckpass-4.8.49.9999.ebuild
58 @@ -21,10 +21,6 @@ DEPEND="${RDEPEND}
59 x11-libs/libxkbfile
60 "
61
62 -PATCHES=(
63 - "${FILESDIR}/kdebase-4.0.2-pam-optional.patch"
64 -)
65 -
66 src_prepare() {
67 kde4-meta_src_prepare
68
69
70 diff --git a/kde-base/kcheckpass/kcheckpass-9999.ebuild b/kde-base/kcheckpass/kcheckpass-9999.ebuild
71 index 757541c..9ef7ef5 100644
72 --- a/kde-base/kcheckpass/kcheckpass-9999.ebuild
73 +++ b/kde-base/kcheckpass/kcheckpass-9999.ebuild
74 @@ -21,10 +21,6 @@ DEPEND="${RDEPEND}
75 x11-libs/libxkbfile
76 "
77
78 -PATCHES=(
79 - "${FILESDIR}/kdebase-4.0.2-pam-optional.patch"
80 -)
81 -
82 src_prepare() {
83 kde4-meta_src_prepare