diff options
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcheckpass/Manifest | 2 | ||||
-rw-r--r-- | kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 | 4 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild | 18 |
4 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index b9da8e915e0f..ff28fce0b37a 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.22 2005/10/21 22:00:50 puggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.23 2005/11/12 15:49:24 danarmak Exp $ + +*kcheckpass-3.5.0_rc1 (12 Nov 2005) + + 12 Nov 2005; Dan Armak <danarmak@gentoo.org> +kcheckpass-3.5.0_rc1.ebuild: + Ebuild for new version 3.5.0_rc1. 21 Oct 2005; Douglas Russell <puggy@gentoo.org> kcheckpass-3.5.0_beta2.ebuild: diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest index 53f933af74b7..dfd69ac0cbb6 100644 --- a/kde-base/kcheckpass/Manifest +++ b/kde-base/kcheckpass/Manifest @@ -3,11 +3,13 @@ MD5 b22a687fe2e8cf06cd5147f1ec68efb7 files/digest-kcheckpass-3.4.1 212 MD5 7deca5e51240260b2976fbbe9326ed6d files/digest-kcheckpass-3.4.2 287 MD5 b334b621242eaf5a23035e870f09dea6 files/digest-kcheckpass-3.4.3 68 MD5 b44dde9d2ab94ac82ba56e8b653e6700 files/digest-kcheckpass-3.5.0_beta2 216 +MD5 14e4481daa8e322e1222522f8f5b558d files/digest-kcheckpass-3.5.0_rc1 299 MD5 b50fc512a289fe7a1ef658080cb0a0b3 files/digest-kcheckpass-3.5_beta1 69 MD5 6fbfb59b6c34c3ed5a8b8bbfb5ccb1c7 files/kcheckpass-pie-final.patch 624 MD5 b401a538cf13f910f1d1feaf4c6af086 kcheckpass-3.4.1.ebuild 517 MD5 c6405bea7c47189c312b88797fac75c6 kcheckpass-3.4.2.ebuild 529 MD5 414ed7724cc4369d795b1fa77e950561 kcheckpass-3.4.3.ebuild 531 MD5 3bb52311ac100edf44ac503b15eb240d kcheckpass-3.5.0_beta2.ebuild 664 +MD5 3bb52311ac100edf44ac503b15eb240d kcheckpass-3.5.0_rc1.ebuild 664 MD5 d8e6f992e888f8a83ce7e3d10553f6bc kcheckpass-3.5_beta1.ebuild 511 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 new file mode 100644 index 000000000000..3fcfa3e092d2 --- /dev/null +++ b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0_rc1 @@ -0,0 +1,4 @@ +MD5 7c1648298456d4b54035f6a7564ca0a4 kdebase-3.4.91-3.4.92.tar.xdelta 2650015 +MD5 50674508355d37a0fddb71af540f085d kdebase-3.4.91.tar.bz2 23351343 +MD5 62ba48ec6fb6d6bae80211eb933d1820 kdebase-3.4.92-3.5.0_rc1.tar.xdelta 960730 +MD5 073534b86d2d758ed35711fdbef6b6cd kdebase-3.5.0_rc1.tar.bz2 23234709 diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild new file mode 100644 index 000000000000..fd31e72bc23e --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-3.5.0_rc1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 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_rc1.ebuild,v 1.1 2005/11/12 15:49:24 danarmak Exp $ + +KMNAME=kdebase +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="A simple password checker, used by any software in need of user authentication." +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="pam" +DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )" + +# Fixes problem with PIE and kcheckpass with --enable-final on PIC plaforms +# Already applied for 3.5 RC. +PATCHES="${FILESDIR}/${PN}-pie-final.patch" + |