summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:29:07 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:29:07 +0000
commit995667be6e07219881ca820f227dc8d864280bbc (patch)
tree234c7a1562ac2b7e6e1f4999af4b6a9cda7e1004 /kde-base/kcheckpass
parentChange RDEPEND: Digest-SHA -> Digest-SHA1 (#212461) (diff)
downloadgentoo-2-995667be6e07219881ca820f227dc8d864280bbc.tar.gz
gentoo-2-995667be6e07219881ca820f227dc8d864280bbc.tar.bz2
gentoo-2-995667be6e07219881ca820f227dc8d864280bbc.zip
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog10
-rw-r--r--kde-base/kcheckpass/files/kdebase-4.0.1-pam-optional.patch29
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.0.1.ebuild26
3 files changed, 9 insertions, 56 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 7b230faa7445..1b250b3ef623 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.85 2008/03/10 23:25:01 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.86 2008/03/20 16:29:06 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/kdebase-4.0.1-pam-optional.patch, -kcheckpass-4.0.1.ebuild:
+ Old.
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/kdebase-4.0.1-pam-optional.patch, -kcheckpass-4.0.1.ebuild:
+ Old.
*kcheckpass-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kcheckpass/files/kdebase-4.0.1-pam-optional.patch b/kde-base/kcheckpass/files/kdebase-4.0.1-pam-optional.patch
deleted file mode 100644
index 6fb54f05c547..000000000000
--- a/kde-base/kcheckpass/files/kdebase-4.0.1-pam-optional.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/kdebase/workspace/cmake/modules/FindPAM.cmake b/kdebase/workspace/cmake/modules/FindPAM.cmake
-index 3499836..cd1c2bb 100644
---- a/kdebase/workspace/cmake/modules/FindPAM.cmake
-+++ b/kdebase/workspace/cmake/modules/FindPAM.cmake
-@@ -5,6 +5,8 @@
- # PAM_INCLUDE_DIR - the pam include directory
- # PAM_LIBRARIES - libpam library
-
-+if (WITH_PAM)
-+
- if (PAM_INCLUDE_DIR AND PAM_LIBRARY)
- # Already in cache, be silent
- set(PAM_FIND_QUIETLY TRUE)
-@@ -72,3 +74,5 @@ else (PAM_FOUND)
- endif (PAM_FOUND)
-
- mark_as_advanced(PAM_INCLUDE_DIR PAM_LIBRARY DL_LIBRARY PAM_MESSAGE_CONST)
-+
-+endif (WITH_PAM)
-diff --git a/kdebase/workspace/cmake/modules/UnixAuth.cmake b/kdebase/workspace/cmake/modules/UnixAuth.cmake
-index ed8ab9e..ce3bcc2 100644
---- a/kdebase/workspace/cmake/modules/UnixAuth.cmake
-+++ b/kdebase/workspace/cmake/modules/UnixAuth.cmake
-@@ -1,4 +1,4 @@
--find_package(PAM)
-+macro_optional_find_package(PAM)
-
- set(UNIXAUTH_LIBRARIES)
- set(UNIXAUTH_INCLUDE_DIRS)
diff --git a/kde-base/kcheckpass/kcheckpass-4.0.1.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.1.ebuild
deleted file mode 100644
index 4948c93bfbb4..000000000000
--- a/kde-base/kcheckpass/kcheckpass-4.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.0.1.ebuild,v 1.3 2008/03/04 02:25:43 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdebase-workspace
-inherit kde4-meta
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication."
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="pam"
-
-DEPEND="
- pam? ( >=kde-base/kdebase-pam-7
- sys-libs/pam )"
-RDEPEND="${DEPEND}"
-
-PATCHES="${FILESDIR}/kdebase-${PV}-pam-optional.patch"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with pam PAM)"
-
- kde4-meta_src_compile
-}