summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-09 09:27:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-09 09:27:21 +0000
commitfc26046efdada1690548aabe32d306537dbf3aec (patch)
tree69b37573dadb4d58c2501d70b4faf500fc903232 /kde-base
parentAdded support for non-lazy-bindings as per bug #114049. (diff)
downloadhistorical-fc26046efdada1690548aabe32d306537dbf3aec.tar.gz
historical-fc26046efdada1690548aabe32d306537dbf3aec.tar.bz2
historical-fc26046efdada1690548aabe32d306537dbf3aec.zip
Added support for non-lazy-bindings as per bug #114049.
Package-Manager: portage-2.0.53
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kcheckpass/ChangeLog6
-rw-r--r--kde-base/kcheckpass/Manifest11
-rw-r--r--kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch13
-rw-r--r--kde-base/kcheckpass/kcheckpass-3.5.0.ebuild8
4 files changed, 30 insertions, 8 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 58ba21ff3deb..7aff4a3d7026 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,10 @@
# 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.33 2005/12/09 03:34:34 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.34 2005/12/09 09:27:21 flameeyes Exp $
+
+ 09 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ +files/kcheckpass-3.5.0-bindnow.patch, kcheckpass-3.5.0.ebuild:
+ Added support for non-lazy-bindings as per bug #114049.
09 Dec 2005; Joseph Jezak <josejx@gentoo.org> kcheckpass-3.4.3.ebuild:
Marked ppc stable for bug #112842.
diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest
index 102872fb4927..6ccf369ad11e 100644
--- a/kde-base/kcheckpass/Manifest
+++ b/kde-base/kcheckpass/Manifest
@@ -1,20 +1,21 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 55a40388df1a0b9b09edbabdd762327f ChangeLog 4468
+MD5 7cec827850fdd78dde47ba68a02b2cc8 ChangeLog 4649
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 389ef34a2d6ba65f5836f68c0a904cf9 files/digest-kcheckpass-3.5.0 68
+MD5 d57023f742587584d5493144970b07c6 files/kcheckpass-3.5.0-bindnow.patch 574
MD5 b401a538cf13f910f1d1feaf4c6af086 kcheckpass-3.4.1.ebuild 517
MD5 c6405bea7c47189c312b88797fac75c6 kcheckpass-3.4.2.ebuild 529
MD5 723c454cc18a92a144b46174bea48f9a kcheckpass-3.4.3.ebuild 525
-MD5 885e723b518aac3263a89c107026d807 kcheckpass-3.5.0.ebuild 588
+MD5 fe4fc928a9b7b3825e7967cfe2cae6e9 kcheckpass-3.5.0.ebuild 688
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDmPtUcsIHjyDViGQRArGRAJ9tFIxPDoSAJx6QyOQND+pQTlJWQwCfVknF
-Pf1wXVotzJS5f2IYZN25APk=
-=jF/s
+iD8DBQFDmU4FAiZjviIA2XgRAlZYAJ4gLw90bo8P8f/X7Mjqd8vGBBX4rgCeNYRO
++lf9qPDZZWHSMNYR4sv+VrY=
+=3xJB
-----END PGP SIGNATURE-----
diff --git a/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch b/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch
new file mode 100644
index 000000000000..b04cfb37a2b2
--- /dev/null
+++ b/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch
@@ -0,0 +1,13 @@
+Index: kdebase-3.5.0/kcheckpass/Makefile.am
+===================================================================
+--- kdebase-3.5.0.orig/kcheckpass/Makefile.am
++++ kdebase-3.5.0/kcheckpass/Makefile.am
+@@ -10,7 +10,7 @@ kcheckpass_SOURCES = kcheckpass.c \
+ checkpass_etcpasswd.c checkpass_pam.c checkpass_shadow.c \
+ checkpass_osfc2passwd.c checkpass_aix.c
+ kcheckpass_LDADD = -lkdefakes $(PASSWDLIBS) $(LIBSOCKET)
+-kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries)
++kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries) $(BINDNOW_FLAGS)
+
+ noinst_HEADERS = kcheckpass.h
+
diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
index b94ac642b3f8..5244f5685adc 100644
--- a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
@@ -1,18 +1,22 @@
# 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.ebuild,v 1.4 2005/12/04 01:39:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.5 2005/12/09 09:27:21 flameeyes Exp $
KMNAME=kdebase
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
+inherit kde-meta eutils flag-o-matic
DESCRIPTION="A simple password checker, used by any software in need of user authentication."
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="pam"
DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )"
+PATCHES="${FILESDIR}/${P}-bindnow.patch"
+
src_compile() {
myconf="$(use_with pam)"
+
+ export BINDNOW_FLAGS="$(bindnow-flags)"
kde-meta_src_compile
}