diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:28:40 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:28:40 +0000 |
commit | b662b659678577db7aa2272892b625694abab417 (patch) | |
tree | b955f0b3972d2b690848faa7e7d01dc80a380568 /kde-base/kcheckpass | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-b662b659678577db7aa2272892b625694abab417.tar.gz gentoo-2-b662b659678577db7aa2272892b625694abab417.tar.bz2 gentoo-2-b662b659678577db7aa2272892b625694abab417.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcheckpass/files/kdebase-4.0.0-pam-optional.patch | 29 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.0.ebuild | 23 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.6.ebuild | 23 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.7.ebuild | 23 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.0.ebuild | 25 |
6 files changed, 7 insertions, 124 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index fa0c3475090f..6ea8a5d7f8a7 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,12 @@ # 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.79 2008/02/07 00:11:22 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.80 2008/02/17 02:28:39 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -files/kdebase-4.0.0-pam-optional.patch, -kcheckpass-3.5.0.ebuild, + -kcheckpass-3.5.6.ebuild, -kcheckpass-3.5.7.ebuild, + -kcheckpass-4.0.0.ebuild: + Spring cleaning *kcheckpass-4.0.1 (06 Feb 2008) diff --git a/kde-base/kcheckpass/files/kdebase-4.0.0-pam-optional.patch b/kde-base/kcheckpass/files/kdebase-4.0.0-pam-optional.patch deleted file mode 100644 index 6fb54f05c547..000000000000 --- a/kde-base/kcheckpass/files/kdebase-4.0.0-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-3.5.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild deleted file mode 100644 index edcd3b1bf70b..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.25 2006/12/01 18:59:05 flameeyes Exp $ - -KMNAME=kdebase -MAXKDEVER=3.5.5 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils flag-o-matic - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-01.tar.bz2" - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pam kdehiddenvisibility" -DEPEND="pam? ( kde-base/kdebase-pam )" - -src_compile() { - myconf="$(use_with pam)" - - export BINDNOW_FLAGS="$(bindnow-flags)" - kde-meta_src_compile -} diff --git a/kde-base/kcheckpass/kcheckpass-3.5.6.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.6.ebuild deleted file mode 100644 index 5d4c2ec40e1a..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.6.ebuild,v 1.4 2007/05/24 11:12:15 carlo Exp $ - -KMNAME=kdebase -MAXKDEVER=3.5.7 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils flag-o-matic - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2" - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="pam kdehiddenvisibility" -DEPEND="pam? ( kde-base/kdebase-pam )" - -src_compile() { - myconf="$(use_with pam)" - - export BINDNOW_FLAGS="$(bindnow-flags)" - kde-meta_src_compile -} diff --git a/kde-base/kcheckpass/kcheckpass-3.5.7.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.7.ebuild deleted file mode 100644 index 021fa4499f6b..000000000000 --- a/kde-base/kcheckpass/kcheckpass-3.5.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.7.ebuild,v 1.7 2007/08/11 16:37:44 armin76 Exp $ - -KMNAME=kdebase -MAXKDEVER=3.5.7 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils flag-o-matic - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pam kdehiddenvisibility" -DEPEND="pam? ( kde-base/kdebase-pam )" - -src_compile() { - myconf="$(use_with pam)" - - export BINDNOW_FLAGS="$(bindnow-flags)" - kde-meta_src_compile -} diff --git a/kde-base/kcheckpass/kcheckpass-4.0.0.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.0.ebuild deleted file mode 100644 index 29bb3d00fc93..000000000000 --- a/kde-base/kcheckpass/kcheckpass-4.0.0.ebuild +++ /dev/null @@ -1,25 +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.0.ebuild,v 1.1 2008/01/17 23:36:20 philantrop 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 ~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 -} |