# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/basket/basket-1.80.ebuild,v 1.2 2010/05/15 17:10:53 reavertm Exp $ EAPI="2" KDE_MINIMAL="4.4" inherit kde4-base DESCRIPTION="A DropDrawers clone. Multiple information organizer" HOMEPAGE="http://basket.kde.org/" SRC_URI="http://${PN}.kde.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="4" IUSE="debug crypt" DEPEND=" media-libs/qimageblitz >=kde-base/kdelibs-${KDE_MINIMAL} >=kde-base/kdepimlibs-${KDE_MINIMAL} crypt? ( >=app-crypt/gpgme-1.0 ) " RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-crypt.patch" ) src_configure() { mycmakeargs=( $(cmake-utils_use_enable crypt) ) kde4-base_src_configure }