# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-kde 3.1 DESCRIPTION="Password manager for >=KDE3.1 supporting chipcard access and encryption." HOMEPAGE="http://passwordmanager.sf.net" SRC_URI="mirror://sourceforge/${PN/pw/password}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="libchipcard kwalletemu" DEPEND="kwalletemu? ( >=kde-base/kdeutils-3.2.0 ) libchipcard? ( >=sys-libs/libchipcard-0.9.1-r1 ) >=app-arch/bzip2-1.0.2-r3 >=dev-libs/libxml2-2.6.6" src_compile() { myconf="$(use_enable libchipcard keycard) $(use_enable kwalletemu kwallet)" kde_src_compile myconf configure kde_src_compile make }