From 9ec7a3e951700cce620751443bb72fe4a028f1dd Mon Sep 17 00:00:00 2001 From: Wulf Krueger Date: Fri, 19 Oct 2007 22:03:00 +0000 Subject: Bump to KDE 3.5.8. (Portage version: 2.1.3.15) --- kde-base/kcheckpass/ChangeLog | 8 +++++++- kde-base/kcheckpass/files/digest-kcheckpass-3.5.8 | 6 ++++++ kde-base/kcheckpass/kcheckpass-3.5.8.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 kde-base/kcheckpass/files/digest-kcheckpass-3.5.8 create mode 100644 kde-base/kcheckpass/kcheckpass-3.5.8.ebuild diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 93ba346f20b1..4e0b386ddb1b 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.70 2007/08/11 16:37:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.71 2007/10/19 22:02:59 philantrop Exp $ + +*kcheckpass-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger + +kcheckpass-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel kcheckpass-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.8 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.8 new file mode 100644 index 000000000000..ac67758f6674 --- /dev/null +++ b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.8 @@ -0,0 +1,6 @@ +MD5 f6f2574fc332dd1123144bb6a00e5e26 kdebase-3.5-patchset-06.tar.bz2 19825 +RMD160 ab7358b635e912ed9912cb95e48e3187064abae7 kdebase-3.5-patchset-06.tar.bz2 19825 +SHA256 c9ab23f648f84ebc66054f4db48685cbed3d99e9c87fa3df2c0d8a282b9a2394 kdebase-3.5-patchset-06.tar.bz2 19825 +MD5 10950c172c1d9529c621a000c6b39d10 kdebase-3.5.8.tar.bz2 2501632 +RMD160 718e72b4b990eea04763298cadae9e7103ae1808 kdebase-3.5.8.tar.bz2 2501632 +SHA256 90f5070737c638c3a0cbce416ae2cfd471140ca4108056c8f8a3449b951f22dd kdebase-3.5.8.tar.bz2 2501632 diff --git a/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild new file mode 100644 index 000000000000..525380c6c440 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild @@ -0,0 +1,23 @@ +# 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.8.ebuild,v 1.1 2007/10/19 22:02:59 philantrop Exp $ + +KMNAME=kdebase +MAXKDEVER=$PV +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 +} -- cgit v1.2.3-65-gdbad